Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'REST' object has no attribute 'historic_agg' #19

Open
PipArmy opened this issue Jun 9, 2020 · 1 comment
Open

AttributeError: 'REST' object has no attribute 'historic_agg' #19

PipArmy opened this issue Jun 9, 2020 · 1 comment

Comments

@PipArmy
Copy link

PipArmy commented Jun 9, 2020

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'

@jbarr8
Copy link

jbarr8 commented Jun 17, 2020

See the discussion here to help out with this.
#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants