generated from QuantConnect/Lean.DataSource.SDK
-
Notifications
You must be signed in to change notification settings - Fork 4
/
alphavantage.json
32 lines (32 loc) · 1.03 KB
/
alphavantage.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
{
"description": "Alpha Vantage provides equity price and fundamental data via an API with affordable pricing. The QuantConnect integration of this plugin with the Local Platform and LEAN-CLI enables use on-premise to download data and stream from the Alpha Vantage API.",
"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, 0, 0]
}
],
"data-supported": [ "Equity" ],
"more-information": "https://www.alphavantage.co/",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity"
],
"markets": [
"USA"
]
}
}
}