Learn R Programming

AssetAllocation (version 1.1.1)

ETFs: Daily prices and total returns for 24 ETFs.

Description

Data set containing daily prices and total returns for 37 exchange-traded funds (ETFs) as well as daily returns for U.S. Treasury bills (risk-free asset).

Usage

data(ETFs)

Arguments

Format

An object of class "list"

Prices

xts object with daily prices

Returns

xts object with daily total returns

Description

data.frame with information about the ETFs

risk_free

xts object with daily returns of U.S. Treasury bills

Examples

Run this code

data(ETFs)
head(ETFs$Prices)
ETFs$Description

Run the code above in your browser using DataLab