DFS Utilisation Report
Details of DFS bid assessment for Live and Test Events. The NESO will endeavour to update this resource within one hour of bid submission gate closure.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
Query example (first 5 results) |
---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=ed7019b0-32b7-425c-a2fb-5ba9e32733fb&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "ed7019b0-32b7-425c-a2fb-5ba9e32733fb" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'ed7019b0-32b7-425c-a2fb-5ba9e32733fb', // the resource id limit: 5 // get 5 results }; $.ajax({ url: 'https://api.neso.energy/api/3/action/datastore_search', data: data, dataType: 'jsonp', success: function(data) { alert('Total results found: ' + data.result.total) } });
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=ed7019b0-32b7-425c-a2fb-5ba9e32733fb&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Delivery Date
Title | Delivery Date |
---|---|
Type | date |
Description | Date of DFS Event. |
Comment | |
Example | 2023-12-31 |
Unit | N/A |
Registered DFS Participant
Title | Registered DFS Participant |
---|---|
Type | string |
Description | Name of the Registered DFS Participant. |
Comment | |
Example | ABCLimited |
Unit | N/A |
DFS Unit ID
Title | DFS Unit ID |
---|---|
Type | string |
Description | Unit ID for Registered DFS Participant. |
Comment | |
Example | ABC-01 |
Unit | N/A |
DFS Volume MW
Title | DFS Volume MW |
---|---|
Type | number |
Description | DFS volume tendered for service window. |
Comment | |
Example | 10 |
Unit | MW |
From
Title | From |
---|---|
Type | string |
Description | DFS service window start time. |
Comment | GMT |
Example | 17:00 |
Unit | HH:MM |
To
Title | To |
---|---|
Type | string |
Description | DFS service window end time. |
Comment | GMT |
Example | 17:30 |
Unit | HH:MM |
Service Requirement Type
Title | Service Requirement Type |
---|---|
Type | string |
Description | Indicating a Live or Test DFS Event. |
Comment | |
Example | Live |
Unit | N/A |
Despatch Time
Title | Despatch Time |
---|---|
Type | string |
Description | Time at which DFS Service Requirement was issued: Day-Ahead, Within-Day AM or Within-Day PM. |
Comment | |
Example | Day-Ahead |
Unit | N/A |
Utilisation Price GBP per MWh
Title | Utilisation Price GBP per MWh |
---|---|
Type | integer |
Description | Tendered utilisation price for service window. |
Comment | |
Example | 1000 |
Unit | £/MWh |
Status
Title | Status of Bid |
---|---|
Type | string |
Description | Status of DFS Bid: Accepted or Rejected |
Comment | |
Example | Accepted |
Unit | N/A |
North Scotland
Title | North Scotland |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
South and Central Scotland
Title | South and Central Scotland |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
North East England
Title | North East England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
North West England
Title | North West England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
Yorkshire
Title | Yorkshire |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
East Midlands
Title | East Midlands |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
West Midlands
Title | West Midlands |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
London
Title | London |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
East England
Title | East England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
South East England
Title | South East England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
South West England
Title | South West England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
Southern England
Title | Southern England |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
North Wales, Merseyside and Cheshire
Title | North Wales, Merseyside and Cheshire |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
South Wales
Title | South Wales |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
Other
Title | Other |
---|---|
Type | number |
Description | DFS volume tendered for service window and GSP. |
Comment | |
Example | 2 |
Unit | MW |
Total
Title | Total |
---|---|
Type | number |
Description | Total DFS volume tendered for service window and all GSPs. |
Comment | |
Example | 10 |
Unit | MW |