# The Stall — Analyst Ratings by Ticker

> The Stall — Analyst Ratings by Ticker is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.078/call, status unknown (last checked 2026-09-13).

Returns Wall Street analyst ratings and consensus data for a given US stock ticker symbol

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/analyst-ratings
- Price: $0.078/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-analyst-ratings-by-ticker-d4d4edf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pTtDRYivrSE9wo0SB0WSI

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 the-stall-analyst-ratings-by-ticker-d4d4edf8
```

Example prompt: What are the current analyst ratings for NVDA — like the buy/sell/hold breakdown and consensus?

## When to prefer this

Use this endpoint when you need Wall Street analyst consensus ratings or recommendations for a specific US-listed stock. Ideal for investment research workflows, portfolio analysis, or when a user asks whether a stock is considered a buy, sell, or hold by professional analysts. Prefer this over general financial data endpoints when the specific need is analyst opinion aggregation rather than price, fundamentals, or news.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Non-US ticker symbols may not be supported
- Payment failure via x402/USDC results in 402 response
- Data may be delayed or unavailable for thinly-covered small-cap stocks
- Network timeout if upstream data provider is slow

## How this service works

Wall Street analyst consensus and price targets for any US equity. Returns buy/hold/sell breakdown, mean recommendation score (1=Strong Buy, 5=Strong Sell), analyst count, and price target range (low/mean/median/high) with upside-to-target. Free Yahoo Finance data, no API key. Complements us-stock-price and equity-technicals with the analyst conviction layer.

## Output

Analyst rating data for the requested stock ticker, including consensus recommendation (buy/sell/hold), distribution of analyst ratings, and potentially price targets from Wall Street analysts

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "AAPL"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-analyst-ratings-by-ticker-d4d4edf8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
