# StableJack Analyst Estimates

> StableJack Analyst Estimates is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves forward analyst estimates (earnings, revenue forecasts) for a publicly listed company by symbol and period.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/analyst_estimates
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-analyst-estimates-1b0c68af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yp9oYrqYx9veydQDMys4h

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 stablejack-analyst-estimates-1b0c68af -d '<json body>'
```

Example prompt: Pull the forward analyst estimates for NVDA for the next 4 quarters — I want to see what Wall Street is projecting for earnings and revenue.

## When to prefer this

Use this endpoint when you need forward-looking analyst consensus estimates for a publicly listed company, particularly for earnings, revenue, or EPS projections. Prefer this over general financial data endpoints when the specific need is sell-side analyst forecast data rather than historical financials or real-time price data.

## Known failure modes

- Unknown or invalid stock symbol returns an error or empty result
- Period parameter out of range or unsupported format causes rejection
- Limit value outside allowed bounds triggers a validation error
- Company not covered by analysts returns empty estimates
- Network or payment authorization failure results in a non-200 response

## How this service works

Retrieve forward analyst estimates for a listed company. Include endpoint, symbol, period, and a bounded limit.

## Output

Returns forward analyst consensus estimates for the requested company, including projected earnings per share (EPS), revenue forecasts, and other financial metrics, filtered by symbol and period with a bounded number of results.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-analyst-estimates-1b0c68af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
