v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBAuction
Auction Volumes
Returns a list of auction volumes for a market, date and list of areas.
Note that this volume only reflect Nord Pool's part of the traded volume, not the market total volume.
Response field descriptions
- status: Missing if data does not exist. Preliminary if the market coupling session is not complete. Final once the market coupling session is complete. Cancelled if the auction is cancelled.
totalVolume
- buy: total MWh bought in the area across all delivery periods
- sell: total MWh sold in the area across all delivery periods
averageVolume
- buy: average MW of bought volume across all delivery periods
- sell: average MW of sold volume across all delivery periods
minVolume
- buy: minimum MW bought across all delivery periods
- sell: minimum MW sold across all delivery periods
maxVolume
- buy: maximum MW bought across all delivery periods
- sell: maximum MW sold across all delivery periods
blockVolumes: List of MWh buy and sell volumes for a period of the day.
volumes: List of MW buy and sell volumes per delivery period
get/api/v2/Auction/Volumes/ByAreas
Query parameters
market'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3' required
areasstring required
Comma-separated list of areas (e.g., NO1, NO2). Supported: SE(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,UK,TEL,BG
datestring date required
Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15
Response
OK