# The Stall — Equity Fundamentals

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

Returns fundamental financial data for a US stock given its ticker symbol, paid per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/equity-fundamentals
- Price: $0.059/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-equity-fundamentals-77f66254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VJ4scBwyORTkisajsqZaX

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-fundamentals-77f66254
```

Example prompt: Pull the equity fundamentals for NVDA — I want to see the key financial metrics like P/E ratio, revenue, and earnings.

## When to prefer this

Choose this endpoint when you need quick, per-call access to US equity fundamentals without setting up an account or API key. Ideal for AI agents that need on-demand stock fundamental data and can pay micropayments in USDC on Base. Best for ad-hoc lookups rather than high-volume batch financial data pipelines.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Ticker not found for non-US or delisted stocks
- Payment failure if USDC balance on Base is insufficient
- Network or provider downtime causes 5xx errors
- Missing required 'ticker' query parameter returns validation error

## How this service works

Fundamental valuation metrics for any US public company — P/E TTM, forward P/E, PEG, P/B, EV/EBITDA, margins, ROE, ROA, revenue TTM, earnings/revenue growth, free cash flow, market cap, beta. Raw data for valuation screening and DCF inputs. No API key. $0.020/call.

## Output

Returns fundamental financial data for the requested US stock ticker, including valuation metrics, earnings, revenue, and other key financial indicators. Payment of $0.015 USDC is settled on Base mainnet via x402 — no account or API key required.

## 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-equity-fundamentals-77f66254/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)
