# Stock News Feed (Yahoo Finance + Google News RSS)

> Stock News Feed (Yahoo Finance + Google News RSS) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches recent news articles for a given stock ticker symbol by aggregating Yahoo Finance and Google News RSS feeds

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/stock-news
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stock-news-feed-yahoo-finance-google-news-rss-5c7ced8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K7M8vewfICS9k0bOiLv4r

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 stock-news-feed-yahoo-finance-google-news-rss-5c7ced8f
```

Example prompt: What are the latest news headlines for Tesla (TSLA)? Pull articles from Yahoo Finance and Google News so I can see what's moving the stock today.

## When to prefer this

Use this endpoint when you need quick, multi-source news aggregation for a specific publicly traded stock ticker, especially when you want both Yahoo Finance and Google News coverage in a single call. Prefer this over general web search when the user specifically wants financial news tied to a stock symbol.

## Known failure modes

- Invalid or unknown ticker symbol returns empty results or error
- RSS feed unavailability from Yahoo Finance or Google News causes partial or failed response
- Rate limiting or upstream RSS throttling may cause timeouts
- Cached results may be stale if last_updated is old
- Missing 'symbol' query parameter returns a validation error

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a data object containing recent news articles for the requested ticker, aggregated from Yahoo Finance and Google News RSS feeds, along with metadata including whether the result was cached, the source, a confidence score, and when it was last updated.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stock-news-feed-yahoo-finance-google-news-rss-5c7ced8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
