Learn R Programming

fxregime (version 1.0-5)

FXRatesCHF: Exchange Rates with CHF Unit Currency

Description

Foreign exchange rates for 25 currencies with respect to Swiss franks (CHF) from 1971-01-04 to 2010-02-12.

Usage

data("FXRatesCHF")

Arguments

Format

FXRatesCHF is a "zoo" series with "Date" time index containing 25 daily time series from 1971-01-04 to 2010-02-12. The columns correspond to the price currencies (in ISO 4217 format) with respect to CHF as the unit currency.

Details

Additionally, to the DEM and EUR series, it contains a column called DUR containing the EUR rates starting from 1999 and the (converted) DEM rates prior to 1999.

See Also

Examples

Run this code
data("FXRatesCHF")
## compute/visualize USD/CNY rate
cny_usd <- na.trim(FXRatesCHF[,"CNY"]/FXRatesCHF[,"USD"])
plot(cny_usd)

Run the code above in your browser using DataLab