generated from QuantConnect/Lean.DataSource.SDK
-
Notifications
You must be signed in to change notification settings - Fork 5
/
iqfeed.json
47 lines (47 loc) · 1.49 KB
/
iqfeed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"description": "IQFeed provides a high-performance desktop interface to dozens of market data feeds. The QuantConnect integration enables research, backtesting, optimization, and live trading across multiple asset classes. IQFeed only supports Windows desktop installations.",
"platforms-features": [
{
"Platform Support": ["Cloud Platform", "Local Platform", "LEAN CLI"],
"Download Data": [0, 1, 1],
"Backtesting": [0, 1, 1],
"Optimization": [0, 1, 1],
"Live Trading": [0, 1, 1]
}
],
"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",
"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"
]
}
}
}