robinhood icon indicating copy to clipboard operation
robinhood copied to clipboard

Support for equity options

Open klepsydra opened this issue 5 years ago • 2 comments

What can I provide to help add support for viewing and trading options?

This Python project https://github.com/mstrum/robinhood-python enables options trading from shell commands.

(Puts, calls, and hopefully multi-leg positions down the line, like spreads, condors, etc.)

klepsydra avatar Mar 25 '19 21:03 klepsydra

I was looking for the spec for option but cant find it. Have you found any documentation on the option trading, if so please let me know I can convert it to swagger

sabareeshkkanan avatar Apr 03 '19 16:04 sabareeshkkanan

Not direct spec documentation, but based only off the project I had linked above:

  • https://github.com/mstrum/robinhood-python/blob/master/robinhood/RobinhoodClient.py

and higher up that library, providing my one-liner CLI usage:

  • https://github.com/mstrum/robinhood-python/blob/master/order_options.py
  • https://github.com/mstrum/robinhood-python/blob/master/show_options_quote.py
  • https://github.com/mstrum/robinhood-python/blob/master/show_pending_options_orders.py

Here is a different project's implementation, for what it's worth:

  • https://github.com/Ladinn/algotrader/tree/master/objects/broker/robinhood
    also:
  • https://github.com/andrewstuart/go-robinhood

Of course, these are all unofficial, and I don't speak any of their programming languages.

klepsydra avatar Apr 04 '19 18:04 klepsydra