# Dogecoin (DOGE-USD) Spot Price via Yahoo Finance

> Dogecoin (DOGE-USD) Spot Price via Yahoo Finance is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the current delayed spot price of Dogecoin (DOGE-USD) in USD, sourced from Yahoo Finance

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/doge-price
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dogecoin-doge-usd-spot-price-via-yahoo-finance-07afa21d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xmBNFLFCL-pVO0RQonxJm

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 dogecoin-doge-usd-spot-price-via-yahoo-finance-07afa21d
```

Example prompt: What's the current Dogecoin price in USD? Grab me the latest DOGE-USD delayed spot quote.

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01) delayed Dogecoin spot price and do not require real-time tick data. Prefer this over multi-coin snapshot endpoints when only DOGE price is needed to minimize latency and cost. Ideal for dashboards, portfolio calculators, or alert systems that tolerate a slight delay.

## Known failure modes

- Yahoo Finance data unavailable — upstream outage returns error or stale data
- Rate limiting or payment failure returns 402 or similar HTTP error
- Network timeout if the Workers edge node is unreachable
- Delayed data may be significantly behind real-time during high-volatility periods

## How this service works

Dogecoin (DOGE-USD) spot price, delayed, via Yahoo Finance

## Output

Returns the delayed spot price of Dogecoin (DOGE-USD) in USD as sourced from Yahoo Finance, typically including the current price value and possibly associated metadata such as ticker symbol and timestamp.

## 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/dogecoin-doge-usd-spot-price-via-yahoo-finance-07afa21d/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)
