Beta — Data under validation. Values may contain errors.

ED.UPS

List ENTSO-E production units (~300) with code, name, tech, owner.

Registry

Signature

ED.UPS([tech])

Description

List the ~300 Spanish production units that report individual MW under ENTSO-E A73. Each row is one unit, with its code, name, technology, average MW (long-run average over the data window), and the company that owns or represents it.

This is the small set with hourly per-unit MW data — use the codes returned here as input to ED.UNIT and ED.UNIT.RANGE. For the full Spanish market participant directory (8000+ entries: small renewables, retailers, consumers) use ED.UP.SEARCH.

Parameters

NameTypeDefaultDescription
techstringFilter by ENTSO-E technology label: "nuclear", "solar", "fossil_gas", "wind_onshore", "hydro_reservoir", etc. Omit for all.

Returns

Spill array with header row: Code, Name, Tech, Avg MW, Company, Zone.

Examples

=ED.UPS()All 300+ units
=ED.UPS("nuclear")Nuclear units only
=ED.UPS("wind_onshore")Onshore wind units

Related functions