client-python
client-python copied to clipboard
The official Python client library for the Polygon REST and WebSocket API.
I found an issue with the Python SDK streaming crypto aggregates. Using the example in the docs and connecting to any XA pairing returns the following message - "2022-08-05 14:01:02,061...
**Describe the bug** Really not sure whether this is a bug or me being stupid in one way or another. I installed the client module as stated in the documentation....
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0. Release notes Sourced from black's releases. 24.2.0 Stable style Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218) Preview style...
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:...
**Describe the bug** I expected that results from RESTClient.list_aggs() would return only one result per timestamp. That is what I have observed most of the time, but I've found some...
I'm pulling financial data for symbol LEN. My data frame is below as well as a visual chart for revenues. I'm missing chunks of data. For small companies, this may...
Fixes https://github.com/polygon-io/client-python/issues/656. No code changes needed. Technical indicators for crypto had the crypto misspelled and this spec change corrects that.
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:...
**Describe the bug** A few days ago, my ETL audits started reporting duplicate records in my all_tickers BigQuery table, which itself is based on `polygon_client.list_tickers()`. I dug into these 102...