Foreign Exchange Rates Dataset
fx.Rd
This dataset contains foreign exchange rates between different currencies for specific dates.
Format
A data frame with multiple rows and 4 columns:
- date
Date
. The date for which the exchange rate is recorded.- from_currency
character
. The source currency code (e.g., "USD").- to_currency
character
. The target currency code (e.g., "EUR").- exchange
numeric
. The exchange rate fromfrom_currency
toto_currency
.