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": 105.0,
"change": null
},
"offPeak": {
"price": 106.0,
"change": null
},
"peak": {
"price": 103.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA1",
"publicationStatus": "final",
"base": {
"price": 104.0,
"change": null
},
"offPeak": {
"price": 109.0,
"change": null
},
"peak": {
"price": 99.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA2",
"publicationStatus": "final",
"base": {
"price": 100.0,
"change": null
},
"offPeak": {
"price": 99.0,
"change": null
},
"peak": {
"price": 101.0,
"change": null
},
"deliveryDay": "2024-01-01",
"deliveryDayStart": "2024-01-01",
"deliveryDayEnd": "2024-12-31"
},
{
"auction": "IDA3",
"publicationStatus": "final",
"base": {
"price": 128.0,
"change": null
},
"offPeak": {
"price": 134.0,
"change": null
},
"peak": {
"price": 125.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 |