# Heurist Mesh Yahoo Finance Equity Screen

> Heurist Mesh Yahoo Finance Equity Screen is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Runs a predefined Yahoo Finance equity screening strategy and returns compact rows of candidate stocks matching that screen.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/equity_screen
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-yahoo-finance-equity-screen-554f12fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SyWNGCRtu85Vvqy9AgUwI

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 heurist-mesh-yahoo-finance-equity-screen-554f12fb -d '<json body>'
```

Example prompt: Run the most aggressive growth equity screen on Yahoo Finance and give me the top candidate stocks that come back — I want to see the key metrics for each one.

## When to prefer this

Use this endpoint when you need a quick, curated list of equity candidates from a predefined Yahoo Finance screening strategy without building a custom screener. Ideal for agents that need to surface stock ideas rapidly using well-known financial screens rather than computing custom filters from raw data.

## Known failure modes

- Invalid or unsupported screen name returns an error or empty result
- Yahoo Finance data temporarily unavailable causes a service error
- Rate limiting or payment failure ($0.002 USDC) prevents the call from completing
- Screen returns zero results if no equities currently match the criteria

## How this service works

Run one curated predefined Yahoo Finance equity screen and return compact candidate rows.

## Output

A compact list of candidate equity rows from the selected Yahoo Finance screen, each containing stock ticker, company name, and relevant screening metric values (e.g. P/E ratio, market cap, price change, volume) that qualified under the chosen screen's criteria.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-yahoo-finance-equity-screen-554f12fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
