Skip to content

Releases: alpacahq/alpaca-trade-api-python

v0.24, Change polygon format and add streaming authentication

24 Dec 23:15
Compare
Choose a tag to compare

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

05 Dec 22:17
Compare
Choose a tag to compare

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

28 Nov 17:59
1e376a0
Compare
Choose a tag to compare
Merge pull request #39 from alpacahq/marketDataApi

Add accessor for new bars data endpoint

v0.20, Support more parameters for list_orders

29 Oct 04:54
Compare
Choose a tag to compare

v0.19 minor fixes around polygon fundamentals

29 Oct 04:53
Compare
Choose a tag to compare

v0.18, support base URL and polygon fundamentals

03 Sep 22:39
Compare
Choose a tag to compare
  • 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

27 Jul 07:50
Compare
Choose a tag to compare
  • 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

06 Jul 14:37
Compare
Choose a tag to compare

Update NATS server address

27 Jun 17:12
Compare
Choose a tag to compare
v0.13

Bump to 0.13

Version 0.12, Polygon integration

25 Jun 01:30
Compare
Choose a tag to compare

Polygon is a price API service with REST and NATS streaming. This python SDK integrates unifies the interface.