-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Options Support - Market/Limit Place Orders #316
Comments
Hi @ksvec, this repo is in maintenance mode, though we are accepting contributions. Feel free to put up a PR and I'd be happy to review. |
@ksvec Checkout https://github.com/westonplatter/fast_arrow for options. You'll only need to ensure your requests work across repos or just rebuild the methods. |
hi @viaConBodhi - I am getting the same error from that repo when placing an options sell order. OptionOrder.submit(client, HTTPError: 400 Client Error: Bad Request for url: https://api.robinhood.com/options/orders/ |
@ksvec It's been a while so they may have made updates. I remember needing to play around with some of the formatting of the inputs to get it working.
submit the orderoo = OptionOrder.submit(client, direction, legs, price, quantity, time_in_force, trigger, order_type) |
@viaConBodhi understood. I was able to get this repo working on option orders |
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 Request for url: https://api.robinhood.com/orders/
I believe the correct url is https://api.robinhood.com/options/orders/
Thank you
The text was updated successfully, but these errors were encountered: