Share of energy from renewable sources by country (annual)
Annual share of energy from renewable sources (percent), overall and by sector, for EU member states, EFTA countries and EU candidate countries. Eurostat dataset nrg_ind_ren ('Share of energy from renewable sources'), filtered to percentage unit. Each row is one (year, country, component): the overall share (REN), transport (REN_TRA), electricity (REN_ELC), heating and cooling (REN_HEAT_CL) and the two waste-heat-and-cold variants. Method: Eurostat compiles national energy balances; non-EU/EFTA/candidate countries are dropped (same licensing rule as the other Eurostat datasets). Units: percent. Caveats: recent years are provisional and revised. Coverage: 2004 to the present, yearly. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (year, country_code, component). Join keys: country_code (ISO 3166-1 alpha-3), year. Cadence: refreshed yearly. Sample use: filter component='REN_ELC' and country_code='DEU' to track Germany's renewable electricity share.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Source
- Eurostat
- Lignes
- 3 095
- Colonnes
- 6
- Cadence de la source
- Annuelle
- Dernière actualisation
- 23 sept. 2026
- Thème
- energy
| Colonne | Type | Description |
|---|---|---|
| year | string | Reference year of the observation (stored as January 1), from the 'time' dimension. |
| country_code | string | Reporting country: ISO 3166-1 alpha-3 (mapped from Eurostat's alpha-2 codes). |
| country_name | string | Canonical English country name (hub.normalize). |
| component | string | Renewable-share component from the 'nrg_bal' dimension: REN (overall), REN_TRA (transport), REN_ELC (electricity), REN_HEAT_CL (heating and cooling), REN_HEAT_CL_WHC and REN_WHC_DHEAT_DCL (waste heat and cold variants). |
| component_label | string | Eurostat-published component label, verbatim from the API. |
| share_pct | float | Share of energy from renewable sources, from the 'unit' indicator PC ('Percentage'). (unit: percent) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| year | country_code | country_name | component | component_label | share_pct |
|---|---|---|---|---|---|
| 2004-01-01 | ALB | Albania | REN | Renewable energy - overall | 29,62 |
| 2005-01-01 | ALB | Albania | REN | Renewable energy - overall | 31,367 |
| 2006-01-01 | ALB | Albania | REN | Renewable energy - overall | 32,07 |
| 2007-01-01 | ALB | Albania | REN | Renewable energy - overall | 32,657 |
| 2008-01-01 | ALB | Albania | REN | Renewable energy - overall | 32,448 |
| 2009-01-01 | ALB | Albania | REN | Renewable energy - overall | 31,437 |
| 2010-01-01 | ALB | Albania | REN | Renewable energy - overall | 31,867 |
| 2011-01-01 | ALB | Albania | REN | Renewable energy - overall | 31,187 |
| 2012-01-01 | ALB | Albania | REN | Renewable energy - overall | 35,152 |
| 2013-01-01 | ALB | Albania | REN | Renewable energy - overall | 33,167 |
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_renewables_share_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_renewables_share_annual").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/eurostat/eurostat_renewables_share_annual
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Aucun instantané publié pour l’instant : cette citation renvoie à la dernière version.
Eurostat. (2026). Share of energy from renewable sources by country (annual) [Data set]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/fr/datasets/eurostat/eurostat_renewables_share_annual
@misc{dz_eurostat_eurostat_renewables_share_annua_latest,
title = {{Share of energy from renewable sources by country (annual)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/eurostat/eurostat_renewables_share_annual}},
note = {Latest version; accessed 2026-09-23}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=eurostat%2Feurostat_renewables_share_annual&lang=fr&theme=auto&x=year&y=share_pct&agg=avg" title="Share of energy from renewable sources by country (annual)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.