-
Notifications
You must be signed in to change notification settings - Fork 2
/
historical.json
45 lines (45 loc) · 982 Bytes
/
historical.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
{
"company_name": "Amazon",
"dates": [
{
"date": "Apr1020",
"sentiment": null,
"stock": null
},
{
"date": "Apr1120",
"sentiment": null,
"stock": null
},
{
"date": "Apr1220",
"sentiment": null,
"stock": null
},
{
"date": "Apr1320",
"sentiment": null,
"stock": null
},
{
"date": "Apr1420",
"sentiment": {
"avg_sent": "-0.16808725000000000000",
"avg_sadness_score": "0.40540080000000000000",
"avg_joy_score": "0.33658430000000000000",
"avg_fear_score": "0.13148680000000000000",
"avg_disgust_score": "0.08802195000000000000"
},
"stock": {
"symbol": "AMZN",
"high_pt": "2291.7",
"low_pt": "2187.64",
"open_value": "2200.51",
"close_value": "2281.3",
"average_value": "1913.30377386973182",
"volume": 172442,
"num_trades": 2600
}
}
]
}