Skip to content

Instantly share code, notes, and snippets.

@andrewkim316
Created September 9, 2019 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkim316/54bc942c5ea3f25bebad643337b5f957 to your computer and use it in GitHub Desktop.
Save andrewkim316/54bc942c5ea3f25bebad643337b5f957 to your computer and use it in GitHub Desktop.
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"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment