---
title: "Disaggregated balancing services adjustment time series (DISBSAD)"
method: GET
path: "/balancing/nonbm/disbsad/summary"
tags: ["Balancing Services Adjustment - Disaggregated"]
---

# Disaggregated balancing services adjustment time series (DISBSAD)

`GET /balancing/nonbm/disbsad/summary`

This endpoint provides disaggregated balancing services adjustment data batched by settlement period. Each
batch in the time series contains a summary of all records for that settlement period, detailing the number of
buy and sell actions, price information and volume information.

By default, the from and to parameters filter the data by start time inclusively. If the settlementPeriodFrom or
settlementPeriodTo parameters are provided, the corresponding from or to parameter instead filters on settlement
date, allowing for searching by a combination of start time and/or settlement date & settlement period.
Note: When filtering via settlement date, from/to are treated as Dates only, with the time being ignored. For
example, 2022-06-01T00:00Z and 2022-06-01T11:11Z are both treated as the settlement date 2022-06-01.
            
All Dates and DateTimes should be expressed as defined within
<a href="https://datatracker.ietf.org/doc/html/rfc3339#section-5.6" target="_blank">RFC 3339</a>.
            
Some examples of date parameter combinations are shown below.
            
Filtering from start time to start time:
            
    /balancing/nonbm/disbsad/summary?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z
            
Filtering from start time to settlement date and period:
            
    /balancing/nonbm/disbsad/summary?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodTo=1
            
Filtering from settlement date and period to start time:
            
    /balancing/nonbm/disbsad/summary?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodFrom=1
            
Filtering from settlement date and period to settlement date and period:
            
    /balancing/nonbm/disbsad/summary?from=2022-06-01T00:00Z&to=2022-07-01T00:00Z&settlementPeriodFrom=1&settlementPeriodTo=1

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `settlementPeriodFrom` integer
- `settlementPeriodTo` integer
- `format` 'json' | 'xml' | 'csv'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesResponseWithMetadata1InsightsApiModelsResponsesBalancingDisaggregatedBalancingServicesAdjustmentSummaryResponse
  - `data` InsightsApiModelsResponsesBalancingDisaggregatedBalancingServicesAdjustmentSummaryResponse[], nullable
    - `settlementDate` string, date
    - `settlementPeriod` integer
    - `startTime` string, date-time
    - `buyActionCount` integer
    - `sellActionCount` integer
    - `buyPriceMinimum` number, double, nullable
    - `buyPriceMaximum` number, double, nullable
    - `buyPriceAverage` number, double, nullable
    - `sellPriceMinimum` number, double, nullable
    - `sellPriceMaximum` number, double, nullable
    - `sellPriceAverage` number, double, nullable
    - `buyVolumeTotal` number, double, nullable
    - `sellVolumeTotal` number, double, nullable
    - `netVolume` number, double, nullable
  - `metadata` InsightsApiModelsMetadataApiResponseSourceMetadata
    - `datasets` string[], nullable

## Other responses

- `400` — Error with query parameters - see response for details
- `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)
