Skip to main content

ExchangeRateDto

currencyPairstringrequired

Currency pair of the rate

Example: AUDUSD
baseCurrencyCodestringrequired

Three letters currency code for base/buy currency

Example: USD
quoteCurrencyCodestringrequired

Three letters currency code for quote/sell currency

Example: AUD
exchangeRatenumberrequired

The result exchange rate

Example: 0.68882
targetDatestring<date-time>required

The target date of the rate

ExchangeRateDto
{
"currencyPair": "AUDUSD",
"baseCurrencyCode": "USD",
"quoteCurrencyCode": "AUD",
"exchangeRate": 0.68882,
"targetDate": "2024-07-29T15:51:28.071Z"
}