v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBIntraday Contract Total Statistics
Returns total intraday contract statistics for a date.
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 the currency is EUR are included in the calculation of contract 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 contract 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. Available if data is present
- priceUnit: defines the unit for all prices. For contract total statistics, this is always EUR/MWh
- contracts: a list of contracts for this delivery day
- deliveryStart: delivery start time for the contract
- deliveryEnd: delivery end time for the contract
- isLocalContract: false if the contract is provided by XBID / SIDC, true if this contract is provided outside XBID / SIDC
- contractId: the id of the contract
- contractName: the name of the contract
- contractOpenTime: the time the contract opens for trading
- contractCloseTime: the time the contract closes for trading
- highPrice: the highest trade price observed in the contract
- lowPrice: the lowest trade price observed in the contract
- openPrice: the price of the first trade in the contract
- openTradeTime: the timestamp of the first trade for in the contract
- closePrice: the price of the last observed trade in the contract. Note that if the contract is still open, this might change
- closeTradeTime: the timestamp of the last observed trade in the contract
- averagePrice: the volume weighted average price for all trades observed in the contract
- volume: the transaction volume of the contract given in MW
- buyVolume: total buy volume in the contract across all transactions given in MW
- sellVolume: total sell volume in the contract across all transactions given in MW
- averagePriceLast3H: volume weighted average price for all trades happening within 3 hours of contract closing
- averagePriceLast1H: volume weighted average price for all trades happening within 1 hour of contact closing
For a detailed breakdown on calculation rules, see <a href="https://developers.nordpoolgroup.com/reference/how-to-calculate-intraday-contract-statistics"> this page</a>
Query parameters
Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15
Response
OK