v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
Auction Results

Results By Auction Id

Returns counterpart results (TSO results) and contract results (market participant own results) for the given auction id.

The auction results are available once the auction is completed and all transactions are cleared by the Clearing House in any event by no later than 16:00 CET on the auction day. From the counterpart results, the user can see at which price and quantity did Statnett buy or sell volume for each of the price area border combinations. From the contract results, the user can see their own results from the auction, how much volume did they sell or buy and for which price in each given price area they had orders in.

The EPAD auction results are available on Nord Pool's Data Portal: <a href="https://data.nordpoolgroup.com/epad-auction/auction-results"> https://data.nordpoolgroup.com/epad-auction/auction-results</a>.

Details about matching of orders can be found in the <a href="https://www.nordpoolgroup.com/4ad1ed/globalassets/download-center/epad/statnett-epad-auction---market-rules.pdf"> Statnett EPAD Auction Rules</a>.

Response field descriptions

  • auctionId: identifier of the auction

  • auctionDate: the calendar day when the auction is run. Auctions take place bi-weekly on Tuesdays every even week at 10:00 CET.

  • periodResults: auction results per each period (month, quarter, year) being auctioned in the auction

    Each period contains:

    • offeredVolume: allocated volume in MW for each border combination. It means the maximum capacity volume made available at the relevant bidding area border by Statnett.
    • periodCode: product period code containing time period - M (month), Q(quarter), or YR (year). For example, MFEB-25 is month February 2025, Q3-25 is quarter 3 2025, YR-26 is year 2026.
    • displayName: full name of the product period
    • contractResults: user own results per contract
      • contract: contract details, including
        • id: identifier of the contract
        • code: clearing house series designation code
        • area: area existing in the contract. Includes areaCode - bidding zone code, name - bidding zone code + country, locationCode - three letter code for the location, locationName - name of the location
      • buyPrice: price in EUR/MWh at which Statnett sells volume in the area defined for this contract
      • sellPrice: price in EUR/MWh at which Statnett buys volume in the area defined for this contract
      • memberResults: user own matched orders. Includes:
        • orderId: identifier of the order
        • portfolio: portfolio identifier of the portfolio to which the order belongs to
        • orderVolume: quantity of the order, in MW
        • orderPrice: price of the order, in EUR/MWh
        • side: side of the order (Buy or Sell)
        • matchedVolume - how much of the order volume was matched, in MW
        • matchedPrice - at what price the 'Matched Volume' was matched, in EUR/MWh
    • counterpartResults: counterparty (Statnett) results per contract
      • buyContract: buy contract details, including
        • id: identifier of the buy contract
        • code: clearing house series designation code
        • area: buy volume price area. Includes areaCode - bidding zone code, name - bidding zone code + country, locationCode - three letter code for the location, locationName - name of the location
      • buyVolume: volume in MW that Statnett buys in the area defined in the buy contract
      • buyPrice: price in EUR/MWh at which Statnett buys volumes in the area defined in the buy contract
      • sellContract: sell contract details, including
        • id: identifier of the sell contract
        • code: clearing house series designation code
        • area: sell volume price area. Includes areaCode - bidding zone code, name - bidding zone code + country, locationCode - three letter code for the location, locationName - name of the location
      • sellVolume: volume in MW that Statnett sells in the area defined in the sell contract
      • sellPrice: price in EUR/MWh at which Statnett sells volumes in the area defined in the sell contract
get/api/auctions/{auctionId}/results

Path parameters

auctionIdinteger required

The auction id

Response

OK

auctionIdinteger required
auctionDatestring date required