Skip to content

Commit

Permalink
Feature: download specification (#12)
Browse files Browse the repository at this point in the history
* feat: download specification

* refactor: json key's properties

* feat: additional param in json config

* remove: forex from json specification
  • Loading branch information
Romazes committed May 2, 2024
1 parent f2d339b commit 5385941
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion iqfeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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&section=main"
"more-information": "https://www.iqfeed.net/index.cfm?displayaction=data&section=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"
]
}
}
}

0 comments on commit 5385941

Please sign in to comment.