generated from QuantConnect/Lean.DataSource.SDK
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
858c1d2
commit 1e0d6ff
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"description":"Alpha Vantage provides equity price and fundamental data via and 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], | ||
"Parameter Optimization":[0,1,1], | ||
"Live Trading":[0,0,0], | ||
], | ||
"more-information":"https://www.alphavantage.co/" | ||
"description": "Alpha Vantage provides equity price and fundamental data via and 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], | ||
"Parameter Optimization": [0, 1, 1], | ||
"Live Trading": [0, 0, 0] | ||
} | ||
], | ||
"more-information": "https://www.alphavantage.co/" | ||
} |