sabareeshkkanan / robinhood

Unofficial Robinhood Open API Specification
35 stars 10 forks source link

Support for equity options #17

Open klepsydra opened 5 years ago

klepsydra commented 5 years ago

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.)

sabareeshkkanan commented 5 years ago

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

klepsydra commented 5 years ago

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

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

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

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