client-python icon indicating copy to clipboard operation
client-python copied to clipboard

The official Python client library for the Polygon REST and WebSocket API.

Results 62 client-python issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

bug
data

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:...

spec

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:...

spec

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:...

spec

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...

bug