yahoo_history: Get historical prices from Yahoo Finance

View source: R/yahoo.R

yahoo_historyR Documentation

Get historical prices from Yahoo Finance

Description

Get historical prices from Yahoo Finance

Usage

yahoo_history(
  symbol,
  interval = "1d",
  days = 30,
  end_date = Sys.time(),
  verbose = FALSE
)

Arguments

interval

interval ("1d", "1wk", or "1mo")

days

how many days to go back

end_date

end date (default = Sys.time())

Value

tibble


pieterprovoost/quantr documentation built on April 16, 2023, 12:50 p.m.