Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
v0.43.1
What's Changed
- doc: Add documentation for GetOptionContractsRequest by @tnixon in #626
- fix: Adjust validation for limit_price of ReplaceOrderRequest by @hiohiohio in #634
New Contributors
Full Changelog: v0.43.0...v0.43.1
v0.43.0
What's Changed
- feat: Add account_type/account_sub_type by @hiohiohio in #632
Full Changelog: v0.42.2...v0.43.0
v0.42.2
What's Changed
- fix: Add missing trade events by @hiohiohio in #630
Full Changelog: v0.42.1...v0.42.2
v0.42.1
What's Changed
- docs: Deprecate get_corporate_announcements by @hiohiohio in #616
- feat: Add zero-dte backtesting example and fix Colab links by @idsts2670 in #619
- feat: Update 0DTE backtesting algorithm to make the logic more accurate and similar to the actual trading scenario by @idsts2670 in #620
- docs: Improve 0DTE backtesting documentation by @idsts2670 in #623
- fix: Add new asset classes for perpetual crypto and ASCX exchange by @yushdotkapoor in #625
New Contributors
- @yushdotkapoor made their first contribution in #625
Full Changelog: v0.42.0...v0.42.1
v0.42.0
Incompatibility change
- The response of
get_corporate_actionsis changed to include ID/CUSIPs fields.- The order of response/dataframe columns might be changed. Some implementation could be impacted. Please do not rely on the order of the response fields/columns. Instead, please use field/column names.
What's Changed
- fix: Add type for the parameters of TimeFrame() by @hiohiohio in #611
- feat: Support ID/CUSIPs of corporate action by @hiohiohio in #612
Full Changelog: v0.41.0...v0.42.0
v0.41.0
What's Changed
- Updated the path to notebook for in README.md by @idsts2670 in #607
- feat: Add DataFeed for overnight trading by @hiohiohio in #609
Full Changelog: v0.40.2...v0.41.0
v0.40.2
What's Changed
- Add build_trading_bot_with_ChatGPT Folder and Initial Documentation by @idsts2670 in #599
- add options-trade-options-with-alpaca.ipynb to examples/options folde… by @idsts2670 in #600
- FIX: activity_types field serialization in GetAccountActivitiesRequest by @mibanez in #606
New Contributors
Full Changelog: v0.40.1...v0.40.2
v0.40.1
What's Changed
- fix: Update docs typos by @toastdave in #592
- fix: Change PortfolioHistory.base_value to Optional[float] by @hiohiohio in #597
New Contributors
- @toastdave made their first contribution in #592
Full Changelog: v0.40.0...v0.40.1
v0.40.0
What's Changed
- feat examples crypto: Add and refine example notebooks by @idsts2670 in #589
- fix: Adjust real time data example code by @hiohiohio in #590
- feat: Add DELAYED_SIP for DataFeed by @hiohiohio in #591
Full Changelog: v0.39.4...v0.40.0