Skip to content

Commit

Permalink
Update alphavantage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbroad committed Feb 7, 2024
1 parent 858c1d2 commit 1e0d6ff
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions alphavantage.json
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/"
}

0 comments on commit 1e0d6ff

Please sign in to comment.