-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpolygon.json
39 lines (39 loc) · 1.28 KB
/
polygon.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
33
34
35
36
37
38
39
{
"description": "Polygon is a high-quality streaming and historical data source with integrations to market prices, news, fundamentals, and corporate action events. Our integration with polygon supports research, backtesting, optimization, and live-trading strategies.",
"platforms-features": [
{
"Platform Support": ["Cloud Platform", "Local Platform", "LEAN CLI"],
"Download Data": [0, 1, 1],
"Backtesting": [1, 1, 1],
"Optimization": [1, 1, 1],
"Live Trading": [1, 0, 0]
}
],
"data-supported": [ "Equity", "Equity Options", "Indexes", "Index Options" ],
"documentation": "/docs/v2/lean-cli/datasets/polygon",
"more-information": "https://www.polygon.io/",
"module-specification": {
"download": {
"data-types": [
"Trade",
"Quote"
],
"resolutions": [
"Tick",
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"Option",
"Index",
"IndexOption"
],
"markets": [
"USA"
]
}
}
}