currency_history
InactiveTool of Nbu Ua
Daily time series of the official NBU rate for ONE currency over a date range. Pass `valcode` (ISO-4217, e.g. USD) and `start`/`end` as YYYYMMDD. Returns one record per business day: {exchangedate (DD.MM.YYYY), cc, txt (Ukrainian name), enname (English name), rate (UAH per `units`), units, rate_per_unit}. Omit `valcode` to get every currency over the range. Newest first.
Parameters schema
{
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "Range end, YYYYMMDD, e.g. \"20240131\"."
},
"start": {
"type": "string",
"description": "Range start, YYYYMMDD, e.g. \"20240101\"."
},
"valcode": {
"type": "string",
"description": "ISO-4217 currency code, e.g. \"USD\". Omit to return all currencies."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nbu Ua
https://github.com/pipeworx-io/mcp-nbu-ua
1/7 registries