polygon-io/client-python

Add function for Daily Open/Close endpoint

lupoinvesting opened this issue · 2 comments

https://polygon.io/docs/stocks/get_v1_open-close__stocksticker___date

It would be nice to add support for this endpoint as well

Hey @lupoinvesting, I imagine you likely found the examples already but if not here's some sample code for using daily open/close. https://github.com/polygon-io/client-python/blob/master/examples/rest/stocks-daily_open_close.py. Cheers.