exchange.rates {VaR} | R Documentation |
Data on the currencies exchange rates for USD, EUR, CHF, GPD. Data covers a period from 03-01-2000 till 22-08-2003.
data(exchange.rates)
A data frame with 950 observations on the following 5 variables.
http://www.federalreserve.gov/releases/
data(exchange.rates) attach(exchange.rates) plot(date, USDJPY, xlab = "Time", ylab = "Exchange Rate", main = "USD/JPY Exchange Rate", type = "l") axis.POSIXct(1, date) detach(exchange.rates)