This release adds support for Polygon's ticker snapshot endpoint via the new `all_tickers` and `snapshot` methods. It also addresses a breaking change in pandas v0.24.
0.24
This release prepares for the removal of the 'd' key in Polygon bar data, and also adds feedback for authentication when connecting to Alpaca's API through a websocket.
0.22
Streaming data was coming through as bytes rather than a string in some environment. The change in this release handles that scenario.