Current II BSUoS Data
Data for the Interim Initial (II) BSUoS run.
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=0eda5e28-1dc6-48da-8663-c00e12f2a1e2&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "0eda5e28-1dc6-48da-8663-c00e12f2a1e2" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '0eda5e28-1dc6-48da-8663-c00e12f2a1e2', // 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=0eda5e28-1dc6-48da-8663-c00e12f2a1e2&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Settlement Day
Title | Settlement Day |
---|---|
Type | date |
Description | The settlement date for which the BSUoS price is given. |
Comment | |
Example | 2023-04-01 |
Unit | ISO 8601 |
Settlement Period
Title | Settlement Period |
---|---|
Type | integer |
Description | The 30 min period for which the half-hourly charge has been calculated. |
Comment | |
Example | 7 |
Unit |
BSUoS Tariff (£/MWh)
Title | BSUoS Tariff (£/MWh) |
---|---|
Type | number |
Description | This is the fixed tariff for system wide balancing which is then applied to each calculation for every BSUoS customer’s charge. |
Comment | |
Example | 13.41 |
Unit | £/MWh |
BSUoS Fund Tariff (£/MWh)
Title | BSUoS Fund Tariff (£/MWh) |
---|---|
Type | number |
Description | |
Comment | |
Example | |
Unit |
Volume (MWh)
Title | Volume (MWh) |
---|---|
Type | number |
Description | The Volume will be calculated (F Divided by C) BSUoS Recovery (£)/BSUoS Tariff (£/MWh) |
Comment | |
Example | |
Unit |
BSUoS Recovery (£)
Title | BSUoS Recovery (£) |
---|---|
Type | number |
Description | |
Comment | |
Example | |
Unit |
BSUoS Fund Recovery (£)
Title | BSUoS Fund Recovery (£) |
---|---|
Type | number |
Description | |
Comment | |
Example | |
Unit |
BSUoS Total Recovery (£)
Title | BSUoS Total Recovery (£) |
---|---|
Type | number |
Description | |
Comment | |
Example | |
Unit |
Run Type
Title | Run Type |
---|---|
Type | string |
Description | This run type will be that of the dataset – either II (Interim Initial), SF (Settlement Final) or RF (Reconciliation Final). |
Comment | |
Example | |
Unit |
Actual BSUoS Cost (£)
Title | Actual BSUoS Cost (£) |
---|---|
Type | number |
Description | Actual BSUoS Cost (£) |
Comment | |
Example | |
Unit | £ |