bnr_exchange_rates_history

Pack: bnr-ro · Endpoint: https://gateway.pipeworx.io/bnr-ro/mcp

Historical National Bank of Romania (BNR) official FX reference rates, parsed from XML.

Parameters

NameTypeRequiredDescription
periodstringnoUse “10days” for the last 10 business days (default). Ignored if year is set.
yearintegernoCalendar year, e.g. 2024. Returns the full-year file for that year.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/bnr-ro/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bnr_exchange_rates_history","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('bnr_exchange_rates_history', {});

More examples

{
  "year": 2024
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "bnr-ro": {
      "url": "https://gateway.pipeworx.io/bnr-ro/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 18, 2026