This dataset contains information about foreign exchange (FX) rates between different currencies. It includes details about the exchange rate for a given date, as well as the currencies involved. This dataset is useful for analyzing currency conversions and understanding the exchange rates between different currencies over time.
Format
A data frame with 4 columns:
- date
DateThe date of the exchange rate.- from_currency
characterThe code of the source currency (e.g., "USD", "EUR").- to_currency
characterThe code of the target currency (e.g., "GBP", "JPY").- exchange
doubleThe exchange rate between the source and target currencies on the given date.
