Live
get_cross_border_trading_flows
energy-charts.infoReturns Germany's 15-minute cross-border electricity trading flows by neighboring country in GW from https://energy-charts.de, with positive export and negative import.
Parameters2
Runs7
Updated3d ago
Operational7 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_cross_border_trading_flows?
Returns Germany's 15-minute cross-border electricity trading flows by neighboring country in GW from https://energy-charts.de, with positive export and negative import. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass start_date, end_date and get the result back without maintaining a scraper.
Response
{
"data": [
{
"flows_gw": {},
"total_gw": 0,
"timestamp": "<string>"
}
],
"unit": "<string>",
"series": [
{
"name": "<string>",
"localized_names": {}
}
],
"country": "<string>",
"end_date": "<string>",
"timezone": "<string>",
"datasource": "<string>",
"start_date": "<string>",
"last_updated": "<string>",
"available_from": "<string>",
"available_until": "<string>",
"sign_convention": "<string>",
"interval_minutes": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/3bf6ab40-b995-4827-be9c-1f5516540a5b/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "3bf6ab40-b995-4827-be9c-1f5516540a5b",
"variables": {
"start_date": "",
"end_date": ""
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="3bf6ab40-b995-4827-be9c-1f5516540a5b") — the "get_cross_border_trading_flows" function, which returns Germany's 15-minute cross-border electricity trading flows by neighboring country in GW from https://energy-charts.de, with positive export and negative import.. It takes start_date (str), end_date (str). Return the result as structured JSON.