Historic Demand Data 2025
Historic electricity demand, interconnector, wind and solar outturn data for 2025. Please find a brief summary of some of the columns in the dataset:
ND = National Demand is the sum of metered generation, but excludes generation required to meet station load, hydro storage pumping and interconnector exports
TSD = Transmission System Demand is equal to the ND plus the additional generation required to meet station load, pump storage pumping and interconnector exports
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=b2bde559-3455-4021-b179-dfe60c0337b0&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "b2bde559-3455-4021-b179-dfe60c0337b0" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'b2bde559-3455-4021-b179-dfe60c0337b0', // 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=b2bde559-3455-4021-b179-dfe60c0337b0&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
SETTLEMENT_DATE
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
SETTLEMENT_PERIOD
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
ND
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
TSD
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
ENGLAND_WALES_DEMAND
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
EMBEDDED_WIND_GENERATION
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
EMBEDDED_WIND_CAPACITY
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
EMBEDDED_SOLAR_GENERATION
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
EMBEDDED_SOLAR_CAPACITY
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
NON_BM_STOR
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
PUMP_STORAGE_PUMPING
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
SCOTTISH_TRANSFER
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
IFA_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
IFA2_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
BRITNED_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
MOYLE_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
EAST_WEST_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
NEMO_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
NSL_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
ELECLINK_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
VIKING_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |
GREENLINK_FLOW
| Title | |
|---|---|
| Type | any |
| Description | |
| Comment | |
| Example | |
| Unit |