get_portfolios {RobinHood} | R Documentation |
Get portfolio summaries related to your RobinHood Account
Description
Returns a dataframe of portfolio summaries for a specific period of time. Default is current day.
Usage
get_portfolios(RH, interval = NULL, span = NULL)
Arguments
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) |
Examples
## 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)
[Package RobinHood version 1.7.0 Index]