Beta — Data under validation. Values may contain errors.

ED.CAPACITY

Installed generation capacity (MW) by technology and region.

Installed capacity

Signature

ED.CAPACITY(tech, [region], [date])

Description

Installed capacity (MW) by technology. National total when region is omitted; pass a CCAA name (e.g. "Andalucía", "Cataluña") for the regional figure. Source: REE installed capacity series (ESIOS indicators 1475-1491).

Capacity is a stock — it represents what is connected and operational at the end of the period. Returns the latest available month unless date is provided. For a time series use ED.CAPACITY.RANGE.

15 technologies covered — see the values table below.

Parameters

NameTypeDefaultDescription
tech*stringTechnology code. See valid values below.
regionstringCCAA name (e.g. "Andalucía"). Omit for the national total.
dateYYYY-MMMonth. Omit for the latest.

* Required.

Valid values for tech

CodeDescription
solar_pvSolar photovoltaic
windOnshore wind
nuclearNuclear
hydroHydro (reservoir + run-of-river)
pumped_hydroPumped storage (reversible hydro)
ccgtCombined-cycle gas (CCGT)
coalCoal
dieselDiesel engines (non-mainland island systems)
gas_turbineOpen-cycle gas turbine
steam_turbineConventional steam turbine
solar_thermalConcentrated solar thermal
cogenerationCogeneration
other_renewableOther renewables (biomass, biogas, geothermal…)
waste_renewableRenewable waste (organic fraction)
waste_non_renewableNon-renewable waste

Returns

Number — installed capacity in MW.

Examples

=ED.CAPACITY("solar_pv")National solar PV total (latest)
=ED.CAPACITY("wind", "Andalucía")Wind installed in Andalucía
=ED.CAPACITY("nuclear",, "2025-01")Nuclear at end of Jan 2025
=ED.CAPACITY("pumped_hydro")Pumped storage (bombeo) — Spain has ~6 GW

Related functions