RomelTorres / alpha_vantage

A python wrapper for Alpha Vantage API for financial data.
MIT License
4.3k stars 741 forks source link

Get_daily_adjusted returns error when asking for pandas format #294

Closed kin0969 closed 3 years ago

kin0969 commented 3 years ago

Error message is showed as below. "Invalid API call. Please retry or visit the documentation (https://www.alphavantage.co/documentation/) for TIME_SERIES_DAILY_ADJUSTED."

When modifying the format from pandas to CSV, everything is fine.

kin0969 commented 3 years ago

Root cause is inputting a wrong stock symbol. Code works well.. Thanks.

xxccy668 commented 1 year ago

But the correct ticker code can still make this error