pull_multiple_prices: A function to generate a data frame of multiple stock prices

Description Usage Arguments

View source: R/pull_multiple_prices.R

Description

A function to pull multiple stock prices listed in the Philippine Stock Exchange via pselookup API

Usage

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"
)

Arguments

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


CoconutMartin/PSEIpullr documentation built on Jan. 19, 2021, 6:21 p.m.