View source: R/get_portfolios.R
get_portfolios | R Documentation |
Returns a dataframe of portfolio summaries for a specific period of time. Default is current day.
get_portfolios(RH, interval = NULL, span = NULL)
RH |
object of class RobinHood |
interval |
(string) Interval of time to aggregate to (examples: hour, day, week, month) |
span |
(string) Period of time you are interested in (examples: day, week, month, year) |
## Not run: # Login in to your RobinHood account RH <- RobinHood("username", "password") get_portfolios(RH) get_portfolios(RH, interval = "day", span = "3month") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.