Skip to contents

This dataset, jpn_usd_exchange_df, is a data frame containing weekly observations of the yen-dollar exchange rate from 1975 to 1989. It includes spot and forward rates, along with 30-day forward rates.

Usage

data(jpn_usd_exchange_df)

Format

A data frame with 778 observations and 4 variables:

date

Time index of the observation (integer)

s

Spot exchange rate (numeric)

f

Forward exchange rate (numeric)

s30

30-day forward exchange rate (numeric)

Source

Data taken from the Ecdat package version 0.4-2

Details

The dataset name has been kept as 'jpn_usd_exchange_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.