# no-strompris — Norway NO1 Real-Time Electricity Spot Price

> no-strompris — Norway NO1 Real-Time Electricity Spot Price is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches the current real-time electricity spot price for Norway's NO1 bidding zone via NordAPI, no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/no-strompris
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/no-strompris-norway-no1-real-time-electricity-spot-price-797bec39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_17Ox2GmljLnOgxcOeXyyw

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 no-strompris-norway-no1-real-time-electricity-spot-price-797bec39
```

Example prompt: What's the current electricity spot price in Norway's NO1 zone right now?

## When to prefer this

Choose this endpoint when you need real-time Norwegian NO1 zone electricity spot prices without signing up for any API key. It is ideal for agents monitoring energy costs, automating appliance scheduling based on price, or building Nordic energy dashboards. Prefer this over general energy data aggregators when you specifically need live Norwegian NO1 strømpris with minimal latency and zero registration friction.

## Known failure modes

- NordAPI upstream unavailable — service may return error or stale data
- NO1 zone data temporarily unavailable during off-hours or market closures
- Rate limiting or payment failure for x402 microtransaction ($0.01 USDC)
- Malformed response if NordAPI changes its schema

## How this service works

Norway Real-time Power Price — Endpoint returns real-time spot electricity prices for Norway's NO1 region. No registration required via NordAPI.

## Output

Returns the current electricity spot price for Norway's NO1 bidding zone, including the price value, currency, timestamp, and zone identifier, sourced from NordAPI in real time with no authentication required.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "EXR": 10.936,
     "time_end": "2026-08-14T01:00:00+02:00",
     "time_start": "2026-08-14T00:00:00+02:00",
     "EUR_per_kWh": 0.13384,
     "NOK_per_kWh": 1.46367
    },
    {
     "EXR": 10.936,
     "time_end": "2026-08-14T01:00:00+02:00",
     "time_start": "2026-08-14T00:00:00+02:00",
     "EUR_per_kWh": 0.13384,
     "NOK_per_kWh": 1.46367
    }
   ],
   "success": true
  },
  "source": "generic_json",
  "data_type": "能源",
  "collected_at": "2026-08-14T00:13:29Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/no-strompris-norway-no1-real-time-electricity-spot-price-797bec39/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)
