yahoo_history | R Documentation |
Get historical prices from Yahoo Finance
yahoo_history(
symbol,
interval = "1d",
days = 30,
end_date = Sys.time(),
verbose = FALSE
)
interval |
interval ("1d", "1wk", or "1mo") |
days |
how many days to go back |
end_date |
end date (default = Sys.time()) |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.