> ## Documentation Index
> Fetch the complete documentation index at: https://docs.driven.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Stock Screener

> Driven's Stock Screener Skill finds stocks matching your fundamental, technical, and capital-flow criteria using live data across US, Hong Kong, and A-share markets.

Stock Screener finds stocks that match the criteria you describe. Instead of clicking through filter menus, you tell the Agent in plain language what you are looking for and it returns the names that fit, with the metrics that matter.

## When to use it

* Finding investment candidates that meet specific criteria
* Narrowing a large universe down to a workable shortlist
* Combining fundamental, technical, and flow factors in one screen
* Discovering names you would not have thought to look at

## What it does

Stock Screener translates your description into a multi-factor filter, applies it against live data, and returns the matching companies ranked and annotated with the relevant metrics. Because it draws on Driven's full data coverage, you can screen on fundamentals, technicals, and, for A-shares, capital-flow and shareholder-structure factors in a single request.

## Prompt template

```text theme={null}
Screen [market] companies with [fundamental criteria], [technical criteria], and [valuation criteria]. Rank the results and show the key metrics for each.
```

## Examples

```text theme={null}
Find profitable US software companies with revenue growth above 15%, positive free cash flow, and reasonable valuation.
```

```text theme={null}
Screen A-share companies seeing net institutional inflows over the past month with improving margins and reasonable valuation.
```

## Tips

* **Combine factor types.** The screener's strength is mixing fundamentals, technicals, and flow in one screen. Use it.
* **Start broad, then tighten.** Run a loose screen, see the shape of the results, then add constraints to narrow it.
* **Hand results to another Skill.** Take the shortlist into [Stock Analysis](/skills/stock-analysis) or [Valuation Matrix](/skills/valuation-matrix) to go deep on the best candidates.
* **Watch for over-filtering.** If a screen returns nothing, loosen the tightest constraint first.

## Related

* [Screen stocks by fundamentals](/guides/screening/screen-stocks-by-fundamentals) — full walkthrough
* [Find momentum plays](/guides/screening/find-momentum-plays) — technical-factor screening
* [Screening prompts](/prompts/screening-prompts) — more templates
