Add note regarding default start and end dates to OHLC documentation

This commit is contained in:
moshferatu 2024-10-30 00:16:09 -07:00
parent 32a6a5a926
commit e13c73a492

View File

@ -12,6 +12,8 @@ The data currently comes from [IQFeed](https://www.iqfeed.net/), so you will nee
All data is returned as a ```pandas``` DataFrame.
Both the start and end dates default to the current day.
### Daily Data
```python