Alpaca Trade Api Python Versions Save

Python client for Alpaca's trade API

v3.1.0

4 months ago

What's Changed

Full Changelog: https://github.com/alpacahq/alpaca-trade-api-python/compare/v3.0.2...v3.1.0

v3.0.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/alpacahq/alpaca-trade-api-python/compare/v2.3.0...v3.0.1

v2.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alpacahq/alpaca-trade-api-python/compare/v2.2.0...v2.3.0

v2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alpacahq/alpaca-trade-api-python/compare/v2.1.0...v2.2.0

v2.1.0

2 years ago

PRs in this release:

  • Add auto deployment to pypi (#612) from @drew887
  • Adds a 'side' param to Rest::list_orders (#610) from @drew887
  • Add issue template for general SDK questions (#608) from @drew887
  • Update issue templates (#606) from @drew887
  • Adds stream crypto orderbook (#597) from @ccnlui

v2.0.0

2 years ago

:warning: Note this release is a Breaking Change due to the removal of Market Data V1 capabilities

  • Adds a param to the stream classes to allow overriding of websocket defaults (#596)
  • Scheduled weekly dependency update for week 12 (#592)
  • Increase ping timeout (#591)
  • Send subscription requests in parts (#586)
  • Remove marketdata v1 functions (#590)
  • Updating overnight-hold to use the new data api (async get bars) (#562)
  • Add Week and Month timeframe units (#583)
  • Multi symbol support for the latest crypto endpoints (#580)

You can view this release on PyPi here

v1.5.1

2 years ago
  • Move updated bars to their own subscription by @gnvk #574
  • empty handler check when unregister cancel errors + corrections by @ccnlui #577
  • Adds support for Python 3.10 by @ccnlui #561
  • Fixes Incorrect Access Issue on Long-Short Example by @haxdds #560

v1.5.0

2 years ago

What's Changed

Full Changelog: https://github.com/alpacahq/alpaca-trade-api-python/compare/v1.4.3...v1.5.0

v1.4.3

2 years ago
  • Adds Crypto Snapshot Endpoint

  • Handle new messages as implicit subscriptions messages that come with subscribing to trades - The biggest change is letting user pass in handler_cancel_errors and handler_corrections into subscribe_trades()