# TwelveX Balance Sheet API

> TwelveX Balance Sheet API 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-14).

Retrieves a company's balance sheet financial statements for a given stock symbol, powered by Twelve Data.

## Facts

- Endpoint: POST https://twelvix402.vercel.app/api/balance-sheet/%7Bsymbol%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-balance-sheet-api-c3b432f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fbx_rhAVuTeXfx8rYrvbI

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-balance-sheet-api-c3b432f6 -d '<json body>'
```

Example prompt: Pull the balance sheet for Apple (AAPL) so I can see their total assets, liabilities, and shareholders equity.

## When to prefer this

Use this endpoint when you need fundamental balance sheet data (assets, liabilities, equity) for a publicly traded company by ticker symbol. Prefer this over general market data endpoints when performing fundamental analysis or financial due diligence. Best suited for agents doing equity research or financial modeling.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error
- Symbol not covered by Twelve Data returns no data
- Payment of 0.15 USDC not completed results in 402 rejection
- Rate limit exceeded returns throttle error
- Private or delisted companies may return empty 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 balance sheet data for the requested stock symbol, including assets, liabilities, equity figures, and other key financial statement line items sourced from Twelve Data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-balance-sheet-api-c3b432f6/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)
