# Price Target Consensus

> Price Target Consensus is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.031/call, status unknown (last checked 2026-09-14).

Returns analyst price target consensus data for a given stock ticker, aggregating buy/sell/hold ratings and target prices.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/price-target-consensus
- Price: $0.031/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/price-target-consensus-432ad31e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DShdEx6COdI3zjRxaSzdG

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 price-target-consensus-432ad31e
```

Example prompt: What's the analyst price target consensus for NVDA right now — how many buys, holds, and sells, and what's the average target price?

## When to prefer this

Use this endpoint when you need quick, structured analyst consensus data for a public equity without setting up brokerage API credentials or financial data subscriptions. Ideal for AI agents that need Wall Street sentiment and price target aggregation on demand, paying per call in USDC with no account required. Prefer this over full financial data APIs when you only need consensus estimates rather than full fundamental or historical data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Ticker for non-US or thinly-covered stocks may have sparse or no analyst data
- Payment failure via x402/USDC results in 402 response and no data returned
- Rate limiting or transient upstream data provider outages may return 503 or timeout

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns aggregated analyst consensus data for the requested ticker, typically including: mean/median price target, high and low analyst targets, number of analysts covering the stock, and a breakdown of buy/hold/sell ratings.

## 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/price-target-consensus-432ad31e/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)
