Skip to content

Releases: alpacahq/alpaca-py

v0.33.0

14 Nov 10:21
e6edb1e
Compare
Choose a tag to compare

Incompatibility change

  • The response of StockHistoricalDataClient is changed when no data with specifying only 1 symbol in the query
    • With this change now we'll return {} instead of {"AAPL": []}
    • affected methods
      • get_stock_bars()
      • get_stock_quotes()
      • get_stock_trades()
      • get_stock_latest_bar()
      • get_stock_latest_quote()
      • get_stock_latest_trade()
      • get_stock_snapshot()

What's Changed

  • refactor: move pagination logic for historical market data to the base rest client by @gnvk in #525

Full Changelog: v0.32.0...v0.33.0

v0.32.0

13 Nov 09:22
6ba117b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0

v0.31.0

07 Oct 02:16
9e6dcd9
Compare
Choose a tag to compare

Incompatibility change

  • BrokerClient.cancel_orders_for_account() returns alpaca.trading.requests.CancelOrderResponse instead of alpaca.broker.requests.CancelOrderResponse

What's Changed

New Contributors

Full Changelog: v0.30.3...v0.31.0

v0.30.3

03 Oct 00:53
97bbda8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.2...v0.30.3

v0.30.2

02 Oct 11:55
c60eb8a
Compare
Choose a tag to compare

What's Changed

  • doc: Add a comment to reset paper account when qty must be integer by @hiohiohio in #500
  • fix: Add optional to currency of Journal model by @hiohiohio in #510

Full Changelog: v0.30.1...v0.30.2

v0.30.1

26 Aug 14:43
b5e13cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.0...v0.30.1

v0.30.0

22 Aug 04:10
10dbe05
Compare
Choose a tag to compare

What's Changed

  • feat: Add updated_since to the option chain request by @gnvk in #498

Full Changelog: v0.29.0...v0.30.0

v0.29.0

22 Aug 01:57
d0622bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.3...v0.29.0

v0.28.3

21 Aug 08:06
2db3f3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.2...v0.28.3

v0.28.2

20 Aug 02:10
d209d79
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.1...v0.28.2