Electricity available to the internal market (monthly)
Monthly electricity available to the internal market in gigawatt-hours, for EU member states, EFTA countries, EU candidates and EU/euro-area aggregates. Eurostat dataset nrg_cb_eim ('Electricity available to internal market'), filtered to freq=M and unit=GWH ('Gigawatt-hour'). Each row is one (month, country). The series tracks electricity actually available on the market - it pairs with the generation-side monthly data (the Ember electricity-generation dataset) to contrast what is generated with what the market can draw on. Method: Eurostat compiles monthly energy statistics transmitted by the member states; non-EU/EFTA/candidate countries are dropped (same licensing rule as the other Eurostat datasets). Units: gigawatt-hours (GWh). Caveats: the series is not seasonally adjusted, so the strong heating/cooling seasonality (e.g. FRA 2025-01 = 45,473 GWh vs 2025-06 = 29,746 GWh) must be read against the same month of earlier years; recent months are provisional and revised; the UK and Kosovo (XK) are dropped by the connector's commercial-use geo rule; the EU27_2020, EA21, EA20 and EA19 aggregates are included as published. Coverage: ~40 geographic units after the geo rule, 2008-01 to the present, monthly. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (month, country_code). Join keys: country_code (ISO 3166-1 alpha-3), month. Cadence: refreshed monthly; Eurostat updates the table with roughly a two-month lag. Sample use: filter country_code='DEU' to track Germany's monthly electricity supply.
- Source
- Eurostat
- Rows
- 7,594
- Columns
- 4
- Source cadence
- Monthly
- Last refreshed
- Sep 25, 2026
- Theme
- energy
| Column | Type | Description |
|---|---|---|
| month | string | Reference month of the observation (stored as the first day of the month), from the 'time' dimension. |
| country_code | string | Reporting country: ISO 3166-1 alpha-3 (mapped from Eurostat's alpha-2 codes). Also carries the provider aggregates 'EU27_2020' and 'EA' verbatim. |
| country_name | string | Canonical English country name (hub.normalize), or the Eurostat-published label for the EU/EA aggregates. |
| electricity_available_gwh | float | Electricity available to the internal market, monthly, from dataset nrg_cb_eim ('Electricity available to internal market'), freq=M, unit GWH. Not seasonally adjusted; recent months are provisional and revised; the UK and Kosovo are dropped by the connector's commercial-use geo rule. (unit: gigawatt-hours (GWh)) |
- Current
20260925T060706Z-4a46d61eb844 · sha256 4a46d61eb844…
7,594 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_electricity_available_to_market_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_electricity_available_to_market_monthly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/eurostat/eurostat_electricity_available_to_market_monthly
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260925T060706Z-4a46d61eb844 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). Electricity available to the internal market (monthly) [Data set, snapshot 20260925T060706Z-4a46d61eb844, sha256 4a46d61eb844]. Datazimuts. Retrieved 2026-09-25, from https://datazimuts.com/en/datasets/eurostat/eurostat_electricity_available_to_market_monthly?snapshot=20260925T060706Z-4a46d61eb844
@misc{dz_eurostat_eurostat_electricity_available__4a46d61e,
title = {{Electricity available to the internal market (monthly)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_electricity_available_to_market_monthly?snapshot=20260925T060706Z-4a46d61eb844}},
note = {Snapshot 20260925T060706Z-4a46d61eb844, sha256 4a46d61eb844bf2c582b1b8b6326a0c6bbf00631968ff615c2c005f42a91a693; accessed 2026-09-25}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=eurostat%2Feurostat_electricity_available_to_market_monthly&lang=en&theme=auto&snapshot=20260925T060706Z-4a46d61eb844&x=month&y=electricity_available_gwh&agg=avg" title="Electricity available to the internal market (monthly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.