You're viewing a demo portfolio

Join the waitlist
PRSM

nbu_currency_history

Active

Tool of Nbu Ua

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Nbu Ua

https://github.com/pipeworx-io/mcp-nbu-ua

1/7 registries
View full server →
nbu_currency_history — Nbu Ua — PRSM MCP