From ce7edd64448b41ad96494b0b92cd143ba28c3300 Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 12:45:09 +0300 Subject: [PATCH] feat: download specification --- iex.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/iex.json b/iex.json index 6b1c971..fed6b50 100644 --- a/iex.json +++ b/iex.json @@ -11,5 +11,22 @@ ], "data-supported": [ "Equity" ], "documentation": "/docs/v2/lean-cli/datasets/iex-cloud", - "more-information": "https://iexcloud.io/" + "more-information": "https://iexcloud.io/", + "module-specification": { + "download": { + "data-types": [ + "Trade" + ], + "resolutions": [ + "Minute", + "Daily" + ], + "security-types": [ + "Equity" + ], + "markets": [ + "USA" + ] + } + } }