DIGITAL4BETTER · OPEN DATA

Subdivisions · Monthly · All energy sources

Explore the share of electricity generation technologies and how it changes over time.

Download the full dataset

Understand the electricity mix behind environmental impact factors.

Entries
5,888
Period covered
2019-01 → 2026-08
File Git modification
2026-09-08
Source refresh
Not recorded per entry

The Git date reflects the last committed change, not necessarily local edits or new observations.

Shares between 0 and 1 in the files; percentages in charts.

INTERACTIVE PREVIEW

Explore data

View associated factors

Loading preview…

Sources and limitations

Electricity mix

The mix combines generation and imports using the generator methodology. “Green” selects Bioenergy, Hydro, Solar and Wind and renormalizes their shares; it is not a contractual renewable-electricity measurement.

Field dictionary

JSON structure: territory → period → indicators; world level: period → indicators. CSV exposes these keys as columns.

FieldDefinition
BioenergyShare of Bioenergy between 0 and 1
CoalShare of Coal between 0 and 1
GasShare of Gas between 0 and 1
HydroShare of Hydro between 0 and 1
NuclearShare of Nuclear between 0 and 1
Other FossilShare of Other Fossil between 0 and 1
Other RenewablesShare of Other Renewables between 0 and 1
SolarShare of Solar between 0 and 1
WindShare of Wind between 0 and 1

Reuse and cite

These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗

Digital4Better Open Data — mix/subdivision-monthly.json · ODbL 1.0 · https://github.com/digital4better/data

JavaScript example

const response = await fetch("https://digital4better.github.io/data/mix/subdivision-monthly.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);
Report an issue or suggest a correction