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

# Problem [`modelclass`](https://github.com/polygon-io/client-python/blob/master/polygon/modelclass.py) is an uncessary abstraction for `dataclass`, and it makes the codebase harder to navigate. All of the relevant behavior between modelclass and dataclass is the same. The...

enhancement

**Describe the bug** The timestamp returned from polygon does not make sense to me. After converting to normal datetime object, it spans from 0am to 8am and then 17pm to...

bug

Fixes https://github.com/polygon-io/client-python/issues/732. Added unique Dividend and Split IDs.

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

**Describe the bug** ![image](https://github.com/user-attachments/assets/fe53da38-42e6-45b6-9300-9667e1564282) misstyping **To Reproduce** just follow the screenshot **Expected behavior** should return the correct typing **Screenshots** **Additional context**

bug

**Is your feature request related to a problem? Please describe.** - The `TickerNews` class provided by the library does not populate the `insights` field by `list_ticker_news` method. - When making...

enhancement

The `net_income_loss` field is not found in this library ([data model definition](https://github.com/polygon-io/client-python/blob/master/polygon/rest/models/financials.py)), but the original api endpoint returns the `net_income_loss` field. ![image](https://github.com/user-attachments/assets/4bc188fe-535a-4774-b914-33af303fc384) https://polygon.io/docs/stocks/get_vx_reference_financials Can we add this field and other...

enhancement

Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.1. Changelog Sourced from mypy's changelog. Mypy 1.12.1 Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961) Fix iteration over...

dependencies

Bumps [types-setuptools](https://github.com/python/typeshed) from 75.1.0.20240917 to 75.2.0.20241019. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-setuptools&package-manager=pip&previous-version=75.1.0.20240917&new-version=75.2.0.20241019)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies