zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Pboc

Pboc

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

1 endpoint1 endpoint on this scraper323 calls323 calls so farupdated last monthLast updated 8/21/2026, 2:22:39 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Lpr

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

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

Lpr
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Lpr/v1/finance:pboc/lpr
1 param

Parameters

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

Request

curl -X GET "https://api.zapi.ink/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

financepluang

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.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

756.1K756.1K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

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

341.4K341.4K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

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

115.5K115.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.