SkillAgentSearch skills...

RobinHood

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

Install / Use

npx skills add JestonBlu/RobinHood

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  • [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

# CRAN version
install.packages("RobinHood")

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

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated19d ago
Forks9

Languages

R

Security Score

95/100

Audited on Jul 19, 2026

No findings