This data set consists of daily currency pair prices from 2010 through 2014. Each currency pair has a close, high, and low price.
data(demonfx)This data frame contains 1,301 rows as time-periods (with row names) and 39 columns of currency pair prices. The following data dictionary describes each time-series or column.
EURUSD.CloseThis is the currency pair closing price.
EURUSD.HighThis is the currency pair high price.
EURUSD.LowThis is the currency pair low price.
USDJPY.CloseThis is the currency pair closing price.
USDJPY.HighThis is the currency pair high price.
USDJPY.LowThis is the currency pair low price.
USDCHF.CloseThis is the currency pair closing price.
USDCHF.HighThis is the currency pair high price.
USDCHF.LowThis is the currency pair low price.
GBPUSD.CloseThis is the currency pair closing price.
GBPUSD.HighThis is the currency pair high price.
GBPUSD.LowThis is the currency pair low price.
USDCAD.CloseThis is the currency pair closing price.
USDCAD.HighThis is the currency pair high price.
USDCAD.LowThis is the currency pair low price.
EURGBP.CloseThis is the currency pair closing price.
EURGBP.HighThis is the currency pair high price.
EURGBP.LowThis is the currency pair low price.
EURJPY.CloseThis is the currency pair closing price.
EURJPY.HighThis is the currency pair high price.
EURJPY.LowThis is the currency pair low price.
EURCHF.CloseThis is the currency pair closing price.
EURCHF.HighThis is the currency pair high price.
EURCHF.LowThis is the currency pair low price.
AUDUSD.CloseThis is the currency pair closing price.
AUDUSD.HighThis is the currency pair high price.
AUDUSD.LowThis is the currency pair low price.
GBPJPY.CloseThis is the currency pair closing price.
GBPJPY.HighThis is the currency pair high price.
GBPJPY.LowThis is the currency pair low price.
CHFJPY.CloseThis is the currency pair closing price.
CHFJPY.HighThis is the currency pair high price.
CHFJPY.LowThis is the currency pair low price.
GBPCHF.CloseThis is the currency pair closing price.
GBPCHF.HighThis is the currency pair high price.
GBPCHF.LowThis is the currency pair low price.
NZDUSD.CloseThis is the currency pair closing price.
NZDUSD.HighThis is the currency pair high price.
NZDUSD.LowThis is the currency pair low price.