Aggregated BSAD 2016-17
This is the data for financial year 2016-17.
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=15950c77-8f7d-4d12-8f29-25eaab6a5155&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "15950c77-8f7d-4d12-8f29-25eaab6a5155" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '15950c77-8f7d-4d12-8f29-25eaab6a5155', // 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=15950c77-8f7d-4d12-8f29-25eaab6a5155&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
Title | Date of balancing service adjustments |
---|---|
Type | date |
Description | Date and time at which balancing service adjustments occurred. Given in (Coordinated Universal Time) UTC or UTC+1 during British Summer Time. |
Comment | |
Example | 30/09/2016 |
Unit |
Settlement Period
Title | Settlement Period |
---|---|
Type | integer |
Description | The half hourly period at which balancing service adjustments occurred. Settlement period 1 runs from 00:00-00:30. |
Comment | |
Example | 10 |
Unit |
EBCA (£)
Title | Energy Buy Cost Adjustment |
---|---|
Type | number |
Description | Net Buy Price Cost Adjustment (Energy) |
Comment | |
Example | 00:00:00 |
Unit | £ |
EBVA (MWh)
Title | Energy Buy Volume Adjustment |
---|---|
Type | integer |
Description | Net Buy Price Volume (Energy) |
Comment | |
Example | 0 |
Unit | MWh |
SBVA (MWh)
Title | Energy Sell Cost Adjustment |
---|---|
Type | integer |
Description | Net Sell Price Cost Adjustment (Energy) |
Comment | |
Example | 0 |
Unit | £ |
BPA (£/MWh)
Title | Energy Sell Volume Adjustment |
---|---|
Type | integer |
Description | Net Sell Price Volume Adjustment (Energy) |
Comment | |
Example | 0 |
Unit | MWh |
ESCA (£)
Title | System Buy Volume Adjustment |
---|---|
Type | integer |
Description | Net Buy Price Volume Adjustment (System) |
Comment | |
Example | 0 |
Unit | MWh |
ESVA (MWh)
Title | System Sell Volume Adjustment |
---|---|
Type | integer |
Description | Net Sell Price Volume Adjustment (System) |
Comment | |
Example | 0 |
Unit | MWh |
SSVA (MWh)
Title | Buy Price Adjuster |
---|---|
Type | integer |
Description | Buy Price Adjuster |
Comment | |
Example | 0 |
Unit | £/MWh |
SPA (£/MWh)
Title | Sell Price Adjuster |
---|---|
Type | integer |
Description | Sell Price Adjuster |
Comment | |
Example | 0 |
Unit | £/MWh |