Skip to main content

QuotationRate

currencyPairstringrequired

Currency pair of the quotation

Example: AUDUSD
baseCurrencyCodestringrequired

Buy currency code of the quotation

Example: USD
quoteCurrencyCodestringrequired

Sell currency code of the quotation

Example: AUD
exchangeRatenumberrequired

Exchange rate of the quotation

Example: 0.681
targetDateobject

Target settle date of the quotation

Example: 2024-08-05
quotationIdstringrequired

id of the quotation

expiryTimestring<date-time>required

Expiry time of the quotation

QuotationRate
{
"currencyPair": "AUDUSD",
"baseCurrencyCode": "USD",
"quoteCurrencyCode": "AUD",
"exchangeRate": 0.681,
"targetDate": "2024-08-05",
"quotationId": "string",
"expiryTime": "2024-07-29T15:51:28.071Z"
}