Gnarum | Empowering your energy

The quarter-hourly (QH) electricity market: Implications and challenges for agents in the Iberian energy market

18 de septiembre de 2025 - Articles

From 18 March 2025, the Spanish electricity market will take a decisive step towards greater operational granularity with the implementation of the intraday market in 15-minute intervals (QH) and the settlement of deviations at the same resolution (ISP15).

From 1 May onwards, deviations will be settled on the basis of fifteen-minute granularity, in accordance with the Resolution of 28 March 2025 of the Secretary of State for Energy.

This marks the end of the transitional period during which REE has settled deviations by applying the same measurement to all fifteen-minute periods. Starting in May, settlements will be made on an hourly basis, either using actual meter data or interpolations, at all production facilities and consumption points in the electricity system.

This new update to the electricity system means that forecasting systems will also require hourly interpolation to quarter-hourly, so that the different market agents can adjust their positions in the intraday market, define fortnightly programmes and reduce the impact of deviations.

Below, we provide you with the keys to ensuring that these forecasts meet the new market requirements.

(function () { function initCF7FileUpload(scope) { // scope es opcional: si Elementor pasa el widget renderizado const context = scope || document; context.querySelectorAll('.custom-file-upload .file-input').forEach(input => { if (input.dataset.cf7Init) return; // evitar duplicados input.dataset.cf7Init = '1'; const wrapper = input.closest('.custom-file-upload'); if (!wrapper) return; const fileName = wrapper.querySelector('.file-name'); const fileIcon = wrapper.querySelector('.file-icon'); const buttonText = wrapper.querySelector('.file-button-text'); input.addEventListener('change', () => { if (!input.files || input.files.length === 0) { fileName.textContent = 'No hay archivo seleccionado'; fileIcon.textContent = '馃搸'; buttonText.textContent = 'Subir archivo'; return; } const file = input.files[0]; fileName.textContent = file.name; buttonText.textContent = 'Cambiar archivo'; const ext = file.name.split('.').pop().toLowerCase(); fileIcon.textContent = ext === 'pdf' ? '馃搫' : ext === 'doc' || ext === 'docx' ? '馃摑' : '馃搸'; }); }); } // Inicial cuando la p谩gina termina de cargar document.addEventListener('DOMContentLoaded', () => initCF7FileUpload()); // CF7 eventos document.addEventListener('wpcf7init', () => initCF7FileUpload()); document.addEventListener('wpcf7submit', () => initCF7FileUpload()); // Elementor widgets y popups if (window.elementorFrontend) { window.elementorFrontend.hooks.addAction('frontend/element_ready/global', (scope) => { initCF7FileUpload(scope); }); // Para popups que se abren din谩micamente window.elementorFrontend.hooks.addAction('frontend/element_ready/elementor-popup', (scope) => { initCF7FileUpload(scope); }); } })();