# TwelveX Balance Sheet API

> TwelveX Balance Sheet API is a paid API for AI agents from twelv1x402.vercel.app, paid per call via x402, $0.15/call, status down (last checked 2026-09-16).

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

## Facts

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

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-78c24bcb -d '<json body>'
```

Example prompt: Can you pull the balance sheet for Apple (AAPL) so I can see their total assets, liabilities, and shareholders equity?

## When to prefer this

Choose this endpoint when you need structured balance sheet fundamentals (assets, liabilities, equity) for a publicly traded stock and want pay-per-call pricing via x402 without a subscription. Prefer over direct Twelve Data access when using the x402 micropayment protocol in an agent workflow.

## Known failure modes

- Invalid or unknown stock symbol returns an error response
- Symbol not covered by Twelve Data returns no data
- Payment of 0.15 USDC not completed results in 402 Payment Required
- Network timeout from upstream Twelve Data API
- Rate limiting or quota exceeded on the underlying provider

## 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, and equity figures sourced from Twelve Data's financial database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-balance-sheet-api-78c24bcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelv1x402.vercel.app](https://www.zero.xyz/host/twelv1x402.vercel.app/llms.txt)
