Current RF BSUoS Data
Data for the Reconciliation Final (RF) 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=26b0f410-27d4-448a-9437-45277818b838&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "26b0f410-27d4-448a-9437-45277818b838" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '26b0f410-27d4-448a-9437-45277818b838', // 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=26b0f410-27d4-448a-9437-45277818b838&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 minutes period for which half-hourly charge has been calculated |
Comment | |
Example | 2 |
Unit |
BSUoS Tariff (£/MWh)
Title | BSUoS Tariff (£/MWh) (numeric) |
---|---|
Type | number |
Description | This is the fixed tariff for settlement while balancing which is then applied to each calculation for every BSUoS customers charge. |
Comment | |
Example | 13.41 |
Unit | £/MWh |
BSUoS Fund Tariff (£/MWh)
Title | BSUoS Fund Tariff (£/MWh) |
---|---|
Type | number |
Description | The BSUoS fund tariff is 0 |
Comment | |
Example | 0 |
Unit | £/MWh |
Volume (MWh)
Title | Volume (MWh) |
---|---|
Type | number |
Description | The value will be calculated (Column F divided by C) BSUoS recovery (£) BSUoS tariff (£/MWh) |
Comment | |
Example | 7400.12 |
Unit | MWh |
BSUoS Recovery (£)
Title | BSUoS Recovery |
---|---|
Type | number |
Description | Recovering the total BSUoS cost from BSUoS customer |
Comment | |
Example | 45678.13 |
Unit | £ |
BSUoS Fund Recovery (£)
Title | BSUoS Fund Recovery |
---|---|
Type | number |
Description | Recovering the total BSUoS funds from BSUoS customer. |
Comment | |
Example | 56789.21 |
Unit | £ |
BSUoS Total Recovery ()
Title | BSUoS Total Recovery (£) |
---|---|
Type | number |
Description | The sum of half hour charges for whole day its include sum of BSUoS recovery and BSUoS fund recovery. |
Comment | |
Example | 56789.54 |
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 | SF |
Unit |
Actual BSUoS Cost (£)
Title | Actual BSUoS Cost(£) |
---|---|
Type | number |
Description | Actual BSUoS cost for whole day. |
Comment | |
Example | 54679.21 |
Unit | £ |