RomelTorres / alpha_vantage

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

Extended Intraday Data Merged with #347

Closed windowshopr closed 1 year ago

windowshopr commented 1 year ago
data, meta_data = ts.get_intraday_extended(symbol=ticker, interval=timeframe, slice='year'+str(year)+'month'+str(month))
"Note": "The TIME_SERIES_INTRADAY_EXTENDED API has been merged with the regular TIME_SERIES_INTRADAY API. To query current and 20+ years of historical intraday data', ' please see the latest documentation and examples at https://www.alphavantage.co/documentation/#intraday. Thank you!"

get_intraday_extended needs to be dropped, and the new functionality of getting extended intraday data incorporated into the get_intraday function.

AlphaVantageSupport commented 1 year ago

Tracked by https://github.com/RomelTorres/alpha_vantage/pull/348.