fx: Foreign Exchange Data from the Contonso Dataset

fxR Documentation

Foreign Exchange Data from the Contonso Dataset

Description

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

fx

Format

A data frame with 4 columns:

date

Date The date of the exchange rate.

from_currency

character The code of the source currency (e.g., "USD", "EUR").

to_currency

character The code of the target currency (e.g., "GBP", "JPY").

exchange

double The 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


contoso documentation built on Feb. 4, 2026, 9:07 a.m.