Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
v0.37.0
v0.36.0
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
- @aarjaneiro made their first contribution in #550
- @fumoboy007 made their first contribution in #553
Full Changelog: v0.35.1...v0.36.0
v0.35.1
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
What's Changed
- #537 (Crypto demo APIError) Hotfix by @jmccarey in #538
- feat: Add position_intent into order model by @hiohiohio in #540
- feat: add PENDING_NEW trade event to TradeEvent enum by @alineberry in #542
- fix: Set position_intent optional by @hiohiohio in #541
New Contributors
- @jmccarey made their first contribution in #538
- @alineberry made their first contribution in #542
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
- Update quotes.py docstring by @kushalj1997 in #532
- feat: Support get_portfolio_history for TradingClient by @hiohiohio in #534
New Contributors
- @kushalj1997 made their first contribution in #532
Full Changelog: v0.33.1...v0.34.0
v0.33.1
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