DAM indices - monthly
GET https://isot.okte.sk/api/v1/dam/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 |
Example
GET https://isot.okte.sk/api/v1/dam/indices/monthly?deliveryDayFrom=2020-01-01&deliveryDayTo=2020-01-01[
{
"cz": {
"base": {
"price": 41.81,
"change": 12.17
},
"offPeak": {
"price": 35.47,
"change": 18.75
},
"peak": {
"price": 48.15,
"change": 7.77
}
},
"hu": {
"base": {
"price": 52.96,
"change": 28.92
},
"offPeak": {
"price": 45.31,
"change": 38.91
},
"peak": {
"price": 60.61,
"change": 22.33
}
},
"ro": {
"base": {
"price": 52.8,
"change": 29.13
},
"offPeak": {
"price": 45.41,
"change": 42.68
},
"peak": {
"price": 60.18,
"change": 20.49
}
},
"publicationStatus": "final",
"base": {
"price": 44.37,
"change": 14.01
},
"offPeak": {
"price": 36.51,
"change": 17.5
},
"peak": {
"price": 52.23,
"change": 11.68
},
"deliveryDay": "2020-01-01",
"deliveryDayStart": "2020-01-01",
"deliveryDayEnd": "2020-01-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 |
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 |
cz | DAM Indices for CZ area | STM Indices |
hu | DAM Indices for HU area | STM Indices |
ro | DAM Indices for RO area | STM Indices |
STM Indices | ||
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 |