From 26f7cde5e8956d2748aae60dbffb4406152f9d2e Mon Sep 17 00:00:00 2001 From: Roman Yavnikov <45608740+Romazes@users.noreply.github.com> Date: Thu, 2 May 2024 16:07:50 +0300 Subject: [PATCH] feat: download specification (#11) --- 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" + ] + } + } }