Skip to content

Releases: alpacahq/alpaca-py

v0.37.0

20 Jan 16:08
e2466ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.36.0...v0.37.0

v0.36.0

20 Jan 06:45
18e2403
Compare
Choose a tag to compare

What's Changed

  • fix: In-notebook install command no longer triggered if alpaca already importable by @aarjaneiro in #550
  • fix: Add cashflow property to PortfolioHistory model by @fumoboy007 in #553

New Contributors

Full Changelog: v0.35.1...v0.36.0

v0.35.1

14 Jan 09:05
5e49bf9
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #543
  • Fix the docs of the bar timestamp by @gnvk in #547

Full Changelog: v0.35.0...v0.35.1

v0.35.0

20 Dec 16:20
8369d65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.35.0

v0.34.0

04 Dec 11:45
554a1f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.33.1...v0.34.0

v0.33.1

26 Nov 00:08
c564495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.0...v0.33.1

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