8000 Client update needed to match WebSocket spec changes · Issue #664 · polygon-io/client-python · GitHub
[go: up one dir, main page]

Skip to content
Client update needed to match WebSocket spec changes #664
Closed
@client-library-maintainer

Description

@client-library-maintainer

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
@@ -995,7 +995,7 @@
                 },
                 "example": {
                   "ev": "FMV",
-                  "val": 189.22,
+                  "fmv": 189.22,
                   "sym": "AAPL",
                   "t": 1678220098130
                 }
@@ -1761,7 +1761,7 @@
                 },
                 "example": {
                   "ev": "FMV",
-                  "val": 7.2,
+                  "fmv": 7.2,
                   "sym": "O:TSLA210903C00700000",
                   "t": 1401715883806000000
                 }
@@ -2331,7 +2331,7 @@
                 },
                 "example": {
                   "ev": "FMV",
-                  "val": 1.0631,
+                  "fmv": 1.0631,
                   "sym": "C:EURUSD",
                   "t": 1678220098130
                 }
@@ -2885,7 +2885,10 @@
             "name": "realtime",
             "description": "Real Time Data"
           }
-        ]
+        ],
+        "x-polygon-deprecation": {
+          "date": 1719838800000
+        }
       }
     },
     "/crypto/XA": {
@@ -3157,7 +3160,7 @@
                 },
                 "example": {
                   "ev": "FMV",
-                  "val": 33021.9,
+                  "fmv": 33021.9,
                   "sym": "X:BTC-USD",
                   "t": 1610462007425
                 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    specThe client may need an update due to API spec changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0