Market Information Results 2020
ODFM price, volume and assessment decision data for 2020. Every week if ODFM is enacted, the prices, volumes and assessment decision and the instruction duration is shared for each assessment decision. If ODFM is not enacted the prices and volumes of all the units that were available for that week are shared. Each new week will be appended to the end of this file.
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=cfd349e9-7f36-480d-abb5-a740d8a6ea16&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "cfd349e9-7f36-480d-abb5-a740d8a6ea16" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: 'cfd349e9-7f36-480d-abb5-a740d8a6ea16', // 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=cfd349e9-7f36-480d-abb5-a740d8a6ea16&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Unique ID
Title | Unique ID |
---|---|
Type | any |
Description | The ID for the submitted bid in the auction |
Comment | |
Example | dd.mm.yyyy ODFM01-01 |
Unit |
Contracted Unit ID
Title | Contracted Unit ID |
---|---|
Type | any |
Description | The unique identifier for the specific unit bidding into the market |
Comment | ODFM01-01 |
Example | |
Unit |
Applicant/Agent
Title | Applicant Agent |
---|---|
Type | any |
Description | The name of the provider who has submitted the bid |
Comment | Company Name ABC |
Example | |
Unit |
Price (£/MW/hr)
Title | Price (£/MW/hr) |
---|---|
Type | number |
Description | The price for the provision of the service |
Comment | |
Example | 7.9 |
Unit | £/MW/hr |
Allocated Registered Service Volume (MW)
Title | Allocated Registered Service Volume (MW) |
---|---|
Type | number |
Description | The total capacity of the bidding unit |
Comment | |
Example | 10.25 |
Unit | MW |
Technology type
Title | Technolgy Type |
---|---|
Type | any |
Description | The type of unit bidding in |
Comment | |
Example | Wind |
Unit |
Start time (BST)
Title | Start Time (BST) |
---|---|
Type | datetime |
Description | The time from which delivery of ODFM commenced |
Comment | |
Example | 22:30 |
Unit | hh:mm |
Start date
Title | Start Date |
---|---|
Type | datetime |
Description | The date from which delivery of ODFM commenced |
Comment | |
Example | 01.01.2020 |
Unit | dd.mm.yyyy |
Cease time (BST)
Title | Cease Time (BST) |
---|---|
Type | datetime |
Description | The time from which delivery of ODFM ended |
Comment | |
Example | 23:30 |
Unit | hh:mm |
Cease Date
Title | Cease Date |
---|---|
Type | datetime |
Description | The date from which delivery of ODFM ended |
Comment | |
Example | 01.01.2020 |
Unit | dd.mm.yyyy |
GSP
Title | GSP |
---|---|
Type | string |
Description | Grid Supply Point |
Comment | |
Example | Indian Quees |
Unit |
DNO
Title | DNO |
---|---|
Type | string |
Description | Distribution Network Operator |
Comment | |
Example | Western Power Distribution |
Unit |
Accept/Reject
Title | Accept/Reject |
---|---|
Type | string |
Description | Was the bid accepted or rejected |
Comment | |
Example | Accepted |
Unit |
Reasons
Title | Reasons |
---|---|
Type | any |
Description | Reason code for the acceptance or rejection of a bid |
Comment | 4 |
Example | |
Unit |
Date
Title | Date |
---|---|
Type | datetime |
Description | Date the bid was made for |
Comment | |
Example | 2021-04-30T00:00:00 |
Unit |