From e13c73a4920ccc2206ff9afda30685c43636660c Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 30 Oct 2024 00:16:09 -0700 Subject: [PATCH] Add note regarding default start and end dates to OHLC documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78d9970..4164bcd 100644 --- a/README.md +++ b/README.md @@ -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