pyetrade
pyetrade copied to clipboard
Python E-Trade API Wrapper
Hi, I'm trying to preview (and later on place) an equity order. It seems authentication runs and I'm getting tokens. This is the code I'm running (somehow code envioement scrambles...
It appears ETrade has updated the quote API with an overrideSymbolCount option. Once set to true, the symbol length limit of 25 is increased to 50. It seems the get_quote...
I am trying to place an equity order in the sandbox environment. I am able to list the accounts. However, I am probably going wrong with the payload. Below is...
Hello, I see a timeout param on ETradeOrder, however there isn't any on market, accounts, authorization. The E*Trade API is running very slow right now and the default requests timeout...
Hello again, so it seems I was finally motivated enough to expand and lint `kwargs` for the etrade api. **THIS WILL BE A BREAKING CHANGE** I expanded all methods using...
Getting the following SSLV3_ALERT_HANDSHAKE_FAILURE errors trying to run the sample code. This is happening with both consumer and sandbox keys: ``` Traceback (most recent call last): File "/home/ajgringo619/.local/share/virtualenvs/investments_3.11.3/lib/python3.11/site-packages/urllib3/connectionpool.py", line 467,...
urllib3 version **cannot** be 2.xx.xx (2.0.4 is the latest) To avoid this error message, urllib3 needs to be 1.xx.xx `('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the...
I am using the Sandbox API keys (consumer_key and consumer_secret) Token request, token renewal, account management, stock price quote, etc, all worked. But when I request optionchain data from https://apisb.etrade.com/v1/market/optionchains.json?symbol=SPY&expiryDay=12&expiryMonth=09&expiryYear=2023...
This has been happening for a couple of weeks: HTTP Status 500 – Internal Server Error The server encountered an unexpected condition that prevented it from fulfilling the request. But...
I am trying to send an options order using pyetrade and got bad url error. Other modules seem to work fine - e.g. market / accounts etc. Can someone please...