-
https://www.npmjs.com/package/robinhood
https://www.npmjs.com/package/robinhood-observer
https://github.com/Neal/robinhood-api-node
https://www.npmjs.com/package/robinhood-api
-
- [x] Bot
# algorithms
Just incase someone tries to use this, the algorithm each day will have a leverage ETF added for edging.
- [ ] Buy hold
- [ ] Buy and sell tomorrow if threshold is met…
-
### Description
Consistently getting the below login error.
"Exception: Error: Trouble connecting to robinhood API. Check internet connection.
### Snapshot
[/usr/local/lib/python3.10/dist-…
-
Traceback (most recent call last):
File "C:\Users\jeffb\OneDrive\Documents\Crypto Bot\Robinhood - BTC-USD V2.py", line 13, in
rh.authentication.login(username, password, mfa_code=mfa_code)
…
-
Looks like Robinhood might have removed https://api.robinhood.com/accounts/{account_number}/recent_day_trades/
I am getting a:
410 Client Error: Gone for url: https://api.robinhood.com/accounts/XX…
-
By trying to get all transactions in my account using `r.get_bank_transfers()`, we can see some are missing.
After investigating further, it looks like it's because I initiated a transfer from my ban…
-
When I try to login using this simple code:
```
public static void main(String[] args) {
RobinhoodApi api = null;
try {
api = new RobinhoodApi(,);
} catch (RobinhoodApiException …
-
**Please provide some basic details with your issue**
Version of "fast_arrow"
What you did - tried to get Microsoft Market data for options
What you expected to happen - merge market data with opti…
-
The `order_sell_stop_loss` function in `orders.py` is calling the `order` function with incorrect arguments. This leads to a `TypeError` when attempting to use the `order_sell_stop_loss` function.
…
-
Its more than a week now since I am able to login via api.
I get the following error
"Your login couldn't be completed at this time - we've received too many login attempts from your network. Sw…