rh_historicals: Get the historical quotes for a symbol.

Description Usage Arguments

View source: R/Options App/Robinhood/functions.R View source: R/app/Robinhood/functions.R View source: R/functions.R

Description

Get the historical quotes for a symbol.

Usage

1
2
rh_historicals(symbols, interval = "day", span = "year",
  bounds = "regular", keep_meta = FALSE, to_xts = TRUE, account)

Arguments

symbols

The shorthand symbols.

interval

The interval: week|day|10minute|5minute

span

The span: day|week|year

bounds

extended|regular|trading

keep_meta

whether to keep meta data. Defaults to FALSE.

to_xts

whether to convert to xts. Defaults to TRUE.

account

Initialized instance of the R6 Account class. Generated by Account$new(login).


QuantumFuse/robinhoodQF documentation built on Sept. 27, 2019, 1:57 p.m.