I am currently trying to do some calculations with the income statement of GOOGL imported from AlphaVantage’s API. Here below is my code: After importing this income statement, I am able to print out the data which comes out as a list. I want to extract of this list(most recent annual report) although when I do this I get a
Tag: alpha-vantage
how do you set alpha vantage date as a column?
I am trying to plot data from Alpha Vantage. when I do I get: as you can see, ‘date’ is not on there. this is causing me problems when I start using mplfinance and matplotlib. Can anyone help? ps: my excel sheet looks like this date 1. open … 2021-02-03 243 2021-02-02 245 Answer Glancing at what you have shown