Alpha Vantage API

class src.lib.data_access.alphavantage.AlphaVantage

Bases: object

access_alphavantage()

Fetches Json data from the Alpha Vantage API.

dict_to_pandas_alphavantage()

Converts Json data returned from the Alpha Vantage API into a Pandas dataframe object with the following structure of columns:

  1. Date

  2. Open

  3. High

  4. Low

  5. Close

  6. Close Final: Meaning the adjusted close value.

  7. Volume

  8. Dividend Amount

  9. Split Coefficient