ILO modelled estimates: employment-to-population ratio by sex (annual)
Employment-to-population ratio for ages 15 and over by sex, annual, for ~190 countries. ILO modelled estimates (ILOEST), vintage Nov. 2025 —…
76 datasets · 13 sources · 81 immutable snapshots
The Hub ingests public sources — World Bank, FRED, WHO, IMF, Our World in Data, open.canada.ca — and turns them into clean, versioned datasets with documented fields and citable snapshots. Download them, or query with SQL. Free to explore, no API key needed.
SELECT year,
ROUND(value / 1e12, 2) AS gdp_trillion_usd
FROM ds_world_bank_gdp_current_usd
WHERE country_code = 'CAN'
ORDER BY year DESC
LIMIT 6;
| year | gdp_trillion_usd |
|---|---|
| 2025 | 2.32 |
| 2024 | 2.27 |
| 2023 | 2.20 |
| 2022 | 2.20 |
| 2021 | 2.02 |
| 2020 | 1.66 |
Real query, real data — Canada GDP from the World Bank dataset.
Sources
Featured datasets
Employment-to-population ratio for ages 15 and over by sex, annual, for ~190 countries. ILO modelled estimates (ILOEST), vintage Nov. 2025 —…
GDP monthly estimate for the United Kingdom, all industries (A-T), seasonally adjusted index. Office for National Statistics.
Quarterly general government consolidated gross debt as a percentage of GDP, for EU member states, EFTA countries, EU candidates and EU/euro…
Real effective exchange rate of the euro against a narrow group of 12 trading partners (EER-12), deflated by consumer price indices, publish…
Tools used by the Bank of Canada to implement monetary policy and manage short‑term interest rates.
announcements (https://www.federalreserve.gov/feeds/h6.html) and Technical Q&As (https://www.federalreserve.gov/releases/h6/h6_technical_qa.…
Inflation as measured by the consumer price index reflects the annual percentage change in the cost to the average consumer of acquiring a b…
Population counts for census metropolitan areas, census agglomerations, population centres and rural areas. Statistics Canada table 98-10-00…
Daily solar and meteorological parameters for 54 world cities from NASA's POWER API (sources: SYN1deg, MERRA-2), 2020-01-01 to yesterday: ai…
BCG immunization coverage among 1-year-olds (%) (WUENIC) Source: WHO Global Health Observatory (indicator WHS4_543). Rows are country x year…
Current account balance as a percentage of GDP (OECD measure CBGDPR: "Current account balance as a percentage of GDP"), for OECD members, G2…
Gross domestic product is the most commonly used single measure of a country's overall economic activity. It represents the total value at c…
Annual CO₂ and greenhouse gas emissions by country, from the Global Carbon Project via Our World in Data. Includes fossil CO₂, land-use chan…
How it works
One connector per source fetches raw data on a schedule and maps it to a canonical schema — dates, units, and country codes normalized.
world_bank · fred · who · imf
Every refresh becomes an immutable Parquet snapshot with a content hash, quality score, and changelog — history you can cite.
sha256 · parquet · versioned
SQL in the workbench, one-click CSV/JSON/Parquet, a REST API for apps, and an MCP server for AI agents.
sql · rest · mcp · csv
Access
Query across every dataset with DuckDB-backed SQL, right in the browser.
SELECT year, value
FROM ds_world_bank_inflation_cpi
WHERE country_code = 'CAN'
ORDER BY year DESC LIMIT 5;
Open the workbench
Every dataset is a GET away — snapshots, previews, and downloads.
GET /v1/datasets/world_bank/gdp_current_usd/data?format=parquet
X-API-Key: $HUB_KEY
Browse the catalog
Let your AI agent search, preview, and query the Hub directly.
{
"mcpServers": {
"hub": {
"command": "python",
"args": ["-m", "hub.mcp_server"]
}
}
}
See what it can read
Get started
The dataset you need is probably already here — cleaned, cited, and ready to query. Free to explore, no signup.