-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
specThe client may need an update due to API spec changesThe client may need an update due to API spec changes
Description
A diff between this client library's spec and our hosted spec was found. The client may need an update to match any changes in our API. See the diff below:
--- https://raw.githubusercontent.com/polygon-io/client-python/master/.polygon/websocket.json
+++ https://api.polygon.io/specs/websocket.json
@@ -423,6 +423,10 @@
"e": {
"type": "integer",
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
+ },
+ "otc": {
+ "type": "boolean",
+ "description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
}
}
},
@@ -566,6 +570,10 @@
"e": {
"type": "integer",
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
+ },
+ "otc": {
+ "type": "boolean",
+ "description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
}
}
},
@@ -2348,6 +2356,10 @@
"e": {
"type": "integer",
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
+ },
+ "otc": {
+ "type": "boolean",
+ "description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
}
}
},
@@ -2417,6 +2429,10 @@
"e": {
"type": "integer",
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
+ },
+ "otc": {
+ "type": "boolean",
+ "description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
}
}
},
@@ -2498,6 +2514,10 @@
"e": {
"type": "integer",
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
+ },
+ "otc": {
+ "type": "boolean",
+ "description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
}
}
},
Metadata
Metadata
Assignees
Labels
specThe client may need an update due to API spec changesThe client may need an update due to API spec changes