From 73f9c947bb9c2424fd5769c9d97e704140803235 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 22 Nov 2024 13:21:31 -0800 Subject: [PATCH] Add note regarding volume to OHLC module documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9daad24..a4fbf29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OHLC -This module provides Open, High, Low, Close (OHLC) data for trading applications. +This module provides Open, High, Low, Close (OHLC) data (and volume) for trading applications. The data currently comes from [IQFeed](https://www.iqfeed.net/), so you will need an account with API access from them.