---
title: "Day Ahead Price"
method: GET
path: "/price"
tags: ["prices"]
---

# Day Ahead Price

`GET /price`

Returns the day-ahead spot market price for a specified bidding zone in EUR/MWh.
    


    

Available bidding zones (bzn) are shown above.
    


    

<b>The data for the following bidding zones is licensed as <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> from Bundesnetzagentur | SMARD.de and is published without changes:
    <ul>
        <li>AT (Austria)</li>
        <li>BE (Belgium)</li>
        <li>CH (Switzerland)</li>
        <li>CZ (Czech Republic)</li>
        <li>DE-LU (Germany, Luxembourg)</li>
        <li>DE-AT-LU (Germany, Austria, Luxembourg)</li>
        <li>DK1 (Denmark 1)</li>
        <li>DK2 (Denmark 2)</li>
        <li>FR (France)</li>
        <li>HU (Hungary)</li>
        <li>IT-North (Italy North)</li>
        <li>NL (Netherlands)</li>
        <li>NO2 (Norway 2)</li>
        <li>PL (Poland)</li>
        <li>SE4 (Sweden 4)</li>
        <li>SI (Slovenia)
    </ul></b>
    


    

<b>The data for the other bidding zones is for private and internal use only. The utilization of any data</li>
whether in its raw or derived form, for external or commercial purposes is expressly prohibited. Should you require licensing for market-related data, please direct your inquiries to the original data providers, including but not limited to EPEX SPOT SE.</b>
    

Response schema:
    

```json
{
    "license_info": str,
    "unix_seconds": [int],
    "price": [float],
    "unit": str,
    "deprecated": bool
}
```

## Query parameters

- `bzn` string
- `start` string
- `end` string

## Response `200`

Successful Response

- PriceModel
  - `license_info` string, required
  - `unix_seconds` integer[], nullable
  - `price` number[], nullable
  - `unit` string, required
  - `deprecated` boolean, required

## Other responses

- `404` — No price data available for that bidding zone/time range
- `422` — Validation Error

---

[API](https://skmtc.net/energy-charts/apis/energy-charts-api.md) · [All operations](https://skmtc.net/energy-charts/apis/energy-charts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/energy-charts/energy-charts-api/versions/ebf9e22a0925/schema)
