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 data
- Add and remove investments on your watchlist
- Execute ACH transfers
- MFA enabled
- 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
- 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.
# CRAN version
install.packages("RobinHood")
# Development version
devtools::install_github("jestonblu/RobinHood")