---
title: "Historic view of the latest forecasted wind generation (WINDFOR) stream"
method: GET
path: "/forecast/generation/wind/latest/stream"
tags: ["Generation Forecast"]
---

# Historic view of the latest forecasted wind generation (WINDFOR) stream

`GET /forecast/generation/wind/latest/stream`

This endpoint provides the latest wind generation forecast data.
This provides wind generation forecast for wind farms which are visible to the ESO and have operational metering.
Updated data is published by NGESO up to 8 times a day at 03:30, 05:30, 08:30, 10:30, 12:30, 16:30, 19:30 and 23:30.
Results are filtered by a range of DateTime parameters.
This endpoint has an optimised JSON payload and is aimed at frequent requests for the wind generation forecast data.

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required

## Response `200`

OK

- InsightsApiModelsServiceWindGenerationForecastRow[]
  - `publishTime` string, date-time, nullable
  - `startTime` string, date-time
  - `settlementDate` string, date
  - `settlementPeriod` integer
  - `generation` integer, nullable

---

[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)
