cnb_czeonia

Pack: cnb-cz · Endpoint: https://gateway.pipeworx.io/cnb-cz/mcp

CZEONIA — the Czech Overnight Index Average (the reference rate for actual overnight CZK interbank deposits) for a given day. Returns validFor, the overnight rate (percent) and traded volume in CZK millions. Omit date for the latest. Verified live.

Parameters

NameTypeRequiredDescription
datestringnoDay in YYYY-MM-DD, e.g. “2026-05-27”. Omit for the latest. Weekends/holidays return the last valid working-day value.

Example call

Arguments

{
  "date": "2026-05-27"
}

curl

curl -X POST https://gateway.pipeworx.io/cnb-cz/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cnb_czeonia","arguments":{"date":"2026-05-27"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('cnb_czeonia', {
  "date": "2026-05-27"
});

More examples

{}

Connect

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

{
  "mcpServers": {
    "cnb-cz": {
      "url": "https://gateway.pipeworx.io/cnb-cz/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 18, 2026