-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymbol.json
More file actions
46 lines (46 loc) · 1.11 KB
/
Copy pathsymbol.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"symbols": [
{
"title": "AAPL",
"company": "Apple Inc",
"price": "168.73",
"percent": "-0.63%"
},
{
"title": "MSFT",
"company": "Microsoft Corp.",
"price": "309.55",
"percent": "+2.28%"
},
{
"title": "GOOG",
"company": "Alphabet Inc (Google) Class C",
"price": "2756.22",
"percent": "+1.12%"
},
{
"title": "GOOGL",
"company": "Alphabet Inc (Google) Class A",
"price": "2748.96",
"percent": "+1.07%"
},
{
"title": "AMZN",
"company": "Amazon.com, Inc.",
"price": "3159.91",
"percent": "-0.58%"
},
{
"title": "TSLA",
"company": "Tesla, Inc.",
"price": "1013.32",
"percent": "-1.67%"
},
{
"title": "FB",
"company": "Meta Platforms, Inc.",
"price": "325.42",
"percent": "+2.28%"
}
]
}