Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
v0.33.0
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()
- With this change now we'll return
What's Changed
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- feat: Add options/custodial_customer agreements by @hiohiohio in #513
- Feature/exercise for account with commission by @matebudai in #517
- Added message property to APIError by @kwilsonmg in #432
- feat: Add get_corporate_actions by @hiohiohio in #502
- feat: Support w8ben by @hiohiohio in #520
New Contributors
- @kwilsonmg made their first contribution in #432
Full Changelog: v0.31.0...v0.32.0
v0.31.0
Incompatibility change
BrokerClient.cancel_orders_for_account()
returnsalpaca.trading.requests.CancelOrderResponse
instead ofalpaca.broker.requests.CancelOrderResponse
What's Changed
- fix: Fix BrokerClient.cancel_orders_for_account() by @hiohiohio in #512
- fix signature for alpaca.data.live.crypto.CryptoDataStream.subscribe_bars by @arsenyinfo in #516
- Rebalancing endpoints by @alessiocastrica in #362
New Contributors
- @arsenyinfo made their first contribution in #516
Full Changelog: v0.30.3...v0.31.0
v0.30.3
v0.30.2
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
v0.30.0
v0.29.0
What's Changed
- feat: Crypto Historical Quotes by @IsaacTrevino in #438
- feat: Adjust crypto historical quote by @hiohiohio in #497
Full Changelog: v0.28.3...v0.29.0
v0.28.3
What's Changed
- fix: Fix historical news data by @hiohiohio in #495
Full Changelog: v0.28.2...v0.28.3
v0.28.2
What's Changed
- fix: updated the notebooks to use explicit imports by @DavidMiklo in #494
- Fix
Transfer
pydantic model by @dtatarkin in #496
New Contributors
- @DavidMiklo made their first contribution in #494
- @dtatarkin made their first contribution in #496
Full Changelog: v0.28.1...v0.28.2