get_tickers | R Documentation |
Get a dataframe of all listed companies including ticker symbols and tradeability indicators.
get_tickers(RH, add_fundamentals = FALSE)
RH |
object of class RobinHood |
add_fundamentals |
(logical) if TRUE then return fundamental data (long run time) |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_tickers(RH) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.