| FXRatesCHF {fxregime} | R Documentation |
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")
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.
Source
Available online from the US Federal Reserve:
http://www.federalreserve.gov/releases/h10/Hist/
See Also
Examples
data("FXRatesCHF")
## compute/visualize USD/CNY rate
cny_usd <- na.trim(FXRatesCHF[,"CNY"]/FXRatesCHF[,"USD"])
plot(cny_usd)
[Package fxregime version 1.0-4 Index]