Eurostat Data Normalizer
Pricing
Pay per usage
Eurostat Data Normalizer
Fetch, normalize, and export official EU statistical data from Eurostat. Converts raw SDMX-JSON into clean, labeled records. 6,000+ datasets: population, GDP, trade, employment, health. No API keys needed.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Wakefield
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Share

Eurostat Data Normalizer
Fetch, normalize, and export official EU statistical data from Eurostat โ the European Union's statistical office. Converts raw SDMX-JSON into clean, labeled records ready for analysis in Excel, Python, or BI tools.
๐น 6,000+ datasets โ population, GDP, trade, employment, health, education, environment ๐น Zero API keys โ free and open data, no registration required ๐น Smart normalization โ country codes โ full names, codes โ human-readable labels ๐น Flexible filtering โ filter by country, year range, or download everything
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
datasetCode | string | โ Yes | Eurostat dataset code (e.g. tps00001 for population, sdg_08_10 for GDP per capita). Browse datasets at Eurostat Data Browser. |
countryFilter | string | No | Comma-separated ISO country codes (e.g. DE,FR,IT,ES). Leave empty for all countries. |
yearStart | string | No | Filter from this year onwards (e.g. 2020). |
yearEnd | string | No | Filter up to this year (e.g. 2024). |
maxResults | integer | No | Max records to return (1โ50000, default: 5000). |
includeMetadata | boolean | No | Include dataset title and source in output (default: true). |
Popular Dataset Codes
| Code | Description |
|---|---|
tps00001 | Population on 1 January |
sdg_08_10 | Real GDP per capita |
tps00180 | Employment rate (age 20โ64) |
tec00115 | Unemployment rate |
sdg_03_20 | Life expectancy at birth |
nrg_ind_ren | Renewable energy share |
sdg_10_41 | Income inequality (Gini coefficient) |
tps00223 | Government debt-to-GDP ratio |
Example Input
{"datasetCode": "sdg_08_10","countryFilter": "DE,FR,IT,ES,NL","yearStart": "2015","yearEnd": "2024","maxResults": 1000}
Example Output (Dataset Item)
{"freq_id": "A","freq_label": "Annual","unit_id": "CLV10_EUR_HAB","unit_label": "Chain linked volumes (2010), euro per capita","na_item_id": "B1GQ","na_item_label": "Gross domestic product at market prices","geo_id": "DE","geo_label": "Germany","time_id": "2024","time_label": "2024","value": 37460}
Use Cases
- Business Intelligence โ Import EU economic indicators into dashboards
- Market Research โ Compare GDP, employment, and trade across EU countries
- Academic Research โ Pull population, health, and education statistics
- Journalism โ Source official Eurostat data for news stories
- AI/ML Training โ Build datasets from 6,000+ official EU indicators
Output
The actor produces three output channels:
- Default Dataset โ All normalized records as JSON
- OUTPUT (Key-Value Store) โ Human-readable ASCII table
- STATS (Key-Value Store) โ Machine-readable run statistics
Data Source
All data is sourced from the official Eurostat REST API, published under the European Commission's reuse policy. Eurostat provides free, authoritative statistical data for the EU and its member states.