RobinHood icon indicating copy to clipboard operation
RobinHood copied to clipboard

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

Results 12 RobinHood issues
Sort by recently updated
recently updated
newest added

I had an error come up when using the get positions() function starting this morning (3/26). I am using R 4.3.3 and RStudio 2023.12.1. When I run get_positions(RH), I get...

Hello, I just wanted to begin by saying thank you for all the speedy work to get the package up to date with the new API, I really appreciate it!...

api change

With the addition of MFA it made it hard to automate trading, but this is still possible with a Python package: ``` library(RobinHood) library(reticulate) pyotp = import('pyotp') mfa_code = pyotp$TOTP("AUTHENTICATOR_CODE")$now()...

Have you considered adding the ability to trade your retirement accounts? Your current account API pull only returns the main account, but if you use `https://api.robinhood.com/accounts/?default_to_all_accounts=true` then you can see...

Getting the following error when I run the example code for get_historicals_options: Error in parse_url(url) : length(url) == 1 is not TRUE Perhaps related to the changes behind the HTTP...

bug
api change

Thanks again for all the fantastic work on this package. I've run into an issue recently with trying to submit orders during extended hours. The orders are submitted but only...

@JestonBlu: I searched the manual and also past discussions, but I can't seem to find any discussions regarding trailing stop orders for stocks. Is there a way to implement this...

What are your top new feature requests? The API is more or less complete so what functionality is still missing?

2.0

@JestonBlu I have some functions to get option chains by expiration. We can get all available expirations from RH via `get_expirations` and then we pass in all the expirations into...

enhancement

Very nice work! Lately I've been dealing mostly with option spreads, eg. vertical bull put credit spreads, etc. Typically involving both a long and a short leg of different strike...

enhancement