-
Notifications
You must be signed in to change notification settings - Fork 863
Enable other trading platform APIs #22
Comments
Yeah! They offer an REST API. |
Also I found the |
#19 #21 |
I'd be very interested in Robinhood, because they don't charge trading fees. They don't have a documented API (yet?), unfortunately. |
Robinhood doesn't have public api but u can request api (bete) access. There is a small request form to fill. |
I'd vote for Interactive Brokers. You can trade almost any type of security with them (stocks, futures, options etc.) using IbPy API. Trading fees are quite low. |
Seconded Interactive Brokers. I think they are available in many countries too. Would be nice to use the same API. ~~~But I don't see a python version of it. Does that mean it needs to run as a separate GAE instance just to make trades?~~~ |
I'd chime in for IB as msilb and domingohui both mention above. However, the page I located and the one domingohui linked to differ... The UK site site states python support see the following: IB API. Alternatively, IG Group operate worldwide, are robust (have been running since the 1970s) and have API access. See IG Group and IG APIs |
I support the idea of using Interactive Brokers. Best value / quality over price. |
@MailrPro Hmmm interesting... But that's good news. |
Looks like there's an unofficial Robinhood API here: https://github.com/aurbano/robinhood-node |
@mikespax More detail here: https://github.com/sanko/Robinhood |
Was this ever resolved? |
Alpaca looks interesting too. |
TradeKing is only available to customers within within the US.
It would be great if it was possible to replace the TradeKing API with one from another trading platform which is available in Europe/UK.
I'll take a look at the code myself to investigate but I'm very much a beginner with Python.
The text was updated successfully, but these errors were encountered: