Skip Rate - Summary
This is the summary skip rate and skipped volume data for each 30min period for each stage of exclusion described in the LCP methodology.
We endeavour to publish these datasets by 17:00 on business working days.
19/12/2024: in the data published today, we have corrected the handling of an edge case and updated the previous days’ data to reflect this change.
15/05/2025: We have reissued all published datasets to correct inconsistencies caused by treatment of marginal units and where accepted volume > feasible available volume. Further information about this can be found in the slides & recordings from the Skip Rate Forum on 1st May on the skip rate page of our website.
18/11/2025: We have reissued all published datasets to correct a bug that affected the exclusion of long notice units. This is to ensure consistency of published metrics, and doesn't effect a change of the skip rates methodology.
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=1af3f1f8-315c-4a99-8927-c021294262f5&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "1af3f1f8-315c-4a99-8927-c021294262f5" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '1af3f1f8-315c-4a99-8927-c021294262f5', // 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=1af3f1f8-315c-4a99-8927-c021294262f5&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
settlement_period_start
| Title | Date |
|---|---|
| Type | datetime |
| Description | Datetime slice at 30min intervals. |
| Comment | |
| Example | 2024-10-11T23:55:00Z |
| Unit | DateTime UTC |
stage
| Title | Stage |
|---|---|
| Type | integer |
| Description | Stage number as described in LCP skip rate methodology |
| Comment | This number relates to the Skip rate methodology, and describes the skip volume and rate after that stage of exclusions |
| Example | 5 |
| Unit | Number |
bm_skip_rate_offers_percent
| Title | All BM Skip Rate Offers % |
|---|---|
| Type | number |
| Description | A measure of avoidable skips for offers, taking into consideration all balancing mechanism actions we could have taken over the relevant period. |
| Comment | |
| Example | 20 |
| Unit | Percentage |
bm_total_volume_skipped_offers_MWh
| Title | All BM Total Volume Skipped Offers MWh |
|---|---|
| Type | number |
| Description | The volume skipped for offers that relates the BM skips. |
| Comment | |
| Example | 50 |
| Unit | MWh |
post_system_action_skip_rate_offers_percent
| Title | Post System Action Skip Rate Offers % |
|---|---|
| Type | number |
| Description | A more targeted measure of avoidable skips for offers, not in context of all actions taken at the time. The occurrence of these skips is far less the BM Skips. |
| Comment | |
| Example | 30 |
| Unit | Percentage |
post_system_action_total_volume_skipped_offers_MWh
| Title | Post System Action Total Volume Skipped Offers MWh |
|---|---|
| Type | number |
| Description | The volume skipped for offers that relates the Post System Action Skip Rate |
| Comment | |
| Example | 100 |
| Unit | MWh |
bm_skip_rate_bids_percent
| Title | All BM Skip Rate Bids % |
|---|---|
| Type | number |
| Description | A measure of avoidable skips for bids, taking into consideration all balancing mechanism actions we could have taken over the relevant period. |
| Comment | |
| Example | 20 |
| Unit | Percentage |
bm_total_volume_skipped_bids_MWh
| Title | All BM Total Volume Skipped Bids MWh |
|---|---|
| Type | number |
| Description | The volume skipped for bids that relates the BM skips |
| Comment | |
| Example | 50 |
| Unit | MWh |
post_system_action_skip_rate_bids_percent
| Title | Post System Action Skip Rate Bids % |
|---|---|
| Type | number |
| Description | A more targeted measure of avoidable skips for bids, not in context of all actions taken at the time. The occurrence of these skips is far less the BM Skips. |
| Comment | |
| Example | 30 |
| Unit | Percentage |
post_system_action_total_volume_skipped_bids_MWh
| Title | Post System Action Total Volume Skipped Bids MWh |
|---|---|
| Type | number |
| Description | The volume skipped for bids that relates the Post System Action Skip Rate. |
| Comment | |
| Example | 100 |
| Unit | MWh |