sf-wind / RobinhoodNet

Portable .NET client for the popular Robinhood zero commission trading REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobinhoodNet

This is a .NET client of the publically available REST API for the popular Robinhood zero comission trading app. It targets the Portable subset of the .NET Framework for maximum portability. The RobinhoodNet projects comes with a dynamic, as well as strongly typed version of the client.

The RobinhoodNet client is still in its early stages of development, but it already supports:

  • quoting of symbols
  • instrument lookup
  • placing new orders
  • cancelling working orders
  • downloading of order book
  • getting list of accounts
  • getting account information

More features to come.

Examples

Please take a look at the Rh* folders for examples of quoting and order operations.

Links

Robinhood REST API https://api.robinhood.com/

Python version https://github.com/itsff/Robinhood (forked from https://github.com/dsouzarc/Robinhood)

About

Portable .NET client for the popular Robinhood zero commission trading REST API

License:Other


Languages

Language:C# 100.0%