# ADH Nordic-ECB FX Rates — agentdatum.com

> ADH Nordic-ECB FX Rates — agentdatum.com 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).

Returns ECB-sourced foreign exchange rates for Nordic and major currencies against EUR, with provenance and collection timestamp.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/nordic-ecb-fx
- 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/adh-nordic-ecb-fx-rates-agentdatum-com-94a7eae1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gSP4PxUiE5MnqeM4-1ru1

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-nordic-ecb-fx-rates-agentdatum-com-94a7eae1
```

Example prompt: What are the current ECB foreign exchange rates for the euro against the Nordic currencies — NOK, SEK, DKK — as well as USD, GBP, JPY, CHF, CAD, CNY, and AUD, with a timestamp and source?

## When to prefer this

Choose this endpoint when you need ECB-authoritative EUR cross rates for Nordic currencies (NOK, SEK, DKK) alongside major pairs (USD, GBP, JPY, CHF, CAD, CNY, AUD), with a provenance trail and UTC collection timestamp for auditable macro or financial agent workflows. Prefer this over generic FX APIs when ECB sourcing, timestamped provenance, and x402 micropayment settlement are required.

## Known failure modes

- Payment not settled via x402 — returns 402 Payment Required before data is delivered
- Upstream ECB feed unavailable — may return stale or missing data
- Rate limit exceeded — endpoint may throttle repeated calls
- Network timeout — returns no data if upstream source unreachable

## How this service works

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

## Output

A JSON object containing EUR-based exchange rates for up to 10 currencies (AUD, CAD, CHF, CNY, DKK, GBP, JPY, NOK, SEK, USD), a success flag, data type label ('外汇'), collection timestamp in ISO 8601 UTC, and a source identifier indicating the data lineage.

## 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": {
    "AUD": 1.6384,
    "CAD": 1.616,
    "CHF": 0.9347,
    "CNY": 7.7834,
    "DKK": 7.4756,
    "GBP": 0.85765,
    "JPY": 182.64,
    "NOK": 10.975,
    "SEK": 10.9455,
    "USD": 1.1535
   },
   "success": true
  },
  "source": "generic_json",
  "data_type": "外汇",
  "collected_at": "2026-08-09T18:14:14Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-nordic-ecb-fx-rates-agentdatum-com-94a7eae1/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)
