I’ve got an Alpha Vantage API key and am having issues with parsing the data. I’m unsure how to approach parsing the data as there are JSON and CSV options. The CSV seems to be a download, I’m not trying to manually download a new file every time I want to update the stock price.
This is how I used to get the prices of stocks in Excel:
I would always use CTRL-ALT-F9 to refresh everything.
Unfortunately, Yahoo has stopped this service so I have to fix it.