685,378 economic series for China, Japan, Korea, Taiwan and the region — from interest rates in 1900 to UN population projections in 2100. Chart them here, or pull them into your models over the API. Updated when data are released.
Live from the archive
See all charts →Coverage
Every series carries its full history, at whichever frequencies it publishes. The archive is weighted towards what needs long runs — trade by partner and product, labour, prices, fiscal and flow-of-funds detail — rather than headline aggregates alone.
| China | 184,730 |
| Region & cross-country | 207,708 |
| Japan | 175,510 |
| Korea | 64,033 |
| Taiwan | 53,412 |
| Monthly | 384,092 |
| Annual | 321,322 |
| Quarterly | 138,823 |
| Data points | 86,937,479 |
| Span | 1900–2100 |
Ways in
Chart it, map it, and take the underlying numbers with you.
Hundreds of interactive charts, updated when data are released — every market in one index, with the numbers behind each chart downloadable.
Subscribers Only Browse → 02Chart and download regional indicators side by side.
Members Only Open → 03Map, chart and download foreign trade by partner and product.
Members Only Open → 04Map, chart and download data province by province.
Public Open → 05Set the primary balance, growth, interest rates and the residual, and watch the debt path respond.
Members Only Open →For modellers
The same archive over REST — JSON or CSV, many series in one call, filtered by frequency and date range.
GET /search?q=JGB&freq=m&limit=10
GET /series?columns=…&freq=m&start=…
GET /series/{name}
GET /info/{name}
GET /countries · /frequencies · /stats
Authenticate with an API key or your East Asia
Econ membership. Append &format=csv for a spreadsheet-ready response.
Full documentation on the Data API page.
curl -H "X-API-Key: eae_…" \
"https://data-api-production-74e0.up.railway.app/series?columns=Japan, JGB, 10Y&freq=m&start=2020-01-01"
{
"columns": ["Japan, JGB, 10Y"],
"count": 1,
"series": {
"Japan, JGB, 10Y": {
"country": "jp", "frequency": "m",
"min_date": "2020-01-01",
"max_date": "2026-07-01",
"data": [{"Date": "2020-01-01", "value": -0.01}, …]
}
}
}
Get a taste of what’s going on.
Visualisation of the big macro and market trends in East Asia, delivered daily. See samples.
Everything in Daily, plus hundreds of interactive charts and thousands of data series. See samples.
Subscription for financial institutions. Exact price depends on AUM and number of users. Sample notes and reports.
Search and metadata are open to everyone, with or without an account — a membership is what lets you pull the numbers themselves. Upgrades take effect immediately, because the API reads your tier from your membership on every call.