# Stock Compare — The Stall by IntuiTek

> Stock Compare — The Stall by IntuiTek is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.139/call, status unknown (last checked 2026-09-14).

Compares financial metrics and performance data across multiple stocks, returning side-by-side analysis payable via USDC on Base mainnet with no account required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/stock-compare
- Price: $0.139/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stock-compare-the-stall-by-intuitek-7ce7589b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s9tMErTO_mcg8B8qpQqVu

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 stock-compare-the-stall-by-intuitek-7ce7589b
```

Example prompt: Can you compare AAPL and MSFT side by side — I want to see how they stack up on key metrics like price, PE ratio, and recent performance?

## When to prefer this

Choose this endpoint when you need a quick, structured, side-by-side comparison of two or more stocks without setting up an account or managing API keys — ideal for agent workflows that require on-demand equity analysis paid per-call in USDC. Prefer it over brokerage APIs when frictionless, accountless access is a priority and the comparison use case is the primary goal rather than trade execution.

## Known failure modes

- Invalid or unrecognized ticker symbols return an error or empty data
- Delisted or OTC stocks may not be supported
- Rate limits or payment failures on the x402 layer result in HTTP 402 responses
- Missing required ticker parameters cause malformed request errors
- Real-time data may have slight delays for certain exchanges

## 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

A structured side-by-side comparison of the requested stock tickers, including key financial metrics such as current price, PE ratio, market cap, recent performance figures, and other comparable indicators that allow direct evaluation across equities.

## 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/stock-compare-the-stall-by-intuitek-7ce7589b/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)
