Provenance
PublisherREE — Spain Electricity
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
getDemandEvolution
readAggregate electricity demand (MWh). Args: start_date, end_date, time_trunc=day|month|year.
Input schema
{ "type": "object", "properties": { "start_date": { "type": "string" }, "end_date": { "type": "string" }, "time_trunc": { "type": "string" }, "geo_limit": { "type": "string" }, "geo_ids": { "type": "string" } }, "additionalProperties": false }getGenerationStructure
readGeneration by technology + renewable mix share %. Args: start_date, end_date, time_trunc.
Input schema
{ "type": "object", "properties": { "start_date": { "type": "string" }, "end_date": { "type": "string" }, "time_trunc": { "type": "string" }, "geo_limit": { "type": "string" }, "geo_ids": { "type": "string" } }, "additionalProperties": false }getMarketPrices
readPVPC + day-ahead spot price (EUR/MWh, hourly). Args: start_date, end_date.
Input schema
{ "type": "object", "properties": { "start_date": { "type": "string" }, "end_date": { "type": "string" }, "time_trunc": { "type": "string" }, "geo_limit": { "type": "string" }, "geo_ids": { "type": "string" } }, "additionalProperties": false }getServiceInfo
readConnector surface, date format, and time_trunc rules.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
