# agentdatum.com Denmark Electricity Spot Prices (DK1/DK2)

> agentdatum.com Denmark Electricity Spot Prices (DK1/DK2) is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns Danish day-ahead electricity spot prices for the DK1 (western Denmark) and DK2 (eastern Denmark) bidding zones, no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/dk-elspot
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-denmark-electricity-spot-prices-dk1-dk2-1d4c565d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sHz8b8Oz9FZ-6Tp7Z30jw

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 agentdatum-com-denmark-electricity-spot-prices-dk1-dk2-1d4c565d
```

Example prompt: Can you grab the latest Danish electricity day-ahead spot prices for both DK1 and DK2 bidding zones?

## When to prefer this

Choose this endpoint when you need Danish electricity market spot prices (DK1/DK2) without requiring API key registration. Ideal for energy monitoring agents, trading dashboards, cost-optimization workflows, or any use case focused specifically on the Danish/Nordic electricity market. Prefer over generic energy APIs when you need free, no-auth access to day-ahead Danish power prices specifically.

## Known failure modes

- Data source unavailable — upstream Nord Pool or data provider outage returns error or empty response
- Stale data — prices may not yet be published for the next day (day-ahead prices are typically published around noon CET)
- Invalid query parameters — malformed or unsupported query params may return 400 error
- Payment failure — x402 micropayment not completed returns 402 Payment Required

## How this service works

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

## Output

Returns structured data containing Danish electricity day-ahead spot prices for the DK1 (Jutland/Funen, western Denmark) and DK2 (Zealand/islands, eastern Denmark) bidding zones, typically including hourly prices in EUR/MWh and relevant timestamps for the current or upcoming trading day.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "sort": "HourUTC desc",
    "limit": 48,
    "total": 48,
    "dataset": "Elspotprices",
    "filters": "",
    "records": [
     {
      "HourDK": "2025-09-30T23:00:00",
      "HourUTC": "2025-09-30T21:00:00",
      "PriceArea": "DE",
      "SpotPriceDKK": 690.789978,
      "SpotPriceEUR": 92.540001
     },
     {
      "HourDK": "2025-09-30T23:00:00",
      "HourUTC": "2025-09-30T21:00:00",
      "PriceArea": "DE",
      "SpotPriceDKK": 690.789978,
      "SpotPriceEUR": 92.540001
     }
    ]
   },
   "success": true
  },
  "source": "generic_json",
  "data_type": "能源",
  "collected_at": "2026-08-14T00:13:40Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-denmark-electricity-spot-prices-dk1-dk2-1d4c565d/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)
