Skip to content

Commit

Permalink
Feature: download specification (#4)
Browse files Browse the repository at this point in the history
* feat: download specification

* refactor: json space format

* remove: not supported security type in config
  • Loading branch information
Romazes authored May 2, 2024
1 parent 0d03607 commit 32cf5e0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions thetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,30 @@
"Live Trading": [0, 1, 1]
}
],
"data-supported": ["Equity", "Equity Options", "Index", "Index Options"],
"data-supported": ["Equity Options", "Index Options"],
"documentation": "/docs/v2/lean-cli/datasets/thetadata",
"more-information": "https://www.thetadata.net/"
"more-information": "https://www.thetadata.net/",
"module-specification": {
"download": {
"data-types": [
"OpenInterest",
"Trade",
"Quote"
],
"resolutions": [
"Tick",
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Option",
"IndexOption"
],
"markets": [
"USA"
]
}
}
}

0 comments on commit 32cf5e0

Please sign in to comment.