zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Pboc

Pboc

China's Loan Prime Rate, 1-year and 5-year.

Endpoints
1
Requests
322
Updated
5 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • lprnot measured
no measurements yetdaily 01:00 WIB

Playground

1 endpoint
GET/v1/finance:pboc/lpr6h cache1 paramchecking key…
Parameters
langenum

Language of the publisher's own date labels. Default en.

·
Response
EXAMPLE
{
  "lang": "en",
  "count": 12,
  "items": [
    {
      "date": "2026-08-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Aug 2026"
    },
    {
      "date": "2026-07-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Jul 2026"
    },
    {
      "date": "2026-06-22",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "22 Jun 2026"
    },
    {
      "date": "2026-05-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 May 2026"
    },
    {
      "date": "2026-04-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Apr 2026"
    },
    {
      "date": "2026-03-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Mar 2026"
    },
    {
      "date": "2026-02-24",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "24 Feb 2026"
    },
    {
      "date": "2026-01-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Jan 2026"
    }
  ],
  "tenors": [
    "1Y",
    "5Y"
  ],
  "dataset": "lpr",
  "provider": "pboc",
  "windowEnd": "21 Aug 2026",
  "latestDate": "2026-08-20",
  "latestRates": [
    {
      "rate": 3,
      "tenor": "1Y"
    },
    {
      "rate": 3.5,
      "tenor": "5Y"
    }
  ],
  "retrievedAt": "2026-08-21 10:22:43",
  "windowStart": "22 Aug 2025"
}

Code examples

Lpr
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:pboc", "lpr", {
  "lang": "en"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:pboc/lpr?lang=en" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLpr/v1/finance:pboc/lprChina's Loan Prime Rate, 1-year and 5-year.

Parameters

langenumoptional
Language of the publisher's own date labels. Default en. Values: en, cn.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:pboc/lpr?lang=en" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "lang": "en",
  "count": 12,
  "items": [
    {
      "date": "2026-08-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Aug 2026"
    },
    {
      "date": "2026-07-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Jul 2026"
    },
    {
      "date": "2026-06-22",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "22 Jun 2026"
    },
    {
      "date": "2026-05-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 May 2026"
    },
    {
      "date": "2026-04-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Apr 2026"
    },
    {
      "date": "2026-03-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Mar 2026"
    },
    {
      "date": "2026-02-24",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "24 Feb 2026"
    },
    {
      "date": "2026-01-20",
      "rates": [
        {
          "rate": 3,
          "tenor": "1Y"
        },
        {
          "rate": 3.5,
          "tenor": "5Y"
        }
      ],
      "dateLabel": "20 Jan 2026"
    }
  ],
  "tenors": [
    "1Y",
    "5Y"
  ],
  "dataset": "lpr",
  "provider": "pboc",
  "windowEnd": "21 Aug 2026",
  "latestDate": "2026-08-20",
  "latestRates": [
    {
      "rate": 3,
      "tenor": "1Y"
    },
    {
      "rate": 3.5,
      "tenor": "5Y"
    }
  ],
  "retrievedAt": "2026-08-21 10:22:43",
  "windowStart": "22 Aug 2025"
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

27.9K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

7.9K calls·1d cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

57K calls·1d cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

17.7K calls·1d cache

Mempool Space

finance/mempool-space

Recommended fee tiers in sat/vB, as mempool.space's own estimator sees them.

1.1K calls·2m cache

Etherscan

finance/etherscan

Current gas price tiers and base fee, from Etherscan's V2 multichain API.

683 calls·30s cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026