Alpaca-py

Latest version: v0.39.1

Safety actively analyzes 723938 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 12

0.7.2

What's Changed
* Added support for new OrderStatus `pending_review`.
* Some typos were fixed by omahs
* Add support for basic authorization for `StockHistoricalDataClient` and `RESTClient` by victorouse

New Contributors
* sshcli made their first contribution in https://github.com/alpacahq/alpaca-py/pull/241
* omahs made their first contribution in https://github.com/alpacahq/alpaca-py/pull/245
* victorouse made their first contribution in https://github.com/alpacahq/alpaca-py/pull/250

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* [Bug]: TradingClient.get_clock() results in a positional argument Typ… by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/171
* Fix: Adding extra optional params to Asset model to accommodate cryptocurrencies by andrewwoood in https://github.com/alpacahq/alpaca-py/pull/175
* Added new order status `held` by OlegRa in https://github.com/alpacahq/alpaca-py/pull/182
* Fix: using isinstance to check list type by andrewwoood in https://github.com/alpacahq/alpaca-py/pull/174
* fixes issue 195 by gageorsburn in https://github.com/alpacahq/alpaca-py/pull/196
* Change string to datetime by BradGaddis in https://github.com/alpacahq/alpaca-py/pull/208
* Fixed issue with the `get_order_for_account_by_client_id` functions by OlegRa in https://github.com/alpacahq/alpaca-py/pull/209
* fix: https://github.com/alpacahq/alpaca-py/issues/172 by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/185
* feat: trading client account configurations by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/184
* Adds User Agent Header For WebSocket Client by haxdds in https://github.com/alpacahq/alpaca-py/pull/215
* Make Transfers Params Optional by haxdds in https://github.com/alpacahq/alpaca-py/pull/223
* feat: support type checking by cemlyn007 in https://github.com/alpacahq/alpaca-py/pull/188
* bug fix -- fix for accessing APIError.code throws TypeError by mikenester in https://github.com/alpacahq/alpaca-py/pull/221
* Update GetEventsRequest to match Broker API docs by joepatmckenna in https://github.com/alpacahq/alpaca-py/pull/229
* Fix for circular import error on websockets.py by jamesburnettdev in https://github.com/alpacahq/alpaca-py/pull/220
* Employment Status Fix by haxdds in https://github.com/alpacahq/alpaca-py/pull/235
* Adds Trade Confirmation Json Type by haxdds in https://github.com/alpacahq/alpaca-py/pull/237
* Fixes Trade Updates Validation Error by haxdds in https://github.com/alpacahq/alpaca-py/pull/234
* Fix Order Status in Get Orders Example by haxdds in https://github.com/alpacahq/alpaca-py/pull/238
* Handle Onboarding Account In `get_account` by haxdds in https://github.com/alpacahq/alpaca-py/pull/231
* Update Doc Strings for Orders by haxdds in https://github.com/alpacahq/alpaca-py/pull/240

New Contributors
* Ale-Cas made their first contribution in https://github.com/alpacahq/alpaca-py/pull/171
* andrewwoood made their first contribution in https://github.com/alpacahq/alpaca-py/pull/175
* OlegRa made their first contribution in https://github.com/alpacahq/alpaca-py/pull/182
* gageorsburn made their first contribution in https://github.com/alpacahq/alpaca-py/pull/196
* BradGaddis made their first contribution in https://github.com/alpacahq/alpaca-py/pull/208
* cemlyn007 made their first contribution in https://github.com/alpacahq/alpaca-py/pull/188
* mikenester made their first contribution in https://github.com/alpacahq/alpaca-py/pull/221
* joepatmckenna made their first contribution in https://github.com/alpacahq/alpaca-py/pull/229
* jamesburnettdev made their first contribution in https://github.com/alpacahq/alpaca-py/pull/220

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.6.0...v0.7.1

0.6.0

What's Changed
* add meta description to homepage by sfhemstreet in https://github.com/alpacahq/alpaca-py/pull/139
* add OTC to AssetExchange by haxdds in https://github.com/alpacahq/alpaca-py/pull/142
* V1beta2 Crypto Stream by haxdds in https://github.com/alpacahq/alpaca-py/pull/145
* TradingStream by haxdds in https://github.com/alpacahq/alpaca-py/pull/146
* Market Data Requests Support Timezone Awareness by haxdds in https://github.com/alpacahq/alpaca-py/pull/154
* Raw Data Support for Broker, Trading, Market Data by haxdds in https://github.com/alpacahq/alpaca-py/pull/158
* Pretty Print by haxdds in https://github.com/alpacahq/alpaca-py/pull/159
* SSE streaming by haxdds in https://github.com/alpacahq/alpaca-py/pull/160


**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* ClosePositionResponse Refactor and Doc Fixes by haxdds in https://github.com/alpacahq/alpaca-py/pull/135
* Some Small Release Fixes by haxdds in https://github.com/alpacahq/alpaca-py/pull/137
* Corporate Actions by haxdds in https://github.com/alpacahq/alpaca-py/pull/138


**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
* trading and data getting started examples by haxdds in https://github.com/alpacahq/alpaca-py/pull/123
* Fix Broker API examples by gsmadi in https://github.com/alpacahq/alpaca-py/pull/122
* Fix trading examples in docs by gsmadi in https://github.com/alpacahq/alpaca-py/pull/124
* Add alpaca.markets footer link by sfhemstreet in https://github.com/alpacahq/alpaca-py/pull/125
* Update README by haxdds in https://github.com/alpacahq/alpaca-py/pull/126
* Fix small examples and fintech modules by gsmadi in https://github.com/alpacahq/alpaca-py/pull/127
* Market Data Refactor and Orderbooks by haxdds in https://github.com/alpacahq/alpaca-py/pull/131
* Trading Updates by haxdds in https://github.com/alpacahq/alpaca-py/pull/133
* Initial Release Updates by haxdds in https://github.com/alpacahq/alpaca-py/pull/134

New Contributors
* gsmadi made their first contribution in https://github.com/alpacahq/alpaca-py/pull/122

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.4.0...v0.4.1

0.4.0

What's Changed
* Fixes by haxdds in https://github.com/alpacahq/alpaca-py/pull/115
* Fix Shield Badges on homepage by sfhemstreet in https://github.com/alpacahq/alpaca-py/pull/114
* Docs Update Batch by haxdds in https://github.com/alpacahq/alpaca-py/pull/116
* Doc Reference by haxdds in https://github.com/alpacahq/alpaca-py/pull/117
* Data Docs by haxdds in https://github.com/alpacahq/alpaca-py/pull/119
* Python 3.7 by haxdds in https://github.com/alpacahq/alpaca-py/pull/120
* v0.4.0 - python3.7 by haxdds in https://github.com/alpacahq/alpaca-py/pull/121


**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.3.0...v0.4.0

Page 11 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.