Description Usage Arguments Value
View source: R/pull_historical_price.R
A function to pull single stock prices listed in the Philippine Stock Exchange via pselookup API
1 2 3 4 5 6 | pull_historical_price(
ticker = "x",
type = c("open", "high", "low", "close"),
start_date = "yyyy-mm-dd",
end_date = "yyyy-mm-dd"
)
|
ticker |
stock ticker to pull |
type |
type of price to pull |
start_date |
start date of data pull |
end_date |
end date of data pull |
pull_historical_price |
function to pull stock prices |
A data frame of stock prices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.