Skip to content
CountryAtlas

Download data

Build your own extract, or grab a whole country or indicator in one click. Every row carries provenance columns.

Current snapshot 20260912T071500Z, built 12 Sep 2026.

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).

Per-country dataset

All indicators, all years, for one country.

CSV JSONPick one to enable the downloads.

Per-indicator dataset

All countries, all years, for one indicator.

CSV JSONPick one to enable the downloads.

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.

bash
# 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
done

Columns

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.

SourceLicence
World BankCC BY 4.0
Our World in DataCC BY 4.0
OECDCC BY 4.0
Bank for International SettlementsBIS terms and conditions (free reuse with attribution)
International Monetary Fund© International Monetary Fund, World Economic Outlook database (April 2026)
WHO Global Health ObservatoryCC BY-NC-SA 3.0 IGO
EurostatCC BY 4.0
FREDFederal Reserve Bank of St. Louis, FRED; third-party series subject to their own terms
ILOSTATCC BY 4.0

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