IDA indices - annually
GET https://isot.okte.sk/api/v1/ida/indices/yearly
Parameters
:deliveryDayFrom required |
Date ISO 8601 Start date of selected delivery range |
---|---|
:deliveryDayTo required |
Date ISO 8601 End date of selected delivery range |
:auction |
String, Enum (IDA1, IDA2, IDA3, SUM) Auction identifier |
Example
GET https://isot.okte.sk/api/v1/ida/indices/yearly?deliveryDayFrom=2024-01-01&deliveryDayTo=2025-01-01[
{
"auction": "SUM",
"publicationStatus": "notPublished",
"base": {
"price": 112.0,
"change": null
},
"offPeak": {
"price": 109.0,
"change": null
},
"peak": {
"price": 114.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA1",
"publicationStatus": "final",
"base": {
"price": 111.0,
"change": null
},
"offPeak": {
"price": 110.0,
"change": null
},
"peak": {
"price": 110.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA2",
"publicationStatus": "final",
"base": {
"price": 108.0,
"change": null
},
"offPeak": {
"price": 103.0,
"change": null
},
"peak": {
"price": 113.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA3",
"publicationStatus": "final",
"base": {
"price": 134.0,
"change": null
},
"offPeak": {
"price": 138.0,
"change": null
},
"peak": {
"price": 132.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
}
]
Response fields description
Field | Description | Format |
deliveryDayStart | Start date of the delivery range | Date ISO 8601 |
deliveryDayEnd | End date of the delivery range | Date ISO 8601 |
auction | Auction identifier | String, enum (IDA1, IDA2, IDA3, SUM) |
publicationStatus | Publication status | String, Enum (preliminary, final) |
base | Base load index (0:00 - 24:00) | Index |
offPeak | OffPeak load index (0:00 - 8:00, 20:00 - 24:00) | Index |
peak | Peak load index (8:00 - 20:00) | Index |
Index | ||
change | Change compared to previous index price (percentage) | Float number |
price |
Price in € | Float number |