-
Notifications
You must be signed in to change notification settings - Fork 0
/
alexa-stockDict.js
101 lines (101 loc) · 2.48 KB
/
alexa-stockDict.js
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
// Graciously provided by Andrew Kim <github.com/andrewkim316>
const stock_dict = [
{"abbVie": "ABBV"},
{"apple": "AAPL"},
{"activision blizzard": "ATVI"},
{"ak steel": "AKS"},
{"alibaba": "BABA"},
{"alphabet": "GOOGL"},
{"amazon": "AMZN"},
{"amd": "AMD"},
{"aphria": "APHA"},
{"at&t": "T"},
{"acb": "ACB"},
{"bank of america": "BAC"},
{"berkshire hathaway": "BRK.B"},
{"beyond meat": "BYND"},
{"bilibili": "BILI"},
{"boeing": "BA"},
{"canopy growth": "CGC"},
{"cara therapeutics": "CARA"},
{"catalyst pharmaceuticals": "CPRX"},
{"chesapeake energy": "CHK"},
{"cisco": "CSCO"},
{"coca-cola": "KO"},
{"corbus pharmaceuticals": "CRBP"},
{"costco": "COST"},
{"crispr": "CRSP"},
{"cronos group": "CRON"},
{"cvs": "CVS"},
{"denbury": "DNR"},
{"disney": "DIS"},
{"dropbox": "DBX"},
{"enphase energy": "ENPH"},
{"etfmg alternative harvest": "MJ"},
{"facebook": "FB"},
{"fitbit": "FIT"},
{"ford": "F"},
{"gE": "GE"},
{"global x robotics & artificial intelligence etf": "BOTZ"},
{"glu mobile": "GLUU"},
{"gm": "GM"},
{"gopro": "GPRO"},
{"groupon": "GRPN"},
{"hexo": "HEXO"},
{"intel": "INTC"},
{"iqiyi": "IQ"},
{"jd dot com": "JD"},
{"johnson and johnson": "JNJ"},
{"jpmorgan chase": "JPM"},
{"kraft foods": "KHC"},
{"luckin coffee": "LK"},
{"lyft": "LYFT"},
{"micron technology": "MU"},
{"microsoft": "MSFT"},
{"neptune wellness": "NEPT"},
{"netflix": "NFLX"},
{"new residential investment": "NRZ"},
{"nike": "NKE"},
{"nintendo": "Nintendo"},
{"nio": "NIO"},
{"nokia": "NOK"},
{"nvidia": "NVDA"},
{"paypal": "PYPL"},
{"pfizer": "PFE"},
{"pg&e": "PCG"},
{"pinterest": "PINS"},
{"plug power": "PLUG"},
{"qualcomm": "QCOM"},
{"roku": "ROKU"},
{"salesforce": "CRM"},
{"shopify": "SHOP"},
{"sirius xm": "SIRI"},
{"snap": "SNAP"},
{"sony": "SNE"},
{"southwest airlines": "LUV"},
{"spdr s&p 500 etf": "SPY"},
{"spotify": "SPOT"},
{"sprint": "S"},
{"square": "SQ"},
{"starbucks": "SBUX"},
{"stitch fix": "SFIX"},
{"sunpower": "SPWR"},
{"target": "TGT"},
{"tencent": "TCEHY"},
{"tesla": "TSLA"},
{"teva pharmaceutical": "TEVA"},
{"tilray": "tlry"},
{"twilio": "twlo"},
{"twitter": "twtr"},
{"uber": "UBER"},
{"under armour": "UAA"},
{"vanguard s&p 500 etf": "VOO"},
{"vanguard total stock market etf": "VTI"},
{"verizon": "VZ"},
{"viking therapeutics": "VKTX"},
{"visa": "V"},
{"vivint solar": "VSLR"},
{"walmart": "WMT"},
{"yeti": "YETI"},
{"zynga": "ZYNGA"}
]