Alpha Vantage Randomly Says Invalid Api Call
I have code in python that periodically fetches data for a particular ticker. import pandas as pd import time def intraday(ticker, interval, key): ''' Returns interday data
Solution 1:
Yes same issue here, but do not fear, it doesn't seem to be an issue with your code. The api response seems down across the board. Even their demo requests aren't working e.g https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&symbol=IBM&interval=5min&apikey=demo from https://www.alphavantage.co/documentation/
Hopefully it will be fixed soon!
Post a Comment for "Alpha Vantage Randomly Says Invalid Api Call"