time_series_daily_adjusted: returns market end of day adjusted data for a specified...

Description Usage Arguments Value

View source: R/time_series.R

Description

returns market end of day adjusted data for a specified symbol

Usage

1
2
3
4
5
6
7
time_series_daily_adjusted(
  symbol,
  outputsize = "compact",
  from = NULL,
  to = NULL,
  lastN = 100
)

Arguments

symbol

string, a market data symbol such as "AMZN"

outputsize

depreciated

from

date YYYY-MM-DD Optional return data starting at this date

to

date YYYY-MM-DD Optional return data upto and including this date

lastN

100 Optional; if 0 all data returned; if >0 lastN specifies how many of the most recent trading days will be returned

Value

dataframe


schardtbc/avR documentation built on March 12, 2020, 1:29 a.m.