Beta — Data under validation. Values may contain errors.

ED.UP.SEARCH

Full Spanish UP registry search (8000+ market participants).

Registry

Signature

ED.UP.SEARCH([q], [zone], [type])

Description

Search the full Spanish UP (Unidad de Programación) registry — every market participant registered with REE, refreshed daily from the OMIE C2 ZIP. ~8000 entries including small renewables, retailers, consumers, and the large generators that also appear in ED.UPS.

This is a directory only — there is no per-unit MW time-series for these UPs (only the ~300 in ED.UPS have that). Use this function to identify the company behind a UP code, find every unit owned by a given player, or filter by zone (mainland vs island systems).

Parameters

NameTypeDefaultDescription
qstringFuzzy match on code, name or company (case-insensitive).
zonestringBidding zone — see table below.
type"seller" / "V" | "buyer" / "C"Filter by participant role. Omit for both.

Valid values for zone

CodeDescription
PENINSULAMainland (continental Spain) bidding zone.
BALEARESBalearic Islands system.
GCANARIAGran Canaria.
TENERIFETenerife.
LZ_FVLanzarote-Fuerteventura.
LA_PALMALa Palma.
EL_HIERROEl Hierro.
LA_GOMERALa Gomera.
CEUTACeuta.
MELILLAMelilla.

Valid values for type

CodeEnglish aliasDescription
Vseller, generatorVendedor — seller injecting energy into the grid.
Cbuyer, retailerComprador — retailer or consumer purchasing energy.

The add-in accepts either the canonical Spanish code or the English alias — both are equivalent.

Returns

Spill array with header: Code, Type, Name, Company, Zone, BRP.

Examples

=ED.UP.SEARCH("iberdrola")All Iberdrola UPs
=ED.UP.SEARCH("solar", "PENINSULA", "seller")Mainland sellers matching "solar" (English alias)
=ED.UP.SEARCH("solar", "PENINSULA", "V")Same in Spanish-acronym form — equivalent
=ED.UP.SEARCH(, "BALEARES")All UPs in Baleares

Notes

  • Type "V" (vendedor) = seller injecting into the grid. Type "C" (comprador) = retailer or consumer.
  • BRP = Balance Responsible Party (the entity responsible for imbalance settlement of that UP).

Related functions