forked from tomasmerencio/python_api_stock_market
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresponse.example.json
74 lines (74 loc) · 1.75 KB
/
response.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"adx": {
"adx": [
34.95320400861142,
32.97557212098038,
31.139199668399314,
29.28301131496151,
27.782851295428735,
27.152829244357576,
26.5678087717984,
25.535557832707102,
24.5770391084043,
24.275403891222822,
23.71893313864097,
22.990736639847327,
22.016000340815843,
21.392842269546477,
20.948615497412952
],
"di_minus": [
23.191902015371177,
28.83408498289219,
26.90099581831011,
25.199580382247152,
24.628884017111485,
28.125706454215766,
26.90283081649776,
24.91588148837799,
23.549726494605824,
26.67625954512641,
24.980379049701185,
23.149919029935162,
21.681044199349262,
21.964222829949243,
21.42145102513345
],
"di_plus": [
28.788667063997664,
24.92757009083814,
23.25638074425232,
22.729979191841014,
20.861896250845668,
19.159272097167825,
18.326247436181042,
19.530612645187936,
18.45973566220425,
17.65334668636745,
17.909982851636336,
17.634200331463557,
17.97537806606281,
16.81038441750229,
15.777070953220768
]
},
"date": [
"2020/09/03",
"2020/09/04",
"2020/09/08",
"2020/09/09",
"2020/09/10",
"2020/09/11",
"2020/09/14",
"2020/09/15",
"2020/09/16",
"2020/09/17",
"2020/09/18",
"2020/09/21",
"2020/09/22",
"2020/09/23",
"2020/09/24"
],
"name": "Advanced Micro Devices, Inc.",
"ticker": "AMD"
}