Foreign Exchange Data from the Contoso Dataset
Source: R/data.R
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.
Usage
fxFormat
A data frame with 36,525 rows and 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.
Source
https://github.com/sql-bi/Contoso-Data-Generator-V2-Data/releases/tag/ready-to-use-data