IDA results - detail
GET https://isot.okte.sk/api/v1/ida/results/detail
Parameters
:deliveryDay required |
Date ISO 8601 Date of delivery |
---|---|
:auction required |
String, Enum (IDA1, IDA2, IDA3) Auction identifier |
Example
GET https://isot.okte.sk/api/v1/ida/results/detail?deliveryDay=2024-08-12&auction=IDA2
Response fields description
Field | Description | Format |
deliveryDay | Date of the delivery | Date ISO 8601 |
period | Delivery period (24 hour period) | Integer number |
deliveryStart | Delivery start timestamp | Date Time 8601 UTC |
deliveryEnd | Delivery end timestamp | Date Time 8601 UTC |
auction | Auction identifier | String, Enum (IDA1, IDA2, IDA3) |
publicationStatus | Status of results publication | String, Enum (preliminary, final) |
price | Price in € | Float number |
purchaseTotalVolume | Total purchase volume in MW | Float number |
purchaseSuccessfulVolume | Successful purchase volume in MW | Float number |
purchaseUnsuccessfulVolume | Unsuccessful purchase volume in MW | Float number |
saleTotalVolume | Total sale volume in MW | Float number |
saleSuccessfulVolume | Successful sale volume in MW | Float number |
saleUnsuccessfulVolume | Unsuccessful sale volume in MW | Float number |
purchaseSuccessfulCount | Count of successful purchases | Float number |
purchaseUnsuccessfulCount | Count of unsuccessful purchases | Float number |
purchaseTotalCount | Total count of requested purchases | Float number |
saleSuccessfulCount | Count of successful sales | Float number |
saleUnuccessfulCount | Count of unsuccessful sales | Float number |
saleTotalCount | Total count of requested sales | Float number |
matchingCurves | Matching curves, including import/export | Matching Curves |
Matching Curves | ||
priceDemand | Curve of price for demanded volumes | List of Price points |
priceMatchedDemand | Curve of price for matched demanded volumes | List of Price points |
priceMatchedSupply | Curve of price for matched supplied volumes | List of Price points |
priceSupply | Curve of price for supplied volumes | List of Price points |
Price point | ||
volume | Volume in MWh | Float number |
price | Price in € | Float number |