currency_history
Pack: nbu-ua · Endpoint: https://gateway.pipeworx.io/nbu-ua/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
valcode | string | no | ISO-4217 currency code, e.g. “USD”. Omit to return all currencies. |
start | string | yes | Range start, YYYYMMDD, e.g. “20240101”. |
end | string | yes | Range end, YYYYMMDD, e.g. “20240131”. |
Example call
curl -X POST https://gateway.pipeworx.io/nbu-ua/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"currency_history","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nbu-ua": {
"url": "https://gateway.pipeworx.io/nbu-ua/mcp"
}
}
}
See Getting Started for client-specific install steps.