alpaca-trade-api-python
alpaca-trade-api-python copied to clipboard
Python client for Alpaca's trade API
### Update [msgpack](https://pypi.org/project/msgpack) from **1.0.3** to **1.0.4**. Changelog ### 1.0.4 ``` ===== Release Date: 2022-06-03 * Support Python 3.11 (beta). * Don't define `__*_ENDIAN__` macro on Unix. by methane in...
Hi I originally had a contribution for the rest_async module to have a crypto option. It passed all of the tests but was delayed approval for a month after Rahul...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The OTO take profit is bypassing the PDT Protection **For example:**...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you cancel an order in extended hours, sometime you see...
Should use all possible equity to implement 130/30
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. The unit attributes...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Throws an HTTP 404 Error saying that there is no endpoint...
wanted to handle async loops from a separate thread if need be; pushing my patch upstream: ```python In [1]: import os In [2]: import time In [3]: import threading In...
The original README claims that limit is calculated from the end date. This was true with get_barset, but for get_bars, limit is calculated from start instead. I have corrected the...
Fix issue where self._streams set is used as channels but cannot be serialized. When the websocket restarts due to closure, self._streams is used as channels but since it is a...