---
title: "Settlement calculation summary (ISPSTACK, DISEBSP, MID, NETBSAD)"
method: GET
path: "/balancing/settlement/summary/{settlementDate}/{settlementPeriod}"
tags: ["Indicative Imbalance Settlement"]
---

# Settlement calculation summary (ISPSTACK, DISEBSP, MID, NETBSAD)

`GET /balancing/settlement/summary/{settlementDate}/{settlementPeriod}`

Returns the settlement calculation summary for the requested settlement period.
Data is derived from the following datasets: ISPSTACK, DISEBSP, MID, NETBSAD
            
In JSON format, decimal values are returned as strings to avoid loss of precision.

## Path parameters

- `settlementDate` string, date, required
- `settlementPeriod` integer, required

## Query parameters

- `format` 'json' | 'xml'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesBalancingSettlementSettlementSummaryResponse
  - `createdDateTime` string, date-time
  - `settlementDate` string, date
  - `settlementPeriod` integer
  - `startTime` string, date-time, nullable
  - `adjuster` number, double, nullable
  - `priceDerivationCode` string, nullable
  - `systemSellPrice` number, double, nullable
  - `systemBuyPrice` number, double, nullable
  - `mainPrice` InsightsApiModelsResponsesBalancingSettlementSettlementSummaryPrice
    - `cost` number, double, nullable
    - `volume` number, double, nullable
    - `value` number, double, nullable
  - `marketPrice` InsightsApiModelsResponsesBalancingSettlementSettlementSummaryPrice
    - `cost` number, double, nullable
    - `volume` number, double, nullable
    - `value` number, double, nullable

## Other responses

- `400` — Error with query parameters - see response for details
- `404` — No data found for the requested parameters
- `429` — Too many requests
- `500` — Server error - please try again later

---

[API](https://skmtc.net/elexon/apis/bmrs-insights.md) · [All operations](https://skmtc.net/elexon/apis/bmrs-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elexon/bmrs-insights/versions/d94e9edb295e/schema)
