# OpenWebNinja Realtime Company Balance Sheet

> OpenWebNinja Realtime Company Balance Sheet is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Retrieves real-time or historical company balance sheet data for a given stock ticker symbol, including assets, liabilities, equity, and financial ratios.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/company-balance-sheet
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-company-balance-sheet-8027f56e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mDBOmTrPhfa1ByQtkxZUi

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 openwebninja-realtime-company-balance-sheet-8027f56e
```

Example prompt: Pull the latest quarterly balance sheet for Apple (AAPL) — I want to see total assets, total liabilities, equity, and return on assets in English.

## When to prefer this

Use this endpoint when you need structured, real-time company balance sheet data for publicly traded companies, including key financial ratios and per-period breakdowns. Prefer this over income statement or cash flow endpoints when the user is asking specifically about assets, liabilities, equity, or solvency metrics.

## Known failure modes

- Invalid or unrecognized stock ticker symbol returns empty data or error
- Unsupported period value returns validation error
- Rate limiting or payment failure results in 402 response
- No data available for the requested period (e.g., future date or very old history)
- Language code not supported may default to English or return error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

An array of balance sheet records for the requested company and period, each containing date, currency, total assets, total liabilities, total equity, shares outstanding, price-to-book ratio, return on assets percentage, return on capital percentage, and cash and short-term investments.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-realtime-company-balance-sheet-8027f56e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
