Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JestonBlu/RobinHood

An R interface for the RobinHood.com no commision investing site
https://github.com/JestonBlu/RobinHood

algotrading api cran cran-r r r-package robinhood robinhood-api trade

Last synced: about 1 month ago
JSON representation

An R interface for the RobinHood.com no commision investing site

Awesome Lists containing this project

README

        

![Project Status](https://www.repostatus.org/badges/latest/active.svg)  
![Dev Version](https://img.shields.io/badge/github-1.8.0-blue.svg)  
![CRAN Version](http://www.r-pkg.org/badges/version/RobinHood?color=blue)  
![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/RobinHood)  

## RobinHood
This is package is designed to help you execute trading programs in R.

**[RobinHood](https://robinhood.com)** is a no commission trading platform intended to bring investing to the masses. It is a great place to experiment with different trading strategies on a minimal investment because your trades will not be eaten up by commission fees.

## Account Features
- [x] Account data
- [x] Add and remove investments on your watchlist
- [x] Execute ACH transfers
- [x] MFA enabled

## Equity Features
- [x] Get current holdings
- [x] Access investment statistics and quotes
- [x] Place and cancel orders
- [x] Get order status
- [x] Get price history
- [x] Get order history
- [x] Get market open/close hours
- [x] Search investments by popular tag
- [x] Calculate historical account balance
- [x] Get options market data
- [x] Get options positions
- [x] Get analyst ratings

## Crypto Features
- [x] Get current holdings
- [x] Get order history
- [x] Get quotes
- [x] Place and cancel orders
- [x] Get order status

**Note:** A key difference between the CRAN version and the Github version is that the API functions are exported and available to call directly. This is intended primarily to help with development and bug fixes. In the CRAN version, all API functions are not exported and instead are called behind the scenes.

## Installation
```r
# CRAN version
install.packages("RobinHood")

# Development version
devtools::install_github("jestonblu/RobinHood")
```