We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python 3
2/09/21
minute data
daily data
I want minute data from a start date to an end date, seem IEX Cloud says that minute data is available for last 30 days so I did this:
df = get_historical_intraday("TSLA", start, end, token="sk_") and had a start date of 2/8/21 and an end of 2/9/21 which is within the 30 day period.
How can I achieve this?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary (include Python version)
Python 3
Date/time of issue
2/09/21
Expected behavior
minute data
Actual behavior
daily data
I want minute data from a start date to an end date, seem IEX Cloud says that minute data is available for last 30 days so I did this:
df = get_historical_intraday("TSLA", start, end, token="sk_") and had a start date of 2/8/21 and an end of 2/9/21 which is within the 30 day period.
How can I achieve this?
Thanks!
The text was updated successfully, but these errors were encountered: