---
title: "Forecast Demand 7D"
method: GET
path: "/gb/national-grid/forecasts/demand-7d"
tags: ["NESO"]
---

# Forecast Demand 7D

`GET /gb/national-grid/forecasts/demand-7d`

This dataset contains national electricity demand forecast for 7 days ahead as well as all historic 7 day ahead demand forecasts. The forecast assist the industry to make efficient decisions in balancing their supply and demand positions.

## Query parameters

- `forecast_date_from` string, date, required
- `forecast_date_to` string, date, required
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` SevenDayAheadDemandForecast[], required
    - `daysAhead` integer, required
    - `targetDate` string, date, required
    - `forecastDemand` integer, required
    - `cardinalPoint` string, required
    - `cpType` string, required
    - `cpStTime` string, required
    - `cpEndTime` string, required
    - `fPoint` string, required
    - `forecastDate` string, date, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
