Skip to contents

Project Status   Dev Version   CRAN Version   CRAN Downloads  

RobinHood

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

RobinHood 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

  • Account data
  • Add and remove investments on your watchlist
  • Execute ACH transfers
  • MFA enabled

Equity Features

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

Crypto Features

  • Get current holdings
  • Get order history
  • Get quotes
  • Place and cancel orders
  • 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

# CRAN version
install.packages("RobinHood")

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