-
Notifications
You must be signed in to change notification settings - Fork 2
/
initial_data.json
112 lines (112 loc) · 1.95 KB
/
initial_data.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"TWTR": {
"ticker": "TWTR",
"name": "Twitter Inc",
"price": 23,
"previous": 21,
"size": "Medium",
"yearHigh": 213,
"yearLow": 111,
"history": []
},
"GOOG": {
"ticker": "GOOG",
"name": "Google Inc",
"price": 884,
"previous": 889,
"size": "Large",
"yearHigh": 950,
"yearLow": 654,
"history": []
},
"MSFT": {
"ticker": "MSFT",
"name": "Microsoft Inc",
"price": 29,
"previous": 21,
"size": "Large",
"yearHigh": 32,
"yearLow": 26,
"history": []
},
"LNKD": {
"ticker": "LNKD",
"name": "LinkedIn Inc",
"price": 85,
"previous": 88,
"size": "Small",
"yearHigh": 93,
"yearLow": 65,
"history": []
},
"YHOO": {
"ticker": "YHOO",
"name": "Yahoo Inc",
"price": 34,
"previous": 33,
"size": "Large",
"yearHigh": 36,
"yearLow": 12,
"history": []
},
"AMZN": {
"ticker": "AMZN",
"name": "Amazon Inc",
"price": 190,
"previous": 199,
"size": "Large",
"yearHigh": 222,
"yearLow": 187,
"history": []
},
"NFLX": {
"ticker": "NFLX",
"name": "Netflix Inc",
"price": 165,
"previous": 166,
"size": "Medium",
"yearHigh": 223,
"yearLow": 130,
"history": []
},
"FB": {
"ticker": "FB",
"name": "Facebook Inc",
"price": 35,
"previous": 35,
"size": "Medium",
"yearHigh": 39,
"yearLow": 16,
"history": []
},
"AOL": {
"ticker": "AOL",
"name": "AOL Inc",
"price": 12,
"previous": 22,
"size": "Large",
"yearHigh": 15,
"yearLow": 6,
"history": []
},
"MOVE": {
"ticker": "Move",
"name": "Move Inc",
"price": 56,
"previous": 56,
"size": "Small",
"yearHigh": 69,
"yearLow": 34,
"history": []
},
"BIDU": {
"ticker": "BIDU",
"name": "Baidu Inc",
"price": 546,
"previous": 554,
"size": "Large",
"yearHigh": 668,
"yearLow": 522,
"history": []
}
}