Static Firm Frequency Response Auction Buy Orders
The data contains the buy order used in daily auction for Firm Frequency Response Static.
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=f9f4b295-6de6-4379-9211-b0b2117a0c48&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "f9f4b295-6de6-4379-9211-b0b2117a0c48" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'f9f4b295-6de6-4379-9211-b0b2117a0c48', // 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=f9f4b295-6de6-4379-9211-b0b2117a0c48&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
EFA Date
Title | EFA data |
---|---|
Type | date |
Description | Date of delivery |
Comment | |
Example | 30/01/2023 |
Unit | DATE |
EFA
Title | EFA |
---|---|
Type | integer |
Description | Electricity Forward Agreement |
Comment | |
Example | 1 |
Unit |
25
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 25 |
Unit | MW |
50
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 50 |
Unit | MW |
75
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 75 |
Unit | MW |
100
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 100 |
Unit | MW |
125
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 125 |
Unit | MW |
150
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 150 |
Unit | MW |
175
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | |
Comment | The price relevant for up to this volume limit |
Example | 175 |
Unit | MW |
200
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | |
Comment | The price relevant for up to this volume limit |
Example | 200 |
Unit |
225
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | |
Comment | The price relevant for up to this volume limit |
Example | 225 |
Unit | MW |
250
Title | Volume band in MWs procured on buy curve |
---|---|
Type | number |
Description | The price relevant for up to this volume limit |
Comment | |
Example | 250 |
Unit | MW |