> For the complete documentation index, see [llms.txt](https://docs.stablejack.xyz/stablejack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stablejack.xyz/stablejack/use-cases/screen-and-find-stocks.md).

# Screen and Find Stocks

Find stocks that match specific investment criteria, strategies, sectors, valuation ranges, growth profiles, or financial characteristics.

Finding suitable stocks can require reviewing hundreds of companies, comparing financial metrics, and filtering results based on your investment strategy. StableJack helps reduce this workload by screening stocks according to the conditions and characteristics you define.

You can use StableJack to search for undervalued companies, high-growth businesses, financially strong stocks, dividend opportunities, momentum stocks, or companies that match a specific investment style.

### How StableJack Helps You Screen Stocks

StableJack analyzes available company, financial, valuation, market, and price data to identify stocks that match your criteria.

Depending on your request, the screening process may consider revenue growth, earnings growth, profitability, margins, cash flow, debt, valuation multiples, dividend yield, price momentum, trading volume, analyst expectations, sector conditions, and recent market performance.

Rather than returning stocks based on one isolated metric, StableJack can combine multiple conditions and explain why each company may fit the requested screen.

### Find Undervalued Stocks

Discover companies trading at potentially attractive valuations compared with their fundamentals, historical averages, or industry peers.

StableJack can assess valuation metrics such as price-to-earnings, enterprise value-to-EBITDA, price-to-sales, free cash flow yield, and other relevant measures. It can also consider profitability, growth, financial health, and industry conditions to determine whether a low valuation may represent an opportunity or reflect underlying business risks.

**Prompt Example:**

“Find undervalued technology stocks with positive free cash flow, manageable debt, and consistent revenue growth.”

### Find High-Growth Stocks

Screen for companies showing strong revenue growth, earnings growth, improving margins, or rising market expectations.

StableJack can compare recent results with historical performance and analyst forecasts to identify companies whose growth may be accelerating. It can also evaluate valuation and financial health to help distinguish sustainable growth from growth that depends heavily on debt, dilution, or temporary market conditions.

**Prompt Example:**

“Find US stocks with strong revenue growth, improving earnings, and positive analyst expectations.”

### Find Quality Stocks

Identify companies with consistent profitability, healthy cash flow, manageable debt, strong margins, and stable financial performance.

Quality investing focuses on businesses that may be better positioned to perform across different market conditions. StableJack can review return on equity, return on invested capital, free cash flow, margin stability, balance-sheet strength, and earnings consistency.

It can also highlight risks that may reduce the quality of the company, such as increasing leverage, weakening margins, or inconsistent cash generation.

**Prompt Example:**

“Find quality stocks with strong free cash flow, low debt, stable margins, and consistent earnings growth.”

### Find Dividend Stocks

Discover companies based on dividend yield, dividend growth, payout sustainability, and financial health.

A high dividend yield alone may not indicate an attractive investment. StableJack can also evaluate the company’s payout ratio, free cash flow, debt levels, earnings stability, and dividend history to assess whether the distribution appears sustainable.

You can define a minimum dividend yield, preferred sector, financial criteria, or expected level of dividend growth.

**Prompt Example:**

“Find dividend stocks with a yield above 3%, a sustainable payout ratio, positive free cash flow, and consistent dividend growth.”

### Find Momentum Stocks

Identify stocks showing strong recent price performance, increasing trading volume, positive momentum, and supportive market conditions.

StableJack can examine short-term and medium-term price trends, relative strength, technical indicators, volume changes, and market sentiment. It can also identify potential resistance levels and conditions that may weaken the momentum thesis.

**Prompt Example:**

“Find stocks with strong three-month price momentum, increasing volume, and positive market sentiment.”

### Find Stocks by Investment Strategy

Screen companies based on value, growth, quality, momentum, income, or a combination of different investment styles.

You can define the factors that matter most to your strategy. For example, a growth-at-a-reasonable-price screen may combine strong earnings growth with moderate valuation multiples, while a quality-value screen may prioritize profitability, cash flow, financial strength, and an attractive valuation.

StableJack can structure the results around your chosen strategy and explain how each company matches the selected criteria.

**Prompt Example:**

“Find quality-value stocks with strong profitability, low debt, positive free cash flow, and valuations below their sector averages.”

### How to Get Better Results

Include the market, sector, company size, investment strategy, financial criteria, and time horizon you want StableJack to consider.

Instead of asking:

“Find good stocks.”

You can ask:

“Find large-cap US healthcare stocks with consistent revenue growth, positive free cash flow, low debt, and valuations below their five-year averages.”

Clear screening criteria help produce a more focused list and make it easier to understand why each stock was included.

### Explore StableJack in Practice

StableJack helps you narrow a large stock universe into a more relevant list of companies based on your investment criteria.

Try adjusting valuation limits, sectors, growth requirements, financial health metrics, or investment strategies to see how the results change. You can then analyze individual companies in more detail before making an investment decision.

You can try [StableJack](https://www.stablejack.xyz/) now.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stablejack.xyz/stablejack/use-cases/screen-and-find-stocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
