# TwelveX Balance Sheet Data API

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

Retrieves balance sheet financial statements for a given stock symbol via the Twelve Data provider.

## Facts

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

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-data-api-d9bba28f -d '<json body>'
```

Example prompt: Can you pull up the balance sheet for Apple (AAPL) — I want to see the assets, liabilities, and shareholder equity from their latest filing?

## When to prefer this

Use this endpoint when you need structured balance sheet financial statement data for a publicly traded stock and are willing to pay per-call via x402/USDC micropayment. Prefer this over free alternatives when you need reliable, up-to-date fundamental data powered by Twelve Data for stocks, and when integrating into an automated agent workflow that handles x402 payment flows.

## Known failure modes

- Invalid or unrecognized stock ticker symbol returns an error
- Symbol not covered by Twelve Data returns no data
- Payment of 0.15 USDC not completed results in 402 rejection
- Network timeout or upstream Twelve Data outage causes failure
- Malformed POST request body returns validation error

## How this service works

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

## Output

Returns balance sheet data for the requested stock symbol, including line items such as total assets, total liabilities, shareholder equity, cash, debt, and other balance sheet components sourced from Twelve Data.

## More

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