# Effective Federal Funds Rate - Latest Value

> Effective Federal Funds Rate - Latest Value is a paid API for AI agents from oracles-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the latest reported effective federal funds rate value from the Federal Reserve.

## Facts

- Endpoint: GET https://oracles-production.up.railway.app/v1/econ-fed-funds/status
- 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/effective-federal-funds-rate-latest-value-ad962860
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LrH5SZg3jj3q9NAjE7eUY

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 effective-federal-funds-rate-latest-value-ad962860
```

Example prompt: What is the latest reported effective federal funds rate right now?

## When to prefer this

Use this endpoint when you need the current or most recently reported effective federal funds rate from the Federal Reserve, especially for financial modeling, economic analysis, or monitoring monetary policy. Prefer this over general economic data APIs when you specifically need the fed funds rate with low cost per call via x402 micropayment.

## Known failure modes

- No data available if Federal Reserve has not published a recent rate
- Invalid entityId returns an error or empty result
- Service unavailable (5xx) if the railway.app backend is down
- Payment failure if USDC balance is insufficient for the $0.01 x402 charge

## How this service works

Latest reported effective federal funds rate value (%) with its observation date.

## Output

Returns the latest reported effective federal funds rate value, likely including the rate percentage, entity metadata, and timestamp of the most recent report.

## 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",
     "properties": {
      "id": {
       "type": "string",
       "description": "entityId to look up; omit to list tracked entities"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "entity": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/effective-federal-funds-rate-latest-value-ad962860/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracles-production.up.railway.app](https://www.zero.xyz/host/oracles-production.up.railway.app/llms.txt)
