Releases: alpacahq/alpaca-py
Releases · alpacahq/alpaca-py
v0.42.0
Incompatibility change
- The response of
get_corporate_actions
is 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
v0.39.4
v0.39.3
What's Changed
- Added .ipynb files for option strategies / Fixed broken links in READ… by @idsts2670 in #579
- fix: Revert "Use 10 000 as the default page limit for marketdata queries" by @hiohiohio in #582
Full Changelog: v0.39.2...v0.39.3
v0.39.2
v0.39.1
What's Changed
- fix: Adjust docstring of TradingClient.cancel_order_by_id() by @hiohiohio in #570
- feat: Organized the directories and add a few options example jupyter notebooks by @idsts2670 in #569
New Contributors
- @idsts2670 made their first contribution in #569
Full Changelog: v0.39.0...v0.39.1
v0.39.0
What's Changed
- chore: Add stale github actions by @hiohiohio in #562
- fix: Incorrect documentation for get_option_latest_trade by @Elijah-AO in #559
- fix: Add pr write permission to stale by @hiohiohio in #563
- fix: Add OptionLegRequest into requests.rst by @hiohiohio in #566
- feat: Add
SETTLED
toTransferStatus
enum by @dtatarkin in #567
New Contributors
- @Elijah-AO made their first contribution in #559
Full Changelog: v0.38.0...v0.39.0