EPEX Auction Data

EPEX DA Half-Hourly

How to query the endpoint

Required fields

NameDescriptionFormatType
date_fromStart date for the request.yyyy-mm-dddatetime.date
date_toEnd date for the request.yyyy-mm-dddatetime.date

Optional fields specific to the endpoint

None.

Example URL:

url = "https://api.modoenergy.com/pub/v1/gb/epex/day-ahead/hh?date_from=2023-12-31&date_to=2024-01-01"

What are the results of the query?

Column nameData typeSample dataUnitFormatLong name / Description
start_timedatetime2023-10-29 00:00:00yyyy-mm-dd hh:mm:ssStart time of delivery period in UTC.
delivery_datedatetime.date2023-10-29yyyy-mm-ddEuropean electricity delivery date.
settlement_periodinteger44Settlement period in which the electricity is delivered.
daily_offpeakfloat97.59GBP per MWhAverage price during the offpeak periods (pre-7am and post-7pm local time) of the delivery day.
daily_peakloadfloat134.45GBP per MWhAverage price during the peak periods (7am-7pm local time) of the delivery day.
daily_baseloadfloat116.2GBP per MWhAverage price for the entire delivery day.
daily_total_volumefloat27109.3MWhThe sum of all the volume delivered in the delivery day
pricefloat12.2GBP per MWhClearing price of electricity sold during this period.
volumefloat4665.8Volume of electricity sold during this period.
price_unitstringGBP per MWhUnits of all price columns.
volume_unitstringMWhUnits of all volume columns.
countrystringGBThe country the data is relevant for.

EPEX DA Hourly

How to query the endpoint

Required fields

NameDescriptionFormatType
date_fromStart date for the request.yyyy-mm-dddatetime.date
date_toEnd date for the request.yyyy-mm-dddatetime.date

Optional fields specific to the endpoint

None

Example URL:

url = "https://api.modoenergy.com/pub/v1/gb/epex/day-ahead/hourly?date_from=2023-12-31&date_to=2024-01-01"

What are the results of the query?

Column nameData typeSample dataUnitFormatLong name / Description
start_timedatetime2023-10-29 00:00:00yyyy-mm-dd hh:mm:ssStart time of delivery period in UTC.
delivery_datedatetime.date2023-10-29yyyy-mm-ddEuropean electricity delivery date.
daily_offpeakfloat97.59GBP per MWhAverage price during the offpeak periods (pre-7am and post-7pm local time) of the delivery day.
daily_peakloadfloat134.45GBP per MWhAverage price during the peak periods (7am-7pm local time) of the delivery day.
daily_baseloadfloat116.2GBP per MWhAverage price for the entire delivery day.
daily_total_volumefloat27109.3MWhThe sum of all the volume delivered in the delivery day
pricefloat12.2GBP per MWhClearing price of electricity sold during this hour.
volumefloat4665.8Volume of electricity sold during this hour.
price_unitstringGBP per MWhUnits of all price columns.
volume_unitstringMWhUnits of all volume columns.
countrystringGBThe country the data is relevant for.

EPEX IDA1 results

How to query the endpoint

Required fields

NameDescriptionFormatType
date_fromStart date for the request.yyyy-mm-dddatetime.date
date_toEnd date for the request.yyyy-mm-dddatetime.date

Optional fields specific to the endpoint

None

Example URL:

url = "https://api.modoenergy.com/pub/v1/gb/epex/intra-day/d1?date_from=2023-12-31&date_to=2024-01-01"

What are the results of the query?

Column nameData typeSample dataUnitFormatLong name / Description
start_timedatetime2023-10-29 00:00:00yyyy-mm-dd hh:mm:ssStart time of delivery period in UTC.
delivery_datedatetime.date2023-10-29yyyy-mm-ddEuropean electricity delivery date.
settlement_periodinteger44Settlement period in which the electricity is delivered.
daily_offpeakfloat97.59GBP per MWhAverage price during the offpeak periods (pre-7am and post-7pm local time) of the delivery day.
daily_peakloadfloat134.45GBP per MWhAverage price during the peak periods (7am-7pm local time) of the delivery day.
daily_baseloadfloat116.2GBP per MWhAverage price for the entire delivery day.
daily_total_volumefloat27109.3MWhThe sum of all the volume delivered in the delivery day
pricefloat12.2GBP per MWhClearing price of electricity sold during this period.
volumefloat4665.8Volume of electricity sold during this period.
price_unitstringGBP per MWhUnits of all price columns.
volume_unitstringMWhUnits of all volume columns.
countrystringGBThe country the data is relevant for.

EPEX IDA2 results

How to query the endpoint

Required fields

NameDescriptionFormatType
date_fromStart date for the request.yyyy-mm-dddatetime.date
date_toEnd date for the request.yyyy-mm-dddatetime.date

Optional fields specific to the endpoint

None

Example URL:

url = "https://api.modoenergy.com/pub/v1/gb/epex/intra-day/d?date_from=2023-12-31&date_to=2024-01-01"

What are the results of the query?

Column nameData typeSample dataUnitFormatLong name / Description
start_timedatetime2023-10-29 00:00:00yyyy-mm-dd hh:mm:ssStart time of delivery period in UTC.
delivery_datedatetime.date2023-10-29yyyy-mm-ddEuropean electricity delivery date.
settlement_periodinteger44Settlement period in which the electricity is delivered.
daily_offpeakfloat97.59GBP per MWhAverage price during the offpeak periods (pre-7am and post-7pm local time) of the delivery day.
daily_peakloadfloat134.45GBP per MWhAverage price during the peak periods (7am-7pm local time) of the delivery day.
daily_baseloadfloat116.2GBP per MWhAverage price for the entire delivery day.
daily_total_volumefloat27109.3MWhThe sum of all the volume delivered in the delivery day
pricefloat12.2GBP per MWhClearing price of electricity sold during this period.
volumefloat4665.8Volume of electricity sold during this period.
price_unitstringGBP per MWhUnits of all price columns.
volume_unitstringMWhUnits of all volume columns.
countrystringGBThe country the data is relevant for.