Polygon

Latest version: v1.2.6

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.0.9

- Added [Bulk Ticker Details](https://polygon.readthedocs.io/en/latest/bulk_data_download_functions.html#bulk-ticker-details). Thanks to AlbusFrigoris for the suggestion.
- Bulk download functions get [their own page](https://polygon.readthedocs.io/en/latest/bulk_data_download_functions.html) in the documentation. You may suggest new functions on our [Discord Server](https://discord.gg/jPkARduU6N)
- Forex and crypto documentations are merged into a [single page](https://polygon.readthedocs.io/en/latest/Forex_Crypto.html).
- Added the method `get_dates_between` and added custom timezone support to `normalize_datetime`.
- Other internal changes that you don't care about

---

1.0.8

- Docs for this version are available [Here](https://polygon.readthedocs.io/en/1.0.8/)
- Removed orjson from REST clients, using `.json()` response method again due to a drop in multicore performance.
Thanks to Baker XBL for the reports.
- The option symbology is UPDATED and BETTER than ever. [Docs](https://polygon.readthedocs.io/en/latest/Options.html#working-with-option-symbols) are re-written. Support for 6 symbol formats added.
- added `force_uppercase_symbols` on both streamers to allow optionally disabling the upper case enforcement
- The option symbology change is not backward compatible. Hence, I've decided to keep the documentation for `v1.0.7`
persistent. You can use the **version switch on bottom left of documentation** to navigate between documentation for different versions
- If you were not using option symbology so far, you should not have any issues upgrading. If you were, just update
existing code to use new structure (which is very similar so should be very quick to change)
- Added the total downloads badge on GH readme

---

1.0.7

- Docs for this version are available [Here](https://polygon.readthedocs.io/en/1.0.7/)
- We now have an Official `CHANGELOG`. View it [HERE](https://github.com/pssolanki111/polygon/blob/main/CHANGELOG.md).
Thanks to Baker XBL for the suggestion
- The lib will now use `orjson` if it's installed for all JSON operations. `orjson` is no longer a required
dependency for the library. Both `uvloop` and `orjson` are moved to optional extra dependencies. See [here](https://polygon.readthedocs.io/en/latest/Getting-Started.html#installing-polygon) for
more info
- An issue with `lt, gt, lte & gte` filters was fixed. Thanks to Baker XBL for the report & reproducible examples

---

1.0.6

- option contract endpoint added to reference client. view [here](https://polygon.readthedocs.io/en/latest/References.html#get-option-contract)
- All `pagination` methods now accept a `verbose` argument defaulting to False. Setting it to `verbose=True` will print relevant status messages about
the underlying pagination process. **Useful for people who don't trust me** and want to know what exactly the lib is
doing at a certain point in time.
- Links to official documentation were broken due to a change by polygon.io, which restructured all links. (kinda don't like the new schema lol).
That should be fixed. All methods now have correct direct specific links to their official counterparts.
- some internal changes to how the lib handles `timestamp` and `datetimes` and `dates`. To know how to fine tune results,
see [relevant docs](https://polygon.readthedocs.io/en/latest/Getting-Started.html#passing-dates-datetime-values-or-timestamps)

---

1.0.5

- newly released `options quotes` endpoints are now included in the lib. They were released by polygon yesterday I
believe. Both `http` and `websocket` streaming endpoints are covered
- Some updates to interfacing around `vX/v3` because polygon would deprecate a few older v2 endpoints tomorrow
(mar 5th). To maintain backward compatibility, I have tried my best to raise relevant warnings.
- other internal bug fixes which you don't care about :P

---

1.0.2

- the `better aggregates` functionality is officially released & documented. gets a dedicated section
[in the docs](https://polygon.readthedocs.io/en/latest/Getting-Started.html#better-aggregate-bars-function)
. HUGE thanks to Baker XBL for the suggestions and helping test it.
- Other internal changes and fixes which, again, you don't care about :D

---

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.