IDA indices
GET https://isot.okte.sk/api/v1/ida/indices
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?deliveryDayFrom=2024-07-01&deliveryDayTo=2024-07-01[
{
"auction": "SUM",
"publicationStatus": "notPublished",
"base": {
"price": 156.19,
"change": 224.18
},
"offPeak": {
"price": 158.01,
"change": 107.06
},
"peak": {
"price": 154.3,
"change": 712.53
},
"deliveryDay": "2024-07-01"
},
{
"auction": "IDA1",
"publicationStatus": "final",
"base": {
"price": 153.17,
"change": 196.73
},
"offPeak": {
"price": 151.66,
"change": 83.19
},
"peak": {
"price": 154.87,
"change": 850.12
},
"deliveryDay": "2024-07-01"
},
{
"auction": "IDA2",
"publicationStatus": "final",
"base": {
"price": 151.16,
"change": 273.51
},
"offPeak": {
"price": 154.18,
"change": 140.12
},
"peak": {
"price": 147.73,
"change": 989.45
},
"deliveryDay": "2024-07-01"
},
{
"auction": "IDA3",
"publicationStatus": "final",
"base": {
"price": 188.41,
"change": 188.57
},
"offPeak": {
"price": 222.87,
"change": 98.69
},
"peak": {
"price": 171.18,
"change": 309.03
},
"deliveryDay": "2024-07-01"
}
]
Response fields description
Field | Description | Format |
deliveryDay | Delivery day | Date ISO 8601 |
auction | Auction identifier | String, Enum (IDA1, IDA2, IDA3) |
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 |