# The Stall — Company Intel by Ticker

> The Stall — Company Intel by Ticker 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 company intelligence and background data for a US-listed stock given its ticker symbol

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/company-intel
- 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-company-intel-by-ticker-9712315a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V93GxneQoZCZXDojufELc

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-company-intel-by-ticker-9712315a
```

Example prompt: Can you pull up the company intel on NVDA — I want a quick overview of what the business does, its industry, and sector?

## When to prefer this

Use this endpoint when you need company-level background information (description, sector, industry) for a US-listed stock by its ticker symbol, especially in a pay-per-call context with no API key or account setup. Prefer over general web search when you want structured, machine-readable corporate metadata rather than unstructured prose.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Class-suffix tickers (e.g. BRK.A) may need to be submitted without the dot suffix (e.g. BRKA)
- Payment failure or insufficient USDC balance on Base mainnet results in 402 response
- Non-US or OTC-only tickers may not be supported
- Rate limits or service unavailability return 5xx errors

## How this service works

Returns SEC EDGAR due diligence data for any US public company by ticker symbol: legal name, CIK, SIC industry code and description, state of incorporation, fiscal year end, SEC filer category, primary business location, and 2-year filing history (10-K/10-Q/8-K counts and most-recent dates). Use before any agent task involving US public company identification, regulatory filing assessment, financial analysis, or industry classification. Free upstream: SEC EDGAR public API (US government data, n

## Output

Returns structured company intelligence for the given US stock ticker, including business description, sector, industry classification, and other corporate profile data available for that equity.

## 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-company-intel-by-ticker-9712315a/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)
