# US 10-Year Treasury Note Yield (finance-api.kdlcfa.workers.dev)

> US 10-Year Treasury Note Yield (finance-api.kdlcfa.workers.dev) 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 US 10-Year Treasury Note yield percentage, sourced via Yahoo Finance

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/us10y-yield
- 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/us-10-year-treasury-note-yield-finance-api-kdlcfa-workers-dev-b71100f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZfsIx-wDD9c_SFfoxq5yt

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 us-10-year-treasury-note-yield-finance-api-kdlcfa-workers-dev-b71100f8
```

Example prompt: What's the current US 10-year Treasury yield? Just give me the latest delayed rate as a percentage.

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01 USDC) lookup of the US 10-year Treasury yield without setting up a full financial data subscription. It is ideal for macro dashboards, DCF valuation inputs, risk-free rate references, and bond market monitoring. Note that data is delayed, so avoid this if real-time precision is required for live trading decisions.

## Known failure modes

- Yahoo Finance upstream outage causing stale or missing data
- Network timeout from Cloudflare worker
- Payment failure (402) if x402 micropayment of $0.01 USDC is not properly included
- Rate limiting if called excessively

## How this service works

US 10-Year Treasury Note yield (%), delayed, via Yahoo Finance

## Output

Returns the US 10-Year Treasury Note yield as a percentage (delayed), typically including the current yield value and possibly metadata such as timestamp or source attribution from Yahoo Finance.

## 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/us-10-year-treasury-note-yield-finance-api-kdlcfa-workers-dev-b71100f8/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)
