Fetch exchange rates based on specific currency codes and date ranges
Query Parameters
Parameter | Type | Description | State | Data Inputs |
---|---|---|---|---|
fromCurrencyCode | int | The code of the source currency. | Mandatory | e.g., 404 |
toCurrencyCode | int | The code of the destination currency. | Mandatory | e.g., 800, 840 |
validFromDate | string | The start date of validity. | Optional | e.g., "2023-06-04T00:00:00+03:00" |
validToDate | string | The end date of validity. | Optional | e.g., "2024-06-20T00:00:00+03:00" |
buyRate | float | The buy rate of the currency. | Optional | e.g., 123.00 |
sellRate | float | The sell rate of the currency. | Optional | e.g., 133.00 |