v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
Intraday

Intraday Hourly Statistics

Returns intraday hourly statistics for a date and a list of areas.

Intraday hourly statistics provide a comprehensive overview of all trading activity for a specific delivery hour. These statistics are derived from the trade data available for the selected delivery hour.

All intraday trades where at least one leg (buy or/and sell) belongs to Nord Pool, Independent Bulgarian Energy Exchange (IBEX) or Bursa Română de Mărfuri S.A (BRM) and one leg belongs to queried area are included in the calculation of hourly statistics. However, trades where both legs belong to other PXs are excluded from the statistics. The calculation includes local and SIDC trades, as well as block trades and wash trades (trades where the same legal entity is on both the buy and sell sides).

Intraday hourly statistics are updated every 15 minutes for open contracts spanning today, tomorrow, and day after tomorrow.

Response field descriptions

  • status: Missing if no data found for the date and area. Available if data is present
  • priceUnit: defines the unit for all prices. Given as either EUR/MWh or GBP/MWh
  • hourlyStatistics: a list of delivery hours for this delivery day
    • deliveryStart: delivery start time
    • deliveryEnd: delivery end time
    • highPrice: the highest trade price observed in the delivery hour and area
    • lowPrice: the lowest trade price observed in the delivery hour and area
    • openPrice: the price of the first trade in the delivery hour and area
    • openTradeTime: the timestamp of the first trade in the area
    • closePrice: the price of the last observed trade in the delivery hour and area. Note that if the trading is still ongoing, this might change
    • closeTradeTime: the timestamp of the last observed trade in the area
    • averagePrice: the volume weighted average price for all trades observed in the delivery hour and area
    • volume: the transaction volume of the delivery hour and area given in MWh
    • buyVolume: total buy volume in the area across all transactions given in MWh
    • sellVolume: total sell volume in the area across all transactions given in MWh
    • averagePriceLast3H: volume weighted average price for all trades happening within 3 hours before delivery start
    • averagePriceLast1H: volume weighted average price for all trades happening within 1 hour before delivery start

For a detailed breakdown on calculation rules, see <a href="https://developers.nordpoolgroup.com/reference/how-to-calculate-intraday-hourly-statistics"> this page</a>.

Sample response with valid data for areas NO1,AMP and date 2025-05-05

get/api/v2/Intraday/HourlyStatistics/ByAreas

Query parameters

areasstring required

Comma-separated list of areas (e.g., NO1, NO2). Supported: KT(legacy),NO1,NO2,NO3,NO4,NO5,SE1,SE2,SE3,SE4,FI,DK1,DK2,EE,LT,LV,AT,BE,FR,GER,50Hz,AMP,TTG,TBW,NL,PL,TEL,BG,UK

datestring date required

Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15

Response

OK

deliveryAreastring nullable
deliveryDateCETstring date
status'Missing' | 'Available'
priceUnitstring nullable required
volumeUnitstring nullable
updatedAtstring date-time