generated from QuantConnect/Lean.DataSource.SDK
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoinapi.json
40 lines (39 loc) · 897 Bytes
/
coinapi.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
{
"description": "Cryptocurrency focused historical and streaming data service. CoinAPI covers dozens of crypto exchanges. Our integration allows research, backtest, optimization, and live trading with CoinAPI as the data-source.",
"platforms-features": [
{
"Platforms": ["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": [ "Crypto", "Crypto Futures" ],
"more-information": "https://www.coinapi.io",
"documentation": "",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Crypto",
"CryptoFuture"
],
"markets": [
"Coinbase",
"Bitfinex",
"Binance",
"Kraken",
"BinanceUS"
]
}
}
}