---
title: "Initial National Demand outturn per day (INDOD)"
method: GET
path: "/demand/outturn/daily"
tags: ["Demand"]
---

# Initial National Demand outturn per day (INDOD)

`GET /demand/outturn/daily`

This endpoint provides initial National Demand outturn data per day. The total daily energy volume is the total
demand volume for the previous day expressed on an initial National Demand outturn (INDO) basis, i.e. excluding
station transformer, pumping and interconnector export demand. It is calculated from summing the half hourly
INDO demands (divided by two to convert to MWh).
            
If no date window is chosen, the search will default to results from the last 31 days.

This API endpoint has a maximum range of 2 years (731 days).

## Query parameters

- `settlementDateFrom` string, date
- `settlementDateTo` string, date
- `format` 'json' | 'xml' | 'csv'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesResponseWithMetadata1InsightsApiModelsResponsesDemandOutturnIndodRow
  - `data` InsightsApiModelsResponsesDemandOutturnIndodRow[], nullable
    - `publishTime` string, date-time
    - `settlementDate` string, date
    - `demand` integer, 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/revisions/d94e9edb295e/schema)
