Skip to content

Commit

Permalink
feat: download specification (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed May 2, 2024
1 parent 6d3d9f6 commit 26f7cde
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion iex.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
}

0 comments on commit 26f7cde

Please sign in to comment.