# The Stall — Equity Sentiment Analysis

> The Stall — Equity Sentiment Analysis is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Returns AI-derived sentiment signals for equities, enabling agents to gauge market mood around a stock or ticker symbol.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/equity-sentiment
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-equity-sentiment-analysis-50a651a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dEcK_sxLpPMuL2CRyHPon

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-equity-sentiment-analysis-50a651a9
```

Example prompt: What's the current market sentiment for TSLA — is it bullish or bearish right now?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call equity sentiment signal without setting up accounts or API keys. Ideal for AI agents making trading-adjacent decisions or screening stocks by market mood. Prefer this over subscription-based sentiment APIs when usage is sporadic or cost-per-call economics are favorable at $0.015 USDC.

## Known failure modes

- Unknown or invalid ticker symbol returns an error or empty result
- Ticker not covered by the sentiment data source returns no data
- Missing required ticker parameter causes a 400-level error
- Payment failure (insufficient USDC balance) results in a 402 response requiring payment
- Rate limiting or service unavailability returns a 5xx error

## How this service works

Equity market Fear & Greed composite. Four signals: VIX vs 90-day percentile, SPY vs 200-day moving average, US high-yield credit spread vs 90-day range (FRED BAMLH0A0HYM2), SPY RSI-14. Returns composite score 0–100 (0=extreme greed, 100=extreme fear) with regime label and per-signal breakdown. Distinct from market-sentiment (crypto). Use before sizing positions, adjusting portfolio risk, or routing capital. Free sources, no API keys.

## Output

Returns a sentiment signal or score for the specified equity ticker, indicating whether market mood is positive, negative, or neutral, likely with a confidence or magnitude value.

## Example request

```json
{
 "required": "equity-sentiment",
 "properties": "ticker,sentiment_score,timestamp"
}
```

## 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-equity-sentiment-analysis-50a651a9/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)
