DAM indices - annually
GET https://isot.okte.sk/api/v1/dam/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 |
Example
GET https://isot.okte.sk/api/v1/dam/indices/yearly?deliveryDayFrom=2019-01-01&deliveryDayTo=2019-01-01[
{
"cz": {
"base": {
"price": 40.21,
"change": -12.63
},
"offPeak": {
"price": 36.2,
"change": -12.21
},
"peak": {
"price": 44.22,
"change": -12.98
}
},
"hu": {
"base": {
"price": 50.36,
"change": -1.26
},
"offPeak": {
"price": 43.7,
"change": -2.1
},
"peak": {
"price": 57.01,
"change": -0.61
}
},
"ro": {
"base": {
"price": 50.37,
"change": 8.44
},
"offPeak": {
"price": 43.19,
"change": 9.36
},
"peak": {
"price": 57.56,
"change": 7.77
}
},
"publicationStatus": "final",
"base": {
"price": 41.5,
"change": -14.37
},
"offPeak": {
"price": 36.99,
"change": -12.36
},
"peak": {
"price": 46.01,
"change": -15.91
},
"deliveryDay": "2019-01-01",
"deliveryDayStart": "2019-01-01",
"deliveryDayEnd": "2019-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 |
| 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 |