forked from droidkfx/IEX-Postman-Collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReference Data.postman_collection.json
458 lines (458 loc) · 10.5 KB
/
Reference Data.postman_collection.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
{
"info": {
"_postman_id": "154f130d-1af7-4fcd-bb88-7e6bfa8f5188",
"name": "Reference Data",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "This call returns an array of symbols that IEX Cloud supports for API calls."
},
"response": []
},
{
"name": "Search",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/search/:fragment:",
"host": [
"{{base_url}}"
],
"path": [
"search",
":fragment:"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
],
"variable": [
{
"key": "fragment:",
"value": "aa",
"description": "URL encoded search string. Currently search by symbol or security name."
}
]
},
"description": "Returns an array of symbols up to the top 10 matches. Results will be sorted for relevancy. Search currently defaults to equities only, where the symbol returned is supported by endpoints listed under the Stocks category."
},
"response": []
},
{
"name": "IEX Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "This call returns an array of symbols the Investors Exchange supports for trading. This list is updated daily as of 7:45 a.m. ET. Symbols may be added or removed by the Investors Exchange after the list was produced."
},
"response": []
},
{
"name": "International Symbols (Region)",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/region/:region/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"region",
":region",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
],
"variable": [
{
"key": "region",
"value": "ca",
"description": "• Required\n• 2 letter case insensitive string of country codes using ISO 3166-1 alpha-2"
}
]
},
"description": "This call returns an array of international symbols that IEX Cloud supports for API calls."
},
"response": []
},
{
"name": "International Symbols (exchange)",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/exchange/:exchange/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"exchange",
":exchange",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
],
"variable": [
{
"key": "exchange",
"value": "tse",
"description": "• Required\n• Case insensitive string of Exchange using IEX Supported Exchanges list"
}
]
},
"description": "This call returns an array of international symbols that IEX Cloud supports for API calls."
},
"response": []
},
{
"name": "International Exchanges",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/exchanges?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"exchanges"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "Returns an array of exchanges."
},
"response": []
},
{
"name": "U.S. Exchanges",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/market/us/exchanges?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"market",
"us",
"exchanges"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "Returns an array of U.S. exchanges."
},
"response": []
},
{
"name": "U.S. Holidays and Trading Dates",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/us/dates/:type/:direction/:last/:startDate",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"us",
"dates",
":type",
":direction",
":last",
":startDate"
],
"variable": [
{
"key": "type",
"value": "trade",
"description": "Required. Can be trade or holiday"
},
{
"key": "direction",
"value": "next",
"description": "Required. Can be next or last. Default is next. next will return today if today is a holiday."
},
{
"key": "last",
"value": "1",
"description": "Optional. Number of days to go back or forward. Default is 1"
},
{
"key": "startDate",
"value": "",
"description": "Optional. Used to specify the start date for next or last. Format is YYYYMMDD. Defaults to today."
}
]
},
"description": "This call allows you to fetch a number of trade dates or holidays from a given date. For example, if you want the next trading day, you would call /ref-data/us/dates/trade/next/1."
},
"response": []
},
{
"name": "Sectors",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/sectors",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"sectors"
]
},
"description": "Returns an array of sectors."
},
"response": []
},
{
"name": "Tags",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/tags",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"tags"
]
},
"description": "Returns an array of tags. Tags can be found on each company"
},
"response": []
},
{
"name": "ISIN Mapping",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{ \"token\" : \"{{public_key}}\", \"isin\" : [ \"US5949181045\" ] }"
},
"url": {
"raw": "{{base_url}}/ref-data/isin",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"isin"
]
},
"description": "Helper call to convert ISIN to IEX Cloud symbols. Note that due to licensing restrictions we are unable to return the ISIN."
},
"response": []
},
{
"name": "Mutual Fund Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/mutual-funds/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"mutual-funds",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "This call returns an array of mutual fund symbols that IEX Cloud supports for API calls."
},
"response": []
},
{
"name": "OTC Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/otc/symbols?",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"otc",
"symbols"
],
"query": [
{
"key": "format",
"value": "csv",
"description": "• Parameter is optional\n• Value can only be csv\n• When parameter is not present, format defaults to JSON",
"disabled": true
}
]
},
"description": "This call returns an array of OTC symbols that IEX Cloud supports for API calls."
},
"response": []
},
{
"name": "FX Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/fx/symbols",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"fx",
"symbols"
]
},
"description": "This call returns a list of supported currencies and currency pairs."
},
"response": []
},
{
"name": "Options Symbols",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{base_url}}/ref-data/options/symbols",
"host": [
"{{base_url}}"
],
"path": [
"ref-data",
"options",
"symbols"
]
},
"description": "This call returns an object keyed by symbol with the value of each symbol being an array of available contract dates."
},
"response": []
}
],
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{public_key}}",
"type": "string"
},
{
"key": "key",
"value": "token",
"type": "string"
},
{
"key": "in",
"value": "query",
"type": "string"
}
]
}
}