polygon-io / client-python

The official Python client library for the Polygon REST and WebSocket API.
https://polygon-api-client.readthedocs.io/
MIT License
787 stars 209 forks source link

I want to add `net_income_loss` field for stock financials vx api #715

Open tsugumi-sys opened 1 month ago

tsugumi-sys commented 1 month ago

The net_income_loss field is not found in this library (data model definition), but the original api endpoint returns the net_income_loss field.

image https://polygon.io/docs/stocks/get_vx_reference_financials

Can we add this field and other related fields for this library? I'd like to contribute if it's ok :)

justinpolygon commented 1 month ago

Thanks for posting this I'll check it out. Thanks for the PR.