v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Year Ahead Forecast Margin (YAFM / B0810) stream

This endpoint provides year-ahead forecast margin data.

A year-ahead forecast margin is defined as the difference between yearly forecast of available generation capacity and yearly forecast of total load, taking into account the forecast of total generation capacity, forecast of availability of generation and forecast of reserves contracted for system services.

This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.

get/datasets/YAFM/stream

Query parameters

publishDateTimeFromstring date-time required
Example:2021-06-01T00:00Z
publishDateTimeTostring date-time required
Example:2022-07-25T00:00Z

Response

Data retrieved

datasetstring nullable
documentIdstring nullable
documentRevisionNumberinteger
publishTimestring date-time
businessTypestring nullable
yearinteger
quantitynumber double

Example response

[
  {
    "dataset": "YAFM",
    "documentId": "NGET-EMFIP-YAFM-00687705",
    "documentRevisionNumber": 1,
    "publishTime": "2023-07-12 05:00:00Z",
    "businessType": "Positive forecast margin",
    "year": 2023,
    "quantity": 1.08
  }
]