You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .polygon/websocket.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,14 @@
292
292
"type": "integer",
293
293
"description": "The condition."
294
294
},
295
+
"i": {
296
+
"type": "array",
297
+
"description": "The indicators. For more information, see our glossary of [Conditions and\nIndicators](https://polygon.io/glossary/us/stocks/conditions-indicators).\n",
298
+
"items": {
299
+
"type": "integer",
300
+
"description": "The indicator code.\n"
301
+
}
302
+
},
295
303
"t": {
296
304
"type": "integer",
297
305
"description": "The Timestamp in Unix MS."
@@ -312,6 +320,9 @@
312
320
"ap": 114.128,
313
321
"as": 160,
314
322
"c": 0,
323
+
"i": [
324
+
604
325
+
],
315
326
"t": 1536036818784,
316
327
"z": 3
317
328
}
@@ -2282,6 +2293,14 @@
2282
2293
"type": "integer",
2283
2294
"description": "The condition."
2284
2295
},
2296
+
"i": {
2297
+
"type": "array",
2298
+
"description": "The indicators. For more information, see our glossary of [Conditions and\nIndicators](https://polygon.io/glossary/us/stocks/conditions-indicators).\n",
0 commit comments