v1
latestOpenAPI 3.0.42026-07-233182951.4 MBIndicative Imbalance Settlement
Settlement calculation summary (ISPSTACK, DISEBSP, MID, NETBSAD)
Returns the settlement calculation summary for the requested settlement period. Data is derived from the following datasets: ISPSTACK, DISEBSP, MID, NETBSAD
In JSON format, decimal values are returned as strings to avoid loss of precision.
get/balancing/settlement/summary/{settlementDate}/{settlementPeriod}
Path parameters
settlementDatestring date required
Example:2024-02-01
This must be in the format yyyy-MM-dd.
settlementPeriodinteger required
Example:1
This should be an integer from 1-50 inclusive.
Query parameters
format'json' | 'xml'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"createdDateTime": "2023-03-01T00:44:58Z",
"settlementDate": "2023-03-01",
"settlementPeriod": 1,
"startTime": "2023-03-01T00:00:00Z",
"priceDerivationCode": "N",
"systemSellPrice": 54,
"systemBuyPrice": 54,
"mainPrice": {
"cost": -53.66,
"volume": -0.994,
"value": 54
},
"marketPrice": {
"cost": -53.66,
"volume": -0.994,
"value": 54
}
}