Static Firm Frequency Response Auction Results
Static Firm Frequency Response Auction Results
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=76bc5d39-c39f-490b-984e-58eb8ff296ef&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "76bc5d39-c39f-490b-984e-58eb8ff296ef" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '76bc5d39-c39f-490b-984e-58eb8ff296ef', // 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=76bc5d39-c39f-490b-984e-58eb8ff296ef&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
| Title | EFA date |
|---|---|
| Type | date |
| Description | Electricity Forward Agreement Date of Delivery |
| Comment | |
| Example | 2023-01-23 |
| Unit | ISO 8601 |
Provider
| Title | Provider |
|---|---|
| Type | string |
| Description | Provider who participates in the auction |
| Comment | |
| Example | ABC Energy Co. |
| Unit | N/A |
Unit
| Title | Unit Name |
|---|---|
| Type | string |
| Description | Unit to be delivering service if awarded |
| Comment | |
| Example | AG-BBB22 |
| Unit | N/A |
Delivery Start
| Title | Start of Delivery for EFA |
|---|---|
| Type | datetime |
| Description | Start of Delivery for EFA when participating unit will be delivering service |
| Comment | |
| Example | 30/01/2023 07:00 |
| Unit | ISO-8601 |
Delivery End
| Title | End of Delivery for EFA |
|---|---|
| Type | datetime |
| Description | End of Delivery for EFA when participating unit will be delivering service |
| Comment | |
| Example | 31/01/2023 03:00 |
| Unit | ISO-8601 |
EFA
| Title | Electricity Forward Agreement |
|---|---|
| Type | integer |
| Description | Electricity Forward Agreement (6 EFA blocks in 24h window) with first EFA block starting at 23:00 |
| Comment | |
| Example | |
| Unit | N/A |
Service
| Title | SFFR |
|---|---|
| Type | string |
| Description | Static Firm Frequency Response |
| Comment | |
| Example | |
| Unit | N/A |
Status
| Title | Accepted or Rejected |
|---|---|
| Type | string |
| Description | Each bid will have a status of whether it is accepted or rejected depending on how auction algorithm cleared |
| Comment | |
| Example | Accepted |
| Unit | N/A |
Volume
| Title | Offered Volume |
|---|---|
| Type | number |
| Description | Volume Offered per each unit |
| Comment | |
| Example | 10 |
| Unit | MW |
Accepted Volume
| Title | Accepted Volume |
|---|---|
| Type | number |
| Description | Volume offered per each unit |
| Comment | |
| Example | 10 |
| Unit | MW |
Price
| Title | Offered Price |
|---|---|
| Type | number |
| Description | Price that was offered per each unit |
| Comment | |
| Example | 4.25 |
| Unit | £/MWh |
Clearing Price
| Title | Clearing Price for given EFA |
|---|---|
| Type | number |
| Description | Price paid for all accepted unit for all awarded contracts. |
| Comment | |
| Example | 11.25 |
| Unit | £/MWh |
Technology Type
| Title | Technology Type |
|---|---|
| Type | string |
| Description | Technology type |
| Comment | |
| Example | Battery |
| Unit | N/A |
Location
| Title | Unit Location |
|---|---|
| Type | string |
| Description | Post code of where unit is located |
| Comment | |
| Example | W3 5MM |
| Unit | N/A |
Rank
| Title | A random rank for every bid |
|---|---|
| Type | integer |
| Description | Before auction is run every bid will get randomly selected bid in case of cluster bids |
| Comment | |
| Example | 1 |
| Unit | N/A |