Open themindfactory opened 3 years ago
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_historicalintraday("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!
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_historicalintraday("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!