Releases: alpacahq/alpaca-trade-api-python
Releases · alpacahq/alpaca-trade-api-python
v0.24, Change polygon format and add streaming authentication
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.
v0.22, Fix streaming errors on some environments
Streaming data was coming through as bytes rather than a string in some environment. The change in this release handles that scenario.
v0.21, Add Support for Alpaca Data API
Merge pull request #39 from alpacahq/marketDataApi Add accessor for new bars data endpoint
v0.20, Support more parameters for list_orders
Bump to 0.20
v0.19 minor fixes around polygon fundamentals
Bump to 0.19
v0.18, support base URL and polygon fundamentals
- Document updates to reflect the latest API
- Clarify base URL for API endpoint
- Implement Polygon fundamentals API
- Better error handling
v0.16, Minor improvement around Polygon and document
- Polygon entities now sort
df
property after sorting it by index - Clarify Python >= 3.5 requirement
- Add snippet for polygon REST usage
Version 0.14, fix historic_agg(day) to be 00:00 in NY time zone
v0.14 Bump versio
Update NATS server address
v0.13 Bump to 0.13
Version 0.12, Polygon integration
Polygon is a price API service with REST and NATS streaming. This python SDK integrates unifies the interface.