-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
68 lines (68 loc) · 1.68 KB
/
db.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
{
"id": {
"one": {
"title": "APPL",
"fullname": "Apple Inc.",
"sector": "Technology",
"change": "+0.005",
"percentageChange": "+2.78",
"volume": "73,604,287",
"buy": "0.185",
"buyVolume": "227,027",
"sell": "0.190",
"sellVolume": "231,498",
"lacp": "0.180",
"open": "0.185",
"high": "0.195",
"low": "0.180"
},
"two": {
"title": "AMZN",
"sector": "Technology",
"fullname": "Amazon Inc.",
"change": "+0.005",
"percentageChange": "+2.78",
"volume": "73,604,287",
"buy": "0.185",
"buyVolume": "227,027",
"sell": "0.190",
"sellVolume": "231,498",
"lacp": "0.180",
"open": "0.185",
"high": "0.195",
"low": "0.180"
},
"three": {
"title": "TSLA",
"sector": "Automotive",
"fullname": "Tesla Inc",
"change": "+0.005",
"percentageChange": "+2.78",
"volume": "73,604,287",
"buy": "0.185",
"buyVolume": "227,027",
"sell": "0.190",
"sellVolume": "231,498",
"lacp": "0.180",
"open": "0.185",
"high": "0.195",
"low": "0.180"
},
"four": {
"title": "GOOG",
"fullname": "Google Inc.",
"sector": "Technology'",
"change": "+0.005",
"percentageChange": "+2.78",
"volume": "73,604,287",
"buy": "0.185",
"buyVolume": "227,027",
"sell": "0.190",
"sellVolume": "231,498",
"lacp": "0.180",
"open": "0.185",
"high": "0.195",
"low": "0.180"
}
}
}