FXGBP.RAW.df {QRMlib}R Documentation

Sterling Exchange Rates as data.frame object January 1987 to March 2004. The .df indicates the dataframe object.

Description

The FXGBP.RAW.df dataframe provides daily exchange rates for major currencies (dollar, yen, euro, Swiss franc) against the British pound for the period January 1987 through March 2004

Usage

data(FXGBP.RAW.df)

Format

This dataframe contains the following 5 columns:
DATE the date for the corresponding rates
GBP.USD exchange rate against U.S. dollar
GBP.EUR exchange rate against Euro
GBP.JYN exchange rate against Japanese yen
GBP.CHF exchange rate against Swiss Frank

There are 4360 rows with daily rates from 1987 to 2004. The dataframe can be converted to a timeSeries by calling the ConvertDFToTimeSeries() method in functionsUtility.R.

See Also

FXGBP.RAW


[Package QRMlib version 1.4.4 Index]