forked from thunderbolt10/cot_tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
160 lines (159 loc) · 5.18 KB
/
settings.json
File metadata and controls
160 lines (159 loc) · 5.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"quandl api key": "",
"cot source": {
"commodities": {
"start year": "2010",
"disabled": "False",
"description": "Disaggregated Futures-and-Options Combined Reports",
"output file name": "Commodity Futures",
"data type": "DFaO",
"live price url": "https://finance.yahoo.com/commodities",
"alt live price url": "https://finance.yahoo.com/quote/",
"download" : [
{
"type": "cot",
"url": "https://www.cftc.gov/files/dea/history/",
"file prefix": "com_disagg_txt_",
"file suffix": ".zip"
},
{
"type": "com price",
"url": "https://query1.finance.yahoo.com/v7/finance/download/",
"file prefix": "",
"file suffix": "interval=1d&events=history&includeAdjustedClose=true",
"quandl prefix": "https://www.quandl.com/data/"
}
],
"items": [
{
"name": "Crude Oil (light sweet)",
"filter": "CRUDE OIL, LIGHT SWEET - NEW YORK MERCANTILE EXCHANGE",
"symbol": "CL"
},
{
"name": "Natural Gas",
"filter": "NATURAL GAS",
"symbol": "NG"
},
{
"name": "Corn",
"filter": "CORN",
"symbol": "ZC"
},
{
"name": "Soybean Meal",
"filter": "SOYBEAN MEAL",
"symbol": "ZM"
},
{
"name": "Soybean Oil",
"filter": "SOYBEAN OIL",
"symbol": "ZL"
},
{
"name": "Soybean",
"filter": "SOYBEANS",
"symbol": "ZS"
},
{
"name": "Wheat-SRW",
"filter": "WHEAT-SRW",
"symbol": "ZW"
},
{
"name": "Oats",
"filter": "OATS",
"symbol": "ZO"
},
{
"name": "Rough Rice",
"filter": "ROUGH RICE",
"symbol": "ZR"
},
{
"name": "Random Length Lumber",
"filter": "RANDOM LENGTH LUMBER",
"symbol": "LBS"
},
{
"name": "Lean Hogs",
"filter": "LEAN HOGS",
"symbol": "HE"
},
{
"name": "Live Cattle",
"filter": "LIVE CATTLE",
"symbol": "LE"
},
{
"name": "Copper Grade #1",
"filter": "COPPER-GRADE #1",
"symbol": "HG"
},
{
"name": "Gold",
"filter": "GOLD",
"symbol": "GC"
},
{
"name": "Palladium",
"filter": "PALLADIUM",
"symbol": "PA"
},
{
"name": "Platinum",
"filter": "PLATINUM",
"symbol": "PL"
},
{
"name": "Silver",
"filter": "SILVER",
"symbol": "SI"
},
{
"name": "Cocoa",
"filter": "COCOA",
"symbol": "CC"
},
{
"name": "Coffee",
"filter": "COFFEE",
"symbol": "KC"
},
{
"name": "Cotton No.2",
"filter": "COTTON NO. 2",
"symbol": "CT"
},
{
"name": "Sugar No.11",
"filter": "SUGAR NO. 11",
"symbol": "SB"
},
{
"name": "Frozen Orange Juice",
"filter": "ORANGE JUICE",
"symbol": "OJ",
"quandl price code": "CHRIS/ICE_OJ2"
}
]
},
"financial": {
"start year": "2010",
"disabled": "True",
"description": "Traders in Financial Futures ; Futures-and-Options Combined Reports",
"output file name": "Financial Futures",
"data type": "TiFF",
"download" : {
"url": "https://www.cftc.gov/files/dea/history/",
"file prefix": "com_fin_txt_",
"file suffix": ".zip"
},
"market name filters": [
]
}
},
"cot plot": {
"port": 8000
}
}