From 19bfed90d2b01eb8692c9ed2399363e750a6b843 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 30 Oct 2024 00:06:23 -0700 Subject: [PATCH] Add mention of IQFeed account requirement in OHLC documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 058026d..d306cae 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This module provides Open, High, Low, Close (OHLC) data for trading applications. +The data currently comes from [IQFeed](https://www.iqfeed.net/), so you will need an account with API access from them. + ## Dependencies * [IQFeed](https://moshferatu.dev/moshferatu/iqfeed/src/branch/main)