GET
/
entities
/
portfolio
/
{geography_id}
/
optimal
curl --request GET \
  --url https://sandbox.axle.energy/entities/portfolio/{geography_id}/optimal
{
  "timestamps": [
    "2023-11-07T05:31:56Z"
  ],
  "demand": [
    123
  ],
  "delta_to_median": [
    123
  ],
  "value_of_delta_eur": [
    123
  ],
  "market": [
    "day_ahead"
  ]
}

Path Parameters

geography_id
enum<string>
required

An enumeration.

Available options:
DE,
UK,
NL,
FR,
SE,
DK,
IE,
NO,
IT,
FI,
BE,
ES,
AT,
BG,
HU,
HR,
CZ,
EE,
GR,
LV,
PT,
PL

Query Parameters

start_time
any
end_time
any

Response

200
application/json
Successful Response
timestamps
string[]
required

Timestamps for demand (UTC)

demand
number[]
required
delta_to_median
number[]
required
value_of_delta_eur
number[]
required
market
enum<string>[]
required

An enumeration.

Available options:
day_ahead,
continuous