# Multi-Pair Forex Snapshot (8 Pairs) via Yahoo Finance

> Multi-Pair Forex Snapshot (8 Pairs) via Yahoo Finance is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns delayed spot rates for 8 major forex pairs (EURUSD, GBPUSD, USDJPY, USDCNY, AUDUSD, USDCAD, USDCHF, USDVND) in a single API call

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/forex-snapshot
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/multi-pair-forex-snapshot-8-pairs-via-yahoo-finance-c74fdd9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xpZQaYZAGqbbpw9EQYzvK

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 multi-pair-forex-snapshot-8-pairs-via-yahoo-finance-c74fdd9b
```

Example prompt: Pull the latest snapshot of all major forex rates — euro, pound, yen, yuan, Aussie dollar, Canadian dollar, Swiss franc, and Vietnamese dong against the US dollar — all in one shot.

## When to prefer this

Choose this endpoint when you need exchange rates for multiple major forex pairs simultaneously and want to avoid making several individual API calls. Ideal for dashboards, batch currency conversions, or multi-currency financial summaries. If you only need a single currency pair, the single-pair endpoint on the same host is more appropriate.

## Known failure modes

- Yahoo Finance data unavailable or rate-limited — upstream dependency failure
- Payment not processed (x402 payment required before data is returned)
- Stale or delayed data presented as current — rates are not real-time
- Network timeout from Cloudflare Worker intermediary

## How this service works

Multi-pair forex snapshot (EURUSD, GBPUSD, USDJPY, USDCNY, AUDUSD, USDCAD, USDCHF, USDVND) in a single call, delayed, via Yahoo Finance

## Output

A JSON object containing delayed spot exchange rates for all 8 forex pairs: EURUSD, GBPUSD, USDJPY, USDCNY, AUDUSD, USDCAD, USDCHF, and USDVND, sourced from Yahoo Finance with typical market delay.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/multi-pair-forex-snapshot-8-pairs-via-yahoo-finance-c74fdd9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
