nbu_currency_rate
ActiveTool of Nbu Ua
Official NBU rate for a SINGLE currency on one day. Pass `valcode` as an ISO-4217 code (e.g. USD, EUR, GBP). `rate` is UAH per 1 unit of that currency. Omit `date` for today. For a time series of one currency across a date range, use `nbu_currency_history` instead.
Parameters schema
{
"type": "object",
"required": [
"valcode"
],
"properties": {
"date": {
"type": "string",
"description": "Day to fetch, format YYYYMMDD, e.g. \"20240115\". Omit for the latest/today."
},
"valcode": {
"type": "string",
"description": "ISO-4217 currency code, e.g. \"USD\", \"EUR\", \"PLN\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nbu Ua
https://github.com/pipeworx-io/mcp-nbu-ua
1/7 registries