The numbers on a debt clock are interpolated estimates, not real-time measurements

How WorldRealDebt fills in the figures between official releases, explained from a reader's point of view — what baseValue, annualGrowthRate and baseAsOf actually mean.

GLOBAL · 6 min · Updated 2026-04-25

Official statistics are not published every second

Figures such as government debt, GDP, household debt and population are published on monthly, quarterly or annual cycles. So the number ticking upward every second on a website is not something an agency actually measured second by second.

WorldRealDebt takes the most recent official snapshot as its base value and applies the published annual growth rate to fill the gap between releases. The approach gives you an intuitive sense of where things stand right now, but it cannot claim to be identical to the official confirmed figure.

The basic formula

The core formula is value(t) = base × (1 + g)^((t - t0) / 1 year). Here base is the officially reported reference value, g is the annual growth rate, t0 is the reference date, and t is the moment the reader is looking at.

We use a compound form rather than simple linear growth because macro indicators like debt and GDP are usually described in terms of percentage change. That said, the model does not try to capture monthly seasonality or policy shocks.

Why confidence matters

Not every indicator comes from a source of the same quality. Some values are published directly by an official body; others have to be stitched together from several series or supplemented with secondary sources. This site sorts that reliability into official, estimate and proxy.

Readers should check the source and the confidence level, not just the number itself. The meta field in the API gives the source URL, the reference date and any supporting sources for each indicator, so anyone citing it can trace the figure back to the raw data.

How to cite it

For articles or research notes, the snapshot API is a better choice than the live API. Feed it the same t value and you get the same result, which means you can reproduce it later. Recording citeAs and baseAsOf together is far more useful than a screenshot.

A debt clock is not meant to replace official statistics; it is meant to give a sense of time to figures that would otherwise sit frozen. For decisions, check the raw data, and treat the numbers here as a reading aid for the stretch between official releases.

A good citation, then, records not a single value but the reference date, the formula, the source and the confidence label together.

Sources and verification

Sources: WorldRealDebt /api-docs/, each country's /sources/ page, and the baseAsOf, meta and citeAs fields in the API response.

Related reading

부채시계 숫자는 실시간 측정값이 아니라 보간 추정값이다 — WorldRealDebt · WorldRealDebt