Skip to content

Commit

Permalink
feat: download specification (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed May 2, 2024
1 parent 929d4f0 commit 923cb82
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion alphavantage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,23 @@
}
],
"data-supported": [ "Equity" ],
"more-information": "https://www.alphavantage.co/"
"more-information": "https://www.alphavantage.co/",
"module-specification": {
"download": {
"data-types": [
"Trade"
],
"resolutions": [
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity"
],
"markets": [
"USA"
]
}
}
}

0 comments on commit 923cb82

Please sign in to comment.