client-python
client-python copied to clipboard
The official Python client library for the Polygon REST and WebSocket API.
Upon updating to 1.13.5, I started receiving SSL certificate errors. I rolled back to 1.13.4 and the error went away. I see there were changes made to SSL and HTTPS...
This pull request adds a `to_dict` method to the `modelclass` function. The `to_dict` method converts an instance of the class to a dictionary representation. This can be useful for serialization...
**Is your feature request related to a problem? Please describe.** I use the universal snapshot method every minute to download 1 minute aggregate bars for all stocks, then do some...
Forex Websocket prices ("CAS.*") and Agg Data have occasional price spikes. These price spikes don't align with TradingView chart or Forex.com. I found the reason why: Polygon.io is using exchange...
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:...
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:...
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:...
Reverts polygon-io/client-python#632. On windows a couple users are reporting ssl error via https://github.com/polygon-io/client-python/issues/638. I want to revert this optimization to rule out the issue.
**Describe the bug** The time conversion is done from `datetime` when querying for technical indicators is to a nanoseconds resolution which conflicts with what Polygon is expecting (milliseconds). This, in...