exploringfinance / RobinHood

An updated version of: https://github.com/JestonBlu/RobinHood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobinHood

This is package is designed to help you execute trading programs in R. It was copied from ‘https://github.com/JestonBlu/RobinHood.git/’ to add functionality for IRA accounts, easier authentication, and dollar based trading.

Installation

This will not be submitted to CRAN. Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("exploringfinance/RobinHood")

Account Features

  • Account data
  • Add and remove investments on your watchlist
  • Execute ACH transfers
  • MFA enabled
  • Use of IRA Accounts

Equity Features

  • Get current holdings
  • Access investment statistics and quotes
  • Place and cancel orders (notional and shares)
  • 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.

About

An updated version of: https://github.com/JestonBlu/RobinHood

License:GNU General Public License v3.0


Languages

Language:R 100.0%