Skip to main content

Get market prices

x-ms-visibility: "important"

Retrieve a list of all market prices

Query Parameters
    biddingZone string

    Filter by ENTSOE bidding zone.

    currency string

    Return the results in the specified currency. Default: 'EUR'

    from date-time

    Start timestamp for the period to be fetched. Default: 7 days ago.

    to date-time

    End timestamp for the period to be fetched. Default: Now.

    page int32

    Page to be fetched. Default: 1

    limit int32

    Limit (No. of records per page). Max value: 100. Default: 100.

    sortKey string

    Field to be used for sorting. Default: startTimestamp

    sortDescending boolean

    Set to 'true' to sort descending based on sort key. Default: 'false'

Responses

List of market prices.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • startTimestamp date-time
    endTimestamp date-time
    originalPriceUnit string
    originalPrice double
    convertedPriceUnit string
    convertedPrice double
    currency string
    convertedCurrency string
    exchangeRateDate date-time
    biddingZone string
    localStartTimestamp date-time
    localEndTimestamp date-time
    source string
  • ]
Loading...