addisonlynch / iexfinance

Python SDK for IEX Cloud
https://addisonlynch.github.io/iexfinance
Apache License 2.0
648 stars 136 forks source link

not getting minute data #258

Open themindfactory opened 3 years ago

themindfactory commented 3 years ago

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!