openapi: 3.1.0
info:
title: Energy-Charts import_export API
description: "\n \n\n
Timestamp Format Options
\n When specifying timestamps, you can choose from the following three formats:
\n \n - ISO 8601 Format:\n
\n - This format includes the full date and time, with an optional timezone indicator.
\n - Examples:\n
\n 2025-01-01T17:00Z (UTC time) \n 2025-01-01T18:00+01:00 (Local time offset by +01:00) \n
\n \n
\n \n - Daily Format:\n
\n - This format specifies only the date.
\n - The start time is assumed to be at 00:00 on the specified date in the local timezone of the specified country or bidding zone (bzn).
\n - The end timestamp is interpreted as the last minute of the specified day in the same local timezone.
\n - Example:\n
\n 2025-01-01 (Starts at 00:00 and ends at 23:59 on January 1, 2025, local time) \n
\n \n
\n \n - UNIX Timestamp:\n
\n - This format specifies the time as the number of seconds since the Unix Epoch (January 1st, 1970, at 00:00 UTC).
\n - Example:\n \n
\n
\n \n
\n Default Behavior for Timestamps
\n If an end timestamp is not explicitly provided, it is assumed to be the same as the start timestamp. For daily formats, this means that one full day will be returned. If also no start timestamp is provided, the current day in the local timezone is used.
\n Discontinuation of endpoints
\n Endpoint discontinuations will be preceded by an announcement at least six months in advance, indicated by setting the \"deprecated\" status to true.
\n Data License
\n Unless stated otherwise, the data provided by the Energy-Charts API is licensed under the CC BY 4.0 license. Proper attribution to Energy-Charts.info as the source is required.
\n \n New in release v1.5 (2025-10-21)
\n \n - \n Include stricter rate limitations for public API\n (please contact leonhard.gandhi@ise.fraunhofer.de for commercial access)\n
\n - Improved load balancing on concurrent requests
\n
\n \n \n Older Releases
\n \n v1.4 (2024-07-08)
\n \n - Fix bug with wrong timezone for unix timestamps as input
\n
\n \n \n v1.3 (2024-04-22)
\n \n - Fix bug which hid most recent data for /cbet and /cbpf
\n - Inlcude deprecated tag to all active endpoints
\n
\n \n \n v1.2 (2024-04-16)
\n \n - Allow also input timestamps in day format and UNIX timestamp
\n - Inlcude license info for price data available at /price
\n
\n \n \n v1.1 (2023-10-20)
\n \n - Deprecated /ren_share
\n - Deprecated /ren_share_prognosis and replaced it with /ren_share_forecast
\n - Deprecated /power and replaced it with /public_power
\n - Deprecated /price_spot_market and replaced it with /price
\n - Deprecated /traffic_signal and replaced it with /signal
\n - Added endpoint for cross-border electricity trading (/cbet)
\n - Added endpoint for cross-border physical flow (/cbpf)
\n - Changed response structure of all endpoints to fit with json specification
\n - Simplified the response json structure
\n - Removed unnecessary information from responses like names, descriptions and units
\n - Added typed response schemes to every endpoint
\n - Added example values and example requests to every endpoint
\n - Added postal code to /signal, to consider grid state in future implementations
\n - Responses that return unix timestamps now all return unix seconds
\n - Added error handling for false requests and responses
\n - Added a list of available bidding zones for /price
\n
\n \n \n v1.0 (2022-11-30)
\n \n \n \n \n\nAvailable countries:\n \n\nde - Germany (click to show all available countries)
\n ch - Switzerland
\n eu - European Union
\n all - Europe
\n al - Albania
\n am - Armenia
\n at - Austria
\n az - Azerbaijan
\n ba - Bosnia-Herzegovina
\n be - Belgium
\n bg - Bulgaria
\n by - Belarus
\n cy - Cyprus
\n cz - Czech Republic
\n dk - Denmark
\n ee - Estonia
\n es - Spain
\n fi - Finland
\n fr - France
\n ge - Georgia
\n gr - Greece
\n hr - Croatia
\n hu - Hungary
\n ie - Ireland
\n it - Italy
\n lt - Lithuania
\n lu - Luxembourg
\n lv - Latvia
\n md - Moldova
\n me - Montenegro
\n mk - North Macedonia
\n mt - Malta
\n nie - North Ireland
\n nl - Netherlands
\n no - Norway
\n pl - Poland
\n pt - Portugal
\n ro - Romania
\n rs - Serbia
\n ru - Russia
\n se - Sweden
\n si - Slovenia
\n sk - Slovak Republic
\n tr - Turkey
\n ua - Ukraine
\n uk - United Kingdom
\n xk - Kosovo
\n \n \n\nAvailable bidding zones:\n \n\nAT - Austria (click to show all available bidding zones)
\n BE - Belgium
\n BG - Bulgaria
\n CH - Switzerland
\n CZ - Czech Republic
\n DE-LU - Germany, Luxembourg
\n DE-AT-LU - Germany, Austria, Luxembourg
\n DK1 - Denmark 1
\n DK2 - Denmark 2
\n EE - Estionia
\n ES - Spain
\n FI - Finland
\n FR - France
\n GR - Greece
\n HR - Croatia
\n HU - Hungary
\n IT-Calabria - Italy Calabria
\n IT-Centre-North - Italy Centre North
\n IT-Centre-South - Italy Centre South
\n IT-North - Italy North
\n IT-SACOAC - Italy Sardinia Corsica AC
\n IT-SACODC - Italy Sardinia Corsica DC
\n IT-Sardinia - Italy Sardinia
\n IT-Sicily - Italy Sicily
\n IT-South - Italy South
\n LT - Lithuania
\n LV - Latvia
\n ME - Montenegro
\n NL - Netherlands
\n NO1 - Norway 1
\n NO2 - Norway 2
\n NO2NSL - Norway North Sea Link
\n NO3 - Norway 3
\n NO4 - Norway 4
\n NO5 - Norway 5
\n PL - Poland
\n PT - Portugal
\n RO - Romania
\n RS - Serbia
\n SE1 - Sweden 1
\n SE2 - Sweden 2
\n SE3 - Sweden 3
\n SE4 - Sweden 4
\n SI - Slovenia
\n SK - Slovakia
\n \n \n\nHint: Don't use the Try it out button on this documentation page to download large datasets as it might lead to long loading times.\n "
termsOfService: https://energy-charts.info/data-protection.html
contact:
name: Contact
url: https://energy-charts.info/contact.html
license:
name: Publishing notes
url: https://energy-charts.info/publishing-notes.html
version: '1.5'
tags:
- name: import_export
description: Import/export values
paths:
/cbet:
get:
tags:
- import_export
summary: Cross Border Electricity Trading
description: "Returns the cross-border electricity trading (cbet) in GW between a specified country and its neighbors.\n \n\nPositive values indicate an import of electricity, whereas negative values show electricity exports.\n \n\n\n \n\nResponse schema:\n \n\n```json\n{\n \"unix_seconds\": [int],\n \"countries\": [\n {\n \"name\": str,\n \"data\": [float]\n }\n ],\n \"deprecated\": bool\n}\n```"
operationId: cross_border_electricity_trading_cbet_get
parameters:
- name: country
in: query
required: false
schema:
type: string
default: de
title: Country
- name: start
in: query
required: false
schema:
type: string
default: ''
title: Start
- name: end
in: query
required: false
schema:
type: string
default: ''
title: End
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/CrossBorderModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
/cbpf:
get:
tags:
- import_export
summary: Cross Border Physical Flows
description: "Returns the cross-border physical flows (cbpfs) of electricity in GW between a specified country and its neighbors.\n \n\nPositive values indicate an import of electricity, whereas negative values show electricity exports.\n \n\n\n \n\nResponse schema:\n \n\n```json\n{\n \"unix_seconds\": [int],\n \"countries\": [\n {\n \"name\": str,\n \"data\": [float]\n }\n ],\n \"deprecated\": bool\n}\n```"
operationId: cross_border_physical_flows_cbpf_get
parameters:
- name: country
in: query
required: false
schema:
type: string
default: de
title: Country
- name: start
in: query
required: false
schema:
type: string
default: ''
title: Start
- name: end
in: query
required: false
schema:
type: string
default: ''
title: End
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/CrossBorderModel'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
components:
schemas:
NamedData:
properties:
name:
type: string
title: Name
data:
items:
anyOf:
- type: number
- type: 'null'
type: array
title: Data
type: object
required:
- name
- data
title: NamedData
CrossBorderModel:
properties:
unix_seconds:
anyOf:
- items:
type: integer
type: array
- type: 'null'
title: Unix Seconds
countries:
anyOf:
- items:
$ref: '#/components/schemas/NamedData'
type: array
- type: 'null'
title: Countries
deprecated:
type: boolean
title: Deprecated
type: object
required:
- deprecated
title: CrossBorderModel
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
type: array
title: Location
msg:
type: string
title: Message
type:
type: string
title: Error Type
type: object
required:
- loc
- msg
- type
title: ValidationError
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError