# EIA Today in Energy Oil & Gas News Feed

> EIA Today in Energy Oil & Gas News Feed is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns the latest U.S. energy market news headlines, short summaries, and links from the EIA Today in Energy RSS feed, covering oil, gas, and electricity topics.

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/oil-news
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eia-today-in-energy-oil-gas-news-feed-26e6d64f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mVoQtu5bDxMHTwzgzyRxV

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 eia-today-in-energy-oil-gas-news-feed-26e6d64f
```

Example prompt: What's the latest news on U.S. oil, gas, and electricity markets from the EIA? Pull me today's top energy headlines with summaries and links.

## When to prefer this

Choose this endpoint when you need authoritative, government-sourced U.S. energy market news (oil, gas, electricity) from the EIA. Prefer this over general financial news endpoints when the user specifically wants energy sector or EIA-sourced content. Use the sibling natural-gas/renewable endpoint for more targeted energy sub-topics.

## Known failure modes

- EIA RSS feed unavailable or temporarily down — may return empty results or error
- Stale data if EIA has not published new articles recently
- Network timeout if the upstream RSS fetch takes too long
- No filtering by sub-topic — all oil, gas, and electricity news returned together

## How this service works

Latest U.S. energy market news (oil, gas, electricity) via EIA Today in Energy RSS (titles, short summaries, and links only)

## Output

A list of recent U.S. energy market news items from the EIA Today in Energy RSS feed, each containing a headline/title, a short summary or description, and a URL link to the full article.

## 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/eia-today-in-energy-oil-gas-news-feed-26e6d64f/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)
