IDA indices - monthly
GET https://isot.okte.sk/api/v1/ida/indices/monthly
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/monthly?deliveryDayFrom=2024-07-01&deliveryDayTo=2024-07-01[
{
"auction": "SUM",
"publicationStatus": "notPublished",
"base": {
"price": 90.0,
"change": -7.22
},
"offPeak": {
"price": 108.0,
"change": -14.96
},
"peak": {
"price": 72.0,
"change": 10.77
},
"deliveryDay": "2024-07-01",
"deliveryDayStart": "2024-07-01",
"deliveryDayEnd": "2024-07-31"
},
{
"auction": "IDA1",
"publicationStatus": "final",
"base": {
"price": 97.0,
"change": 10.23
},
"offPeak": {
"price": 115.0,
"change": 9.52
},
"peak": {
"price": 76.0,
"change": 11.76
},
"deliveryDay": "2024-07-01",
"deliveryDayStart": "2024-07-01",
"deliveryDayEnd": "2024-07-31"
},
{
"auction": "IDA2",
"publicationStatus": "final",
"base": {
"price": 80.0,
"change": -19.19
},
"offPeak": {
"price": 93.0,
"change": -30.6
},
"peak": {
"price": 65.0,
"change": 8.33
},
"deliveryDay": "2024-07-01",
"deliveryDayStart": "2024-07-01",
"deliveryDayEnd": "2024-07-31"
},
{
"auction": "IDA3",
"publicationStatus": "final",
"base": {
"price": 108.0,
"change": -13.6
},
"offPeak": {
"price": 162.0,
"change": -28.32
},
"peak": {
"price": 80.0,
"change": 8.11
},
"deliveryDay": "2024-07-01",
"deliveryDayStart": "2024-07-01",
"deliveryDayEnd": "2024-07-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 | Status of results publication | 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 |