china_lpr

Pack: china-macro · Endpoint: https://gateway.pipeworx.io/china-macro/mcp

China’s PBOC Loan Prime Rate (贷款市场报价利率, LPR) history — the 1-year and 5-year benchmark lending rates, each with its official reference/announcement date. Published monthly on the 20th (or next business day) by the National Interbank Funding Center under PBOC authorization. The 1-year rate anchors most corporate and consumer loans; the 5-year rate anchors mortgages. Returns up to the last 12 monthly announcements (chinamoney.com.cn does not expose history deeper than ~1 year via this endpoint) plus a latest field for the most recent print. Answers “what is the current PBOC LPR”, “China’s 1-year and 5-year loan prime rate history”, “when did the PBOC last cut the LPR”. Keyless, sourced live from chinamoney.com.cn.

Parameters

NameTypeRequiredDescription
monthsnumbernoHow many of the most recent monthly rows to return, 1-12 (default 12). The upstream only exposes a rolling ~1-year window, so values above 12 are capped at 12.

Example call

Arguments

{
  "months": 12
}

curl

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

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('china_lpr', {
  "months": 12
});

Connect

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

{
  "mcpServers": {
    "china-macro": {
      "url": "https://gateway.pipeworx.io/china-macro/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026