# ADH Nord Pool Electricity Prices

> ADH Nord Pool Electricity Prices is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-16).

Fetches cleaned, entity-resolved Nord Pool day-ahead electricity spot prices for Nordic and Baltic bidding areas (FI, DK1, DK2, etc.) via the ADH financial intelligence layer.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/nordpool-prices
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-nord-pool-electricity-prices-00be932e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NT95givtlmu8Ig9qzo1oI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability adh-nord-pool-electricity-prices-00be932e
```

Example prompt: What are today's Nord Pool day-ahead electricity spot prices for Finland and Denmark (DK1), including off-peak and peak block averages?

## When to prefer this

Choose this endpoint when you need structured, cleaned Nord Pool day-ahead electricity prices for Nordic/Baltic bidding areas (FI, DK1, DK2, etc.) with entity resolution and block aggregates already computed. Prefer it over raw Nord Pool API access when you need the data normalized, timestamped, and ready for AI context injection without additional parsing. Ideal for agents that need energy price data as part of broader financial or operational intelligence workflows.

## Known failure modes

- Data not yet published for next delivery date (prices typically published around noon CET)
- Unknown or unsupported bidding area code returns empty or error response
- Stale data if Nord Pool upstream feed is delayed
- x402 payment failure if insufficient USDC balance — endpoint returns 402 status
- Rate limiting or authentication errors if payment not properly settled

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing per-bidding-area Nord Pool day-ahead electricity market data, including: market type, currency (EUR), last update timestamp, area state (Final/Preliminary), hourly multi-area entries with delivery start/end times, area average price, block price aggregates (off-peak/peak) with min/max/average prices, and exchange rate. Data is sourced and cleaned through the ADH intelligence layer from Nord Pool's official feed.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "FI": {
     "market": "DayAhead",
     "version": 3,
     "currency": "EUR",
     "updatedAt": "2026-08-13T11:21:33.4848267Z",
     "areaStates": [
      {
       "areas": [
        "FI"
       ],
       "state": "Final"
      }
     ],
     "areaAverages": [
      {
       "price": 39.64,
       "areaCode": "FI"
      }
     ],
     "exchangeRate": 1,
     "deliveryAreas": [
      "FI"
     ],
     "deliveryDateCET": "2026-08-14",
     "multiAreaEntries": [
      {
       "deliveryEnd": "2026-08-13T22:15:00Z",
       "entryPerArea": {
        "FI": 77.7
       },
       "deliveryStart": "2026-08-13T22:00:00Z"
      },
      {
       "deliveryEnd": "2026-08-13T22:15:00Z",
       "entryPerArea": {
        "FI": 77.7
       },
       "deliveryStart": "2026-08-13T22:00:00Z"
      }
     ],
     "blockPriceAggregates": [
      {
       "blockName": "Off-peak 1",
       "deliveryEnd": "2026-08-14T06:00:00Z",
       "deliveryStart": "2026-08-13T22:00:00Z",
       "averagePricePerArea": {
        "FI": {
         "max": 77.7,
         "min": 20.7,
         "average": 45.97
        }
       }
      },
      {
       "blockName": "Off-peak 1",
       "deliveryEnd": "2026-08-14T06:00:00Z",
       "deliveryStart": "2026-08-13T22:00:00Z",
       "averagePricePerArea": {
        "FI": {
         "max": 77.7,
         "min": 20.7,
         "average": 45.97
        }
       }
      }
     ]
    },
    "DK1": {
     "market": "DayAhead",
     "version": 3,
     "currency": "EUR",
     "updatedAt": "2026-08-13T11:21:34.1164433Z",
     "areaStates": [
      {
       "areas": [
        "DK1"
       ],
       "state": "Final"
      }
     ],
     "areaAverages": [
      {
       "price": 140.63,
       "areaCode": "DK1"
      }
     ],
     "exchangeRate": 1,
     "deliveryAreas": [
      "DK1"
     ],
     "deliveryDateCET": "2026-08-14",
     "multiAreaEntries": [
      {
       "deliveryEnd": "2026-08-13T22:15:00Z",
       "entryPerArea": {
        "DK1": 166.6
       },
       "deliveryStart": "2026-08-13T22:00:00Z"
      },
      {
       "deliveryEnd": "2026-08-13T22:15:00Z",
       "entryPerArea": {
        "DK1": 166.6
       },
       "deliveryStart": "2026-08-13T22:00:00Z"
      }
     ],
     "blockPriceAggregates": [
      {
       "blockName": "Off-peak 1",
       "deliveryEnd": "2026-08-14T06:00:00Z",
       "deliveryStart": "2026-08-13T22:00:00Z",
       "averagePricePerArea": {
        "DK1": {
    
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-nord-pool-electricity-prices-00be932e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
