Last data update: 2014.03.03

R: Sterling Exchange Rates
FXGBP.RAWR Documentation

Sterling Exchange Rates

Description

The FXGBP timeSeries dataset provides daily exchange rates for major currencies (US Dollar, Japanese Yen, Euro, Swiss franc) against the British Pound for the period January 1987 through March 2004. In addition, the data set is also made available as a data.frame.

Usage

data(FXGBP)
data(FXGBP.df)

Examples

data(FXGBP)
tail(FXGBP)  

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(QRM)
Loading required package: gsl
Loading required package: Matrix
Loading required package: mvtnorm
Loading required package: numDeriv
Loading required package: timeSeries
Loading required package: timeDate

Attaching package: 'QRM'

The following object is masked from 'package:base':

    lbeta

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/QRM/FXGBP.Rd_%03d_medium.png", width=480, height=480)
> ### Name: FXGBP.RAW
> ### Title: Sterling Exchange Rates
> ### Aliases: FXGBP FXGBP.df
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(FXGBP)
> tail(FXGBP)  
GMT
           GBP.USD GBP.EUR   GBP.JPY GBP.CHF
2004-03-24 0.54485 0.66561 0.0051282 0.42959
2004-03-25 0.55244 0.67254 0.0052096 0.43322
2004-03-26 0.55223 0.66774 0.0052157 0.42890
2004-03-29 0.55055 0.66852 0.0052187 0.42800
2004-03-30 0.54683 0.66728 0.0051781 0.42763
2004-03-31 0.54341 0.66798 0.0052152 0.42868
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>