Skip to content

Releases: alpacahq/pipeline-live

Remove market data v1 calls and Polygon integration

11 Apr 18:05
b47bd4b
Compare
Choose a tag to compare

⚠️ THIS RELEASE IS A BREAKING CHANGE ⚠️

We're still pre 1.x so I wont bump the major version but this release contains changes that are breaking such as removal of the polygon integration.

This release contains the following PRs:

  • Remove market data v1 calls and Polygon integration (#35)

Update alpaca-trade-api

17 Jan 11:22
Compare
Choose a tag to compare
  • Update the python-sdk to v0.52.0
  • optmize api call for list_assets
  • update readme doc

Enable Github Actions CI for testing

11 Jan 09:53
d288bd7
Compare
Choose a tag to compare

Run the package tests on the github CI (Ubuntu, python 3.6)

Limit iexfinance version

15 Dec 13:47
Compare
Choose a tag to compare

iexfinance 0.5.0 requires python 3.7 or above.
We still support 3.6, so we limit the version.

IEX Cloud API & Alpaca Pricing Source

26 Jun 14:19
Compare
Choose a tag to compare

Until now, IEX has been the primary source of data for pipeline-live. With their update to IEX Cloud, however, several of the data endpoints they provide will no longer be freely available for most use cases due to their monthly messaging limits. This update allows users to access IEX Cloud if they wish by setting an IEX_TOKEN environment variable, but also provides access to Alpaca's price data API, which does not impose messaging limits as IEX Cloud does. Please see the Readme for updated instructions on using the Alpaca pricing data source.