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.
data(jpn_usd_exchange_df)A data frame with 778 observations and 4 variables:
Time index of the observation (integer)
Spot exchange rate (numeric)
Forward exchange rate (numeric)
30-day forward exchange rate (numeric)
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.