Historic II BSUoS Data 2023-2024
This file has 2023 financial year II data
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=d151c80a-f6a8-4b79-9387-1a68cd445af5&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "d151c80a-f6a8-4b79-9387-1a68cd445af5" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'd151c80a-f6a8-4b79-9387-1a68cd445af5', // 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=d151c80a-f6a8-4b79-9387-1a68cd445af5&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 | 01/04/2023 |
Unit |
Settlement Period
Title | Settlement Period |
---|---|
Type | integer |
Description | The 30 minutes period for which the half hourly charge calculated |
Comment | |
Example | 13.41 |
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 charge. |
Comment | |
Example | 13.41 |
Unit | £ |
BSUoS Fund Tariff (£/MWh)
Title | BSUoS Fund Tariff (£/MWh) |
---|---|
Type | number |
Description | This is the fixed fund tariff for system wide balancing which is then applied to each calculation for every BSUoS customer charge |
Comment | |
Example | 0.00 |
Unit | £ |
Volume (MWh)
Title | Volume (MWh) |
---|---|
Type | number |
Description | The volume will be calculated (F/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 data set- Either II (Interim initial) SF (Settlement final) RF (Reconciliation final) |
Comment | |
Example | |
Unit |
Actual BSUoS Cost(£)
Title | Actual BSUoS Cost(£) |
---|---|
Type | number |
Description | Actual BSUoS Cost(£) |
Comment | |
Example | |
Unit | £ |