records
Available balancing energy prices per quarter hour in Belgium (Historical data as of 22/05/2024)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods153",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods153"
}
] - "definitions":{
- "ods153":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods153_records"
}
}
} - "records":
} - "properties":
- "ods153_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "upwardavailablereservesharingprice":,{
- "type":"number",
- "title":"Reserve sharing +",
- "description":"Highest price of the available upward (import) capacity from emergency support contracts with neighboring transmission system operators.",
- "unit":"€/MWh"
} - "upwardavailableafrrprice":,{
- "type":"number",
- "title":"aFRR +",
- "description":"Price of the available upward aFRR energy bids in the Belgian LFC area. Pre-Picasso: volume-weighted average bid price, Post-Picasso: highest bid price",
- "unit":"€/MWh"
} - "upwardavailablemfrrprice":,{
- "type":"number",
- "title":"mFRR +",
- "description":"Highest price of the available upward mFRR energy bids.",
- "unit":"€/MWh"
} - "downwardavailablereservesharingprice":,{
- "type":"number",
- "title":"Reserve sharing -",
- "description":"Lowest price of the available downward (export) capacity from emergency support contracts with neighboring transmission system operators.",
- "unit":"€/MWh"
} - "downwardavailableafrrprice":,{
- "type":"number",
- "title":"aFRR -",
- "description":"Price of the available downward aFRR energy bids in the Belgian LFC area. Pre-Picasso: volume-weighted average bid price, Post-Picasso: lowest bid price",
- "unit":"€/MWh"
} - "downwardavailablemfrrprice":{
- "type":"number",
- "title":"mFRR -",
- "description":"Lowest price of the available downward mFRR energy bids.",
- "unit":"€/MWh"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods153":
}