-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtastytrade.json
More file actions
79 lines (79 loc) · 1.2 KB
/
tastytrade.json
File metadata and controls
79 lines (79 loc) · 1.2 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"description": "Tastytrade is a modern brokerage platform offering intuitive trading tools, real-time data, and support for equities, options, and futures.",
"platforms-features": [
{
"Platforms": [
"Cloud Platform",
"Local Platform",
"LEAN CLI"
],
"Download Data": [
0,
0,
0
],
"Backtesting": [
0,
0,
0
],
"Optimization": [
0,
0,
0
],
"Live Trading": [
1,
1,
1
]
}
],
"order-types": [
"Market",
"Limit",
"Stop Market",
"Stop Limit"
],
"assets": [
"Equity",
"Equity Options",
"Index Options",
"Future",
"Future Options"
],
"brokerage-url": "https://tastytrade.com/",
"landing-page-url": "/brokerages/tastytrade",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/tastytrade",
"module-specification": {
"download": {
"data-types": [
"Trade",
"OpenInterest"
],
"resolutions": [
"Tick",
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"Option",
"Index",
"IndexOption",
"Future",
"FutureOption"
],
"markets": [
"USA",
"CME",
"NYMEX",
"CBOT",
"ICE",
"CFE"
]
}
}
}