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.
This will not be submitted to CRAN. Install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("exploringfinance/RobinHood")
- Account data
- Add and remove investments on your watchlist
- Execute ACH transfers
- MFA enabled
- Use of IRA Accounts
- 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
- 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.