etlFinData: etlFinData

Description Usage Arguments Value

View source: R/CQF_FA_Functions.R

Description

etlFinData

Usage

1
2
3
4
etlFinData(start.date = as.Date("2019-01-01"),
  end.date = as.Date("2019-05-27"),
  input.tickers.df = data.frame(ticker = c("BA", "AIR.PA"), friendly.name
  = c("BOEING", "AIRBUS")))

Arguments

start.date

Start Date of the historical price data

end.date

End Date of the historical price data

input.tickers.df

Data Frame with the products we wish to have the prices, this includes the ticker symbol and a friendly name

Value

a list with two data frames: cumulated.returns.data.long and cumulated.returns.data.long


theteetrinker/CQFFA documentation built on July 17, 2019, 3:37 p.m.