You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting current ticker data...
Success.
Tracking 106 symbols.
Getting historical data...
Traceback (most recent call last):
File "algo.py", line 396, in
run(get_tickers(), market_open, market_close)
File "algo.py", line 87, in run
minute_history = get_1000m_history_data(symbols)
File "algo.py", line 38, in get_1000m_history_data
minute_history[symbol] = api.polygon.historic_agg(
AttributeError: 'REST' object has no attribute 'historic_agg'
The text was updated successfully, but these errors were encountered:
Getting current ticker data...
Success.
Tracking 106 symbols.
Getting historical data...
Traceback (most recent call last):
File "algo.py", line 396, in
run(get_tickers(), market_open, market_close)
File "algo.py", line 87, in run
minute_history = get_1000m_history_data(symbols)
File "algo.py", line 38, in get_1000m_history_data
minute_history[symbol] = api.polygon.historic_agg(
AttributeError: 'REST' object has no attribute 'historic_agg'
The text was updated successfully, but these errors were encountered: