Taiwan Government Bond Yields, Curve & Issuance (TPEx)
Pricing
from $0.50 / 1,000 results
Taiwan Government Bond Yields, Curve & Issuance (TPEx)
Taiwan central government bond data from the TPEx bond zone: daily benchmark yields for the five on-the-run tenors, coupon-bearing and zero-coupon yield curves, per-bond average yields, and the full issuance master. Staleness of every carried-forward quote is stated, not hidden.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
chris
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Taiwan Government Bonds (中央公債殖利率曲線與發行明細) API
Get structured JSON access to Taiwan's government bond yield curve — the benchmark 2/5/10/20/30-year yields, the coupon-bearing treasury curve, the fitted zero-coupon curve in two models, the volume-weighted yield of every bond quoted on the exchange's Electronic Bond Trading System, and the full issuance master for central and municipal government debt. Daily, back to 2005-01-03.
Taiwan's government bond curve is the discount rate under every local life insurer's reserves, every NTD corporate spread and every domestic fixed-income mandate. It is published by the Taipei Exchange as legacy Excel workbooks behind a form that rejects most of what you send it. Nobody serves it as an API, free or paid.
Why this data matters
- A published yield is not necessarily today's yield, and this Actor tells you which. The exchange's average yield is volume-weighted across actual trades, and when a bond does not trade it is carried forward from the last session it did — the exchange says so in note 5 of its own table. On 2026-08-28 four of the five benchmarks printed a yield with zero trading value behind them, and the 30-year's 1.886% was struck on 2026-05-28, 92 days earlier. Every row carries
last_trade_date,staleness_daysandreference_is_intraday, so a stale quote is visible rather than silently modelled as a fresh one.maxStalenessDayswill drop them for you. - Three official files, published separately, reconciled row by row. The benchmark table, the yield-curve workbook and the all-bonds quote table are produced by different pipelines and must agree on the same bond's yield and price. Across all 20 sessions of August 2026: 100/100 benchmark rows matched the curve file and 100/100 matched the all-bonds table, exactly. Comparisons use exact decimals, not floats —
1.793as a float is1.79299999999999993, and a float subtraction would manufacture disagreements that are not in the data. - The printed basis-point change is reproduced from the two sessions.
today's yield − previous session's, × 100equals the publishedyield_change_bpfor 95/95 comparisons in August 2026 and 12/12 sampled in November 2005. The identity is keyed on the tenor slot, not the bond code: on 2026-08-19 the 2-year benchmark line moved fromA15203Rback toA15203, carried the 1.7196% struck on the 18th across the switch, and printed 0.0bp. Keyed on the code that reads as a 5.83bp break the exchange never published. - Quotes reconcile against a completely separate issuance API. Coupon and maturity for each government bond quoted on the EBTS are checked against the 公債發行資料 master, which reaches this Actor over a different endpoint entirely. August 2026: 3,959/3,959 agreed, zero disagreements. The two codes that did not match —
A15108andA15202— are quoted but absent from the master, which is expected for paper trading ahead of issue (A15108matures 2031-09-04 as a 5-year, implying a 2026-09-04 issue, after the master's newest entry of 2026-07-28). They are reported, never silently dropped. - 公債 is not only central government. The official issuance master holds 146 central government bonds and 51 municipal construction bonds — Taipei, Kaohsiung, Tainan and Taoyuan all issue into the same market.
government_levelseparates them from the issuer code, which is stable where the printed name is not: the master spells Taipei's issuer both 台北市政府 and 臺北市政府 in the same file. - The zero-coupon curve, in both of the exchange's models. 62 tenors from 1 month to 30 years, fitted with Cubic B-Spline and Svensson, published as decimals in a workbook where every other yield is a percent. This Actor normalises them to percent so one unit holds across the dataset, and states so in the field description rather than leaving you to discover it.
Output
One record per row of whichever official table you asked for, keyed by dataset. The 10-year benchmark, exactly as published on 2026-08-28:
{"dataset": "benchmark_yield","date": "2026-08-28","bond_code": "A15106","base_bond_code": "A15106","code_variant": null,"tenor_years": 10.0,"avg_yield_pct": 1.88,"avg_price": 98.8459,"yield_change_bp": 0.0,"price_change": 0.0003,"reference_yield_1200_pct": 1.9,"reference_time": null,"reference_is_intraday": false,"trading_value_ntd": 0.0,"last_trade_date": "2026-08-21","staleness_days": 7,"source_file": "BDdys100.20260828-C.xls"}
Zero trading value, reference_is_intraday false and seven days of staleness: the 10-year "closed" at a yield last struck the previous week. That is what the market did, and it is the kind of thing a curve served without provenance quietly hides.
The zero-coupon curve, same session:
{"dataset": "zero_coupon_curve","date": "2026-08-28","model": "Svensson","tenor_label": "1m","tenor_years": 0.083333,"spot_rate_pct": 1.4284,"source_file": "Curve.20260828-C.xls"}
And the issuance master:
{"dataset": "issuance","date": "2026-08-30","bond_code": "A90105","short_name": "90央債甲5","issuer_code": "G001","issuer_name": "中央政府","government_level": "CENTRAL","series_number": "90-5","tranche_number": "甲A","issue_date": "2001-07-17","listing_date": "2001-07-17","maturity_date": "2031-07-17","issue_amount_ntd": 40000000000,"outstanding_amount_ntd": 40000000000,"coupon_rate_pct": 3.625,"coupon_frequency_per_year": 1.0,"tenor_years": 30.0,"years_to_maturity": 4.8789,"source_file": "bond_ISSBD1_data"}
Input
| Field | Type | Default | Notes |
|---|---|---|---|
datasets | array | ["benchmarkYields", "yieldCurve"] | benchmarkYields, yieldCurve, zeroCouponCurve, bondYields, issuance |
startDate | string | latest session | YYYY-MM-DD. EBTS files from 2005-01-03, curve files from 2006-01-02 |
endDate | string | latest session | Inclusive |
governmentOnly | boolean | true | Filters bondYields to the A and H series |
maxStalenessDays | integer | 0 | Drop yields carried forward longer than this; 0 keeps everything |
crossCheck | boolean | true | Run every reconciliation above and write the result to the log |
Leave the dates empty for the latest published session. yieldCurve and zeroCouponCurve are two sheets of one workbook and cost a single download between them.
Volumes per session
| Dataset | Rows | |
|---|---|---|
benchmarkYields | 5 | the on-the-run 2/5/10/20/30-year |
yieldCurve | 5 | the coupon-bearing curve |
zeroCouponCurve | 124 | 62 tenors × 2 models |
bondYields | ~200 government, ~1,450 all bonds | |
issuance | 197 | snapshot, not per session |
Notes on the source
- The exchange serves an HTML 404 page under HTTP 200 for a date it holds no file for, so this Actor decides "is there a file" on the workbook's own magic bytes, not the status line. It also throws intermittent HTTP 520s on healthy requests, and occasionally answers a month index with an empty table under HTTP 200 — an empty answer for a month that is inside the published archive is retried rather than reported as a month with no sessions.
- Which sessions exist is read from the exchange's own month index rather than guessed from the calendar, so market holidays are simply absent instead of 404-ing.
- The exchange sometimes prints a second quote line for a bond it is already quoting, with a single letter appended to the code — both
A15203andA15203Rappeared on 2026-08-11, same issue, same maturity, same coupon, different volume-weighted yields, and the benchmark table used theRline that session. The exchange does not document what the suffix means and this Actor does not guess:bond_codeis written through exactly as published,code_variantisolates the suffix, andbase_bond_codelinks the lines and joins either to the issuance master. Every session with two lines is checked to confirm they still describe the same issue — 19/19 in August 2026. - A bond can be quoted before it is issued, and in that window its coupon is indicative rather than final. 115央債甲8 (
A15108, issue date 2026-09-04) was quoted at 1.625% through 2026-08-28 and at its final 1.750% from 2026-09-01 on, while the issuance master carries 1.750% for the bond outright. This Actor publishes the coupon the exchange printed for that session rather than backfilling the auction result, so a pre-issue row will disagree with the master by design; the reconciliation against the master skips the coupon inside that window and still asserts maturity, which is fixed by the tender announcement. Sort bydatebefore treating a coupon as final, or join to theissuancedataset, which only ever carries priced paper.
Taiwan Market Data Suite
This Actor is part of a suite of 29 Taiwan market data APIs by chamarix — official sources only, cross-validated against independent official endpoints, clean JSON out. Code samples for the whole suite: GitHub.
Market data:
- taiwan-stock-daily-quotes — Daily OHLCV, VWAP, P/E, price-to-book & dividend yield for every listed/OTC stock since 2004
- taiwan-index-history — Daily TAIEX & TPEx index history since 1990 with market turnover, the total-return index & all 273 TWSE indices
- twse-institutional-trades — Daily institutional buy/sell (foreign, investment trust, dealer) per stock — TWSE listed
- tpex-institutional-trades — Daily institutional buy/sell per stock — TPEx OTC market
- taiwan-monthly-revenue — Monthly revenue of 1,900+ listed & OTC companies, MoM/YoY
- taiwan-financial-statements — Quarterly income statement, balance sheet & cash flow back to 2013
- taiwan-esg-disclosures — 21 ESG topics for 1,950+ companies — Scope 1/2/3 emissions, energy, water, waste, pay, board & climate risk
- taiwan-dividend-calendar — Ex-dividend / ex-rights dates, reference prices & payouts back to 2003
- taiwan-margin-trading — Daily margin trading & short sale balances per stock
- taiwan-sbl-short-sale-balance — Securities-lending short sale balances per stock
- taiwan-day-trading-stats — Day-trading volume, value & ratio per stock since 2014
- tdcc-shareholding-dispersion — Weekly TDCC shareholding dispersion (retail vs whale structure)
- taiwan-foreign-shareholding — Foreign ownership percentage & remaining quota per stock
- taiwan-futures-daily — Daily bars, settlement price & open interest for all 384 TAIFEX futures contracts since 1998, with the large-trader report
- taifex-institutional-derivatives — Institutional futures & options positions (TAIFEX), incl. put/call ratio
- taifex-options-chain — Full options chain by strike & expiry, both sessions, with the exchange's own Delta, since 2001
- taiwan-warrants-daily — Daily quotes, strike, expiry & moneyness for every listed/OTC warrant since 2004
- taiwan-government-bonds — Central government bond benchmark yields, the full yield curve & issuance master, with staleness stated
- taiwan-stock-alerts — Watch-list, disposition & short-sale suspension alerts
- taiwan-insider-share-transfers — Insider share-transfer filings (directors, officers, 10% holders) since 2002
- taiwan-director-shareholdings — Monthly director/officer shareholdings & share-pledge ratio since 1999
- taiwan-block-trades — Every block trade (鉅額交易) with price, size & basket constituents since 2005
- taiwan-shareholder-meetings — Shareholder meeting dates, book closure periods & e-voting since 2005
- taiwan-emerging-stock-quotes — Emerging (興櫃) board quotes, pre-IPO register & history since 2003
- taiwan-etf-regular-investment — Monthly regular savings plan (定期定額) rankings for stocks & ETFs since 2020
- taiwan-treasury-stock-buybacks — Every treasury-stock buyback (庫藏股) filing, plan vs execution, since 2000
Property market:
- taiwan-real-estate-transactions — Actual registered sale, presale & lease prices (實價登錄) for all 22 cities since 2012
Government & civic data:
- taiwan-legislator-monitor — Legislative Yuan bills, legislators & meetings
- taiwan-tender-monitor — Government e-procurement tenders (open calls, awards, failures)
Data source
Taipei Exchange 債券等殖成交系統 daily files — 指標利率行情表 (BDdys100), 等殖成交各期次債券殖利率及百元價格表 (BDdys020) and 公債殖利率曲線 (Curve) — plus the 公債發行資料 open API (bond_ISSBD1_data) used for independent verification of coupon and maturity. Public data, no login required.