View source: R/pull_multiple_prices.R
A function to pull multiple stock prices listed in the Philippine Stock Exchange via pselookup API
1 2 3 4 5 6 | pull_multiple_prices(
tickers,
type = c("open", "high", "low", "close"),
start_date = "yyyy-mm-dd",
end_date = "yyyy-mm-dd"
)
|
tickers |
stock tickers to pull |
type |
type of price to pull |
start_date |
starting date of data pull |
end_date |
ending date of data pull |
pull_multiple_prices |
function to pull multiple stock prices |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.