Download data
Build your own extract, or grab a whole country or indicator in one click. Every row carries provenance columns.
Dataset builder
Up to 20 countries × 20 indicators, all years or a range, CSV or JSON.
One-click datasets
A whole country (all indicators, all years) or a whole indicator (all countries, all years).
Bulk data
How to get everything.
There is no single archive yet. The fastest way to the whole snapshot is the API: list indicators with /api/v1/indicators, then fetch /api/v1/indicators/{slug}/download.csv for each. Please keep to the rate limit (120 requests per minute) and cache locally; the snapshot changes once a day at most. For a full copy of the database, write to the address below.
# list indicators, then fetch each dataset
curl -s "https://www.countryatlas.co/api/v1/indicators" | jq -r '.items[].slug' | while read slug; do
curl -s -o "$slug.csv" "https://www.countryatlas.co/api/v1/indicators/$slug/download.csv"; sleep 0.6
doneColumns
The same columns in every export. CSV files start with one comment line naming the snapshot.
- country_id
- country_name
- indicator_id
- indicator_name
- period
- year
- frequency
- value
- unit
- is_estimate
- is_forecast
- status
- source
- source_name
- dataset
- series_code
- retrieved_at
- source_updated_at
- url
- licence
API
Every page is built from the public JSON API. Base URL https://www.countryatlas.co/api/v1. Read the endpoint list and try requests live on the API page.
API documentation →Licence & attribution
Please credit the original sources, not only CountryAtlas.
The CountryAtlas compilation (harmonised series, derived metrics, rankings, change detection) is released under CC BY 4.0.
Each observation carries its source licence in the export (column licence). Check it before redistributing: most sources are CC BY 4.0, but the WHO Global Health Observatory is CC BY-NC-SA 3.0 IGO (no commercial use, share alike) and some portals apply their own terms.
| Source | Licence | Attribution |
|---|---|---|
| World Bank | CC BY 4.0 | World Bank, World Development Indicators |
| Our World in Data | CC BY 4.0 | Our World in Data |
| OECD | CC BY 4.0 | OECD (2026), OECD Data Explorer, https://data-explorer.oecd.org |
| Bank for International Settlements | BIS terms and conditions (free reuse with attribution) | Bank for International Settlements |
| International Monetary Fund | © International Monetary Fund, World Economic Outlook database (April 2026) | International Monetary Fund. World Economic Outlook (WEO), https://data.imf.org/en/datasets/IMF.RES:WEO |
| WHO Global Health Observatory | CC BY-NC-SA 3.0 IGO | World Health Organization, Global Health Observatory |
| Eurostat | CC BY 4.0 | Source: Eurostat |
| FRED | Federal Reserve Bank of St. Louis, FRED; third-party series subject to their own terms | Federal Reserve Bank of St. Louis, FRED |
| ILOSTAT | CC BY 4.0 | ILOSTAT, International Labour Organization |
Suggested attribution
Data: World Bank, Our World in Data, OECD, Bank for International Settlements via CountryAtlas (countryatlas.co), CC BY 4.0 compilation. Retrieved 12 Sep 2026.
Made by Simon-Pierre Boucher · contact@spboucher.ai·Hosted on MacLustr