Capacity Market Auction Static Data
Static data published following each Capacity Market Auction
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=784fa703-1460-42cd-a8bb-fba4dcabac8d&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "784fa703-1460-42cd-a8bb-fba4dcabac8d" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '784fa703-1460-42cd-a8bb-fba4dcabac8d', // 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=784fa703-1460-42cd-a8bb-fba4dcabac8d&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Auction Name
| Title | Auction Name |
|---|---|
| Type | string |
| Description | Name of Capacity Market Auction |
| Comment | |
| Example | Capacity Market Register 2027-28 (T-4) |
| Unit |
Clearing Price (£kW/year)
| Title | Clearing Price (£kW/year) |
|---|---|
| Type | number |
| Description | Clearing price of the auction |
| Comment | |
| Example | 25.00 |
| Unit | £ |
Base Period for the Agreement
| Title | Base Period for the Agreement |
|---|---|
| Type | string |
| Description | Base period for calculating capacity payments |
| Comment | |
| Example | 01/10/2014 - 30/04/2015 |
| Unit |
Total Volume of Agreements Awarded
| Title | Total Volume of Agreements Awarded |
|---|---|
| Type | number |
| Description | Aggregate volume of Capacity Agreements Awarded (MW), rounded to 3 decimal places |
| Comment | |
| Example | 2037-03-24 |
| Unit | MW |
Termination Fee 1 Rate
| Title | Termination Fee 1 Rate |
|---|---|
| Type | string |
| Description | Termination Fee Rate |
| Comment | |
| Example | £5000.00 /MW |
| Unit | £ per MW |
Termination Fee 2 Rate
| Title | Termination Fee 2 Rate |
|---|---|
| Type | string |
| Description | Termination Fee Rate |
| Comment | |
| Example | £25000.00 /MW |
| Unit | £ per MW |
Termination Fee 3 Rate
| Title | Termination Fee 3 Rate |
|---|---|
| Type | string |
| Description | Termination Fee Rate |
| Comment | |
| Example | £10000.00 /MW |
| Unit | £ per MW |
Termination Fee 4 Rate
| Title | Termination Fee 4 Rate |
|---|---|
| Type | string |
| Description | Termination Fee Rate |
| Comment | |
| Example | £15000.00 /MW |
| Unit | £ per MW |
Termination Fee 5 Rate
| Title | Termination Fee 5 Rate |
|---|---|
| Type | string |
| Description | Termination Fee Rate |
| Comment | |
| Example | £35000.00 /MW |
| Unit | £ per MW |
Annual Penalty Cap
| Title | Annual Penalty Cap |
|---|---|
| Type | number |
| Description | Annual Penalty Cap |
| Comment | |
| Example | 100% |
| Unit | % |
Monthly Penalty Cap
| Title | Monthly Penalty Cap |
|---|---|
| Type | number |
| Description | Monthly Penalty Cap |
| Comment | |
| Example | 200% |
| Unit | % |