Skip to content

Tags: quant-ops/alpaca-trade-api-python

Tags

v0.44

Fixes:

  - Add missing declaration of alpha_vantage package

v0.43

Features:

  - Alpha Vantage SDK integration
  - Advanced order type support
  - Watchlist endpoint support
Fixes:
  - Position closing endpoints now return Order object information

v0.42

Features:

  - Add support for new Polygon v2 historic data endpoints. Methods using the old endpoints have been deprecated and will be removed in a future release.

v0.41

Features:

  - Add support for account activities API

v0.40

Fixes

  - Do not consume user exceptions when executing websocket code

v0.39

Features:

  - Add support for order replacement API method
  - Add support for account configuration API

v0.38

Features:

  - Add OAuth authentication method
  - Add automatic reconnection for Alpaca websocket streams
Fixes:
  - Fix issue that could occur when using websockets with other async code

v0.37

Fixes:

  - Removes unused symbol variable in close_all_positions()

v0.36

Features:

  - Add endpoint for cancelling all open orders
  - Add endpoints for liquidating positions

Fixes:
  - Assign Polygon stream unique message handler list

v0.35

Fixes:

  - Hotfix for change to Polygon authentication message format