# Company Profile Lookup (Financial Data x402)

> Company Profile Lookup (Financial Data x402) is a paid API for AI agents from x402-stock-indicators.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a comprehensive company profile for a given stock ticker, including sector, industry, market cap, employee count, and business summary.

## Facts

- Endpoint: GET https://x402-stock-indicators.vercel.app/company-profile/%7Bticker%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-profile-lookup-financial-data-x402-d6facfac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_62Bhauoqy_fnG2b8yJo4a

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 company-profile-lookup-financial-data-x402-d6facfac
```

Example prompt: Can you pull up the company profile for Apple — I want to know what sector and industry it's in, its market cap, and a brief description of what the business does?

## When to prefer this

Use this endpoint when you need structured company metadata — sector, industry, description, headcount, market cap — for a known stock ticker symbol, without requiring an API key or subscription. Ideal for one-off lookups in agentic workflows where pay-per-call micropayments via x402 (USDC on Base or Solana) are acceptable and lower cost than a subscription data provider.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty response
- Payment failure via x402 protocol if USDC balance is insufficient or wallet not configured
- Delisted or OTC tickers may return incomplete or missing fields
- Rate or availability issues from the underlying Yahoo Finance data source

## How this service works

Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.

## Output

A JSON object containing the company's full name, ticker symbol, sector, industry, country, exchange, currency, quote type, fund category, number of employees, market capitalization, website URL, and a plain-English business summary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "name": "Apple Inc.",
  "sector": "Technology",
  "ticker": "AAPL",
  "country": "United States",
  "summary": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets...",
  "website": "https://www.apple.com",
  "currency": "USD",
  "exchange": "NMS",
  "industry": "Consumer Electronics",
  "employees": 150000,
  "market_cap": 4537070911488,
  "quote_type": "EQUITY",
  "fund_category": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-profile-lookup-financial-data-x402-d6facfac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-stock-indicators.vercel.app](https://www.zero.xyz/host/x402-stock-indicators.vercel.app/llms.txt)
