From 538594108b94a0cd177091faa5be3bd06b7aa799 Mon Sep 17 00:00:00 2001 From: Roman Yavnikov <45608740+Romazes@users.noreply.github.com> Date: Thu, 2 May 2024 19:33:38 +0300 Subject: [PATCH] Feature: download specification (#12) * feat: download specification * refactor: json key's properties * feat: additional param in json config * remove: forex from json specification --- iqfeed.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/iqfeed.json b/iqfeed.json index d0ac06a..2279b8c 100644 --- a/iqfeed.json +++ b/iqfeed.json @@ -11,5 +11,37 @@ ], "data-supported": [ "Equity", "Equity Options", "Futures" ], "documentation": "/docs/v2/lean-cli/datasets/iqfeed", - "more-information": "https://www.iqfeed.net/index.cfm?displayaction=data§ion=main" + "more-information": "https://www.iqfeed.net/index.cfm?displayaction=data§ion=main", + "module-specification": { + "download": { + "data-types": [ + "Trade", + "Quote" + ], + "resolutions": [ + "Tick", + "Second", + "Minute", + "Hour", + "Daily" + ], + "security-types": [ + "Equity", + "Option", + "Future" + ], + "markets": [ + "USA", + "CME", + "NYMEX", + "SGX", + "Globex", + "COMEX", + "CBOT", + "CBOE", + "ICE", + "CFE" + ] + } + } }