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
- 200
- 400
- 401
List of market prices.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
page int32
limit int32
totalRecords int32
hasNextPage boolean
hasPreviousPage boolean
items object[]
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
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"startTimestamp": "2025-05-28T10:55:51.215Z",
"endTimestamp": "2025-05-28T10:55:51.215Z",
"originalPriceUnit": "string",
"originalPrice": 0,
"convertedPriceUnit": "string",
"convertedPrice": 0,
"currency": "string",
"convertedCurrency": "string",
"exchangeRateDate": "2025-05-28T10:55:51.215Z",
"biddingZone": "string",
"localStartTimestamp": "2025-05-28T10:55:51.215Z",
"localEndTimestamp": "2025-05-28T10:55:51.215Z",
"source": "string"
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...