DAM indices


GET https://isot.okte.sk/api/v1/dam/indices

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?deliveryDayFrom=2020-01-01&deliveryDayTo=2020-01-02[
  {
    "cz": {
      "base": {
        "price": 32.12,
        "change": 10.26
      },
      "offPeak": {
        "price": 30.92,
        "change": 40.55
      },
      "peak": {
        "price": 33.33,
        "change": -8.08
      }
    },
    "hu": {
      "base": {
        "price": 32.14,
        "change": 1.97
      },
      "offPeak": {
        "price": 30.95,
        "change": 19.5
      },
      "peak": {
        "price": 33.33,
        "change": -10.26
      }
    },
    "ro": {
      "base": {
        "price": 29.42,
        "change": -6.66
      },
      "offPeak": {
        "price": 30.95,
        "change": 19.5
      },
      "peak": {
        "price": 27.9,
        "change": -24.88
      }
    },
    "publicationStatus": "final",
    "base": {
      "price": 32.12,
      "change": 10.26
    },
    "offPeak": {
      "price": 30.92,
      "change": 40.55
    },
    "peak": {
      "price": 33.33,
      "change": -8.08
    },
    "deliveryDay": "2020-01-01"
  },
  {
    "cz": {
      "base": {
        "price": 42.63,
        "change": 32.72
      },
      "offPeak": {
        "price": 34.43,
        "change": 11.35
      },
      "peak": {
        "price": 50.83,
        "change": 52.51
      }
    },
    "hu": {
      "base": {
        "price": 50.43,
        "change": 56.91
      },
      "offPeak": {
        "price": 41.31,
        "change": 33.47
      },
      "peak": {
        "price": 59.54,
        "change": 78.64
      }
    },
    "ro": {
      "base": {
        "price": 44.28,
        "change": 50.51
      },
      "offPeak": {
        "price": 39.58,
        "change": 27.88
      },
      "peak": {
        "price": 48.97,
        "change": 75.52
      }
    },
    "publicationStatus": "final",
    "base": {
      "price": 42.63,
      "change": 32.72
    },
    "offPeak": {
      "price": 34.43,
      "change": 11.35
    },
    "peak": {
      "price": 50.83,
      "change": 52.51
    },
    "deliveryDay": "2020-01-02"
  }
]

Response fields description

Field Description Format
deliveryDay Delivery day 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