# TwelveX Company Profile Endpoint

> TwelveX Company Profile Endpoint is a paid API for AI agents from twelvix402.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Retrieves a company's fundamental profile data (name, sector, exchange, description, etc.) for a given stock symbol via Twelve Data.

## Facts

- Endpoint: POST https://twelvix402.vercel.app/api/profile/%7Bsymbol%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-company-profile-endpoint-770a9228
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0BD-apmFqjSB9TVvFtJjJ

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 twelvex-company-profile-endpoint-770a9228 -d '<json body>'
```

Example prompt: Can you pull up the company profile for NVDA — I want to know what sector it's in, who the CEO is, and a brief description of what the company does?

## When to prefer this

Use this endpoint when you need fundamental company profile metadata (sector, CEO, description, exchange) for a stock ticker, rather than price data or technical indicators. Best suited for equity research context-setting, company overviews, or enriching a dataset with company metadata.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty response
- Delisted or OTC stocks may not have profile data available
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or upstream Twelve Data API outage causes 5xx error
- Symbol passed with incorrect casing or format may return no results

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns structured company profile data including company name, exchange, sector, industry, CEO, number of employees, market capitalization, website URL, and a textual business description for the requested stock symbol.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-company-profile-endpoint-770a9228/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
