-
#### Checklist
- [x] I am on the [latest](https://github.com/robinhood-unofficial/pyrh/releases/latest) pyrh version.
- [x] I have searched the [issues](https://github.com/robinhood-unofficial/pyr…
-
-
Reduce number of API calls to the unofficial Robinhood API to provide better performance and reduce load on the unofficial Robinhood API.
-
Could you please look into adding support for placing limit and market orders (buy/sell) on options?
At the moment, I am receiving this error upon placement: HTTPError: 400 Client Error: Bad Reques…
ksvec updated
3 months ago
-
As of 2019/5/3 15:25 (UTC +2), I have been getting the following robinhood_crypto_api.robinhood_crypto_api.LoginException:
```
400 Client Error: Bad Request for url: https://api.robinhood.com/oaut…
-
I'm trying the sample code given:
`const RobinHood = require('robinhood-api');
const robinhood = new RobinHood();
(async () => {
try{
let loginResult = await robinhood.login({ username:…
-
Attempting to buy Ethereum with the code:
`market_order_info = r.trade(
'ETHUSD',
price=round(float(info['mark_price']) * 1.005, 2),
quantity="0.0001",
side="buy",…
smsr7 updated
3 years ago
-
Hi,
I'm just wondering if there is a robinhood API to get premarket snapshot (all stock prices)?
Thanks
mw66 updated
4 months ago
-
Hi,
i've some databases declared in config.php and working ok:
http://localhost/robinhood/api/db_info
{
"2": {
"DB_TYPE": "mysql",
"DB_HOST": "robinhood.local",
"DB_…
xviom updated
5 years ago
-
This project looks neat but when I try to login via http://localhost:3000/?challenge_required=true and enter my 2FA I get the following error both through the docker installation and ruby installation…