BSAD Forward Contracts 2020-21
This is the data for the financial year 2020-21
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=5d0f2119-1ba6-4d7d-8db5-ea4e23720aa9&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "5d0f2119-1ba6-4d7d-8db5-ea4e23720aa9" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '5d0f2119-1ba6-4d7d-8db5-ea4e23720aa9', // 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=5d0f2119-1ba6-4d7d-8db5-ea4e23720aa9&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
Title | Date |
---|---|
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 | 01/04/2018 |
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 | 5 |
Unit |
BCA (£)
Title | BCA (£) |
---|---|
Type | integer |
Description | Net Buy Price Cost Adjustment |
Comment | |
Example | 0 |
Unit | £ |
BSA (MWh)
Title | BSA (MWh) |
---|---|
Type | integer |
Description | Gross Volume Purchased (Trades) |
Comment | |
Example | 120 |
Unit | MWh |
BVA (MWh)
Title | BVA (MWh) |
---|---|
Type | integer |
Description | Net Buy Price Volume Adjustment |
Comment | |
Example | 100 |
Unit | MWh |
SCA (£)
Title | SCA (£) |
---|---|
Type | integer |
Description | Net Sell Price Cost Adjustment |
Comment | |
Example | 50 |
Unit | £ |
SSA (MWh)
Title | SSA (MWh) |
---|---|
Type | integer |
Description | Gross Volume Sold (Trades) |
Comment | |
Example | 50 |
Unit | MWh |
SVA (MWh)
Title | SVA (MWh) |
---|---|
Type | integer |
Description | Net Sell Price Volume Adjustment |
Comment | |
Example | 300 |
Unit | MWh |