Daily BSUoS Forecast 2021-22
The Electricity System Operator (ESO) publishes historic and future Balancing Services Use of System (BSUoS) charge forecast for the financial year.
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=25e4acc4-e1b3-48f5-af8c-8d6f84291791&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "25e4acc4-e1b3-48f5-af8c-8d6f84291791" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '25e4acc4-e1b3-48f5-af8c-8d6f84291791', // 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=25e4acc4-e1b3-48f5-af8c-8d6f84291791&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
Title | Date |
---|---|
Type | date |
Description | Date for historic outurn and day ahead forecast. Given in (Coordinated Universal Time) UTC or UTC+1 during British Summer Time. |
Comment | |
Example | 01-Apr-19 |
Unit |
SP
Title | Settlement Period |
---|---|
Type | number |
Description | The half hourly period at which balancing service use of system occurred. Settlement period 1 runs from 00:00-00:30. |
Comment | On the first day of BST when clock change happens there will be 46 half hours (SP's) in the day. Similarly the first day of GMT will have 50 half hours as the clock goes back 1 hour at 2am. |
Example | 15 |
Unit | Number |
BSUoS £/MWh
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
Half hourly cost £
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
Half hourly volume MWh
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |