# OpenWebNinja Company Income Statement API

> OpenWebNinja Company Income Statement API 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).

Fetches a company's income statement financial data (revenue, EBITDA, net income, EPS, margins) by stock ticker symbol and period

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/company-income-statement
- 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-company-income-statement-api-352ebad6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wZmSmtBBf2W1nDj2hhg-f

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-company-income-statement-api-352ebad6
```

Example prompt: Pull up the quarterly income statement for Apple (AAPL) — I want to see their revenue, EBITDA, net income, and earnings per share for the most recent quarters.

## When to prefer this

Use this endpoint when you need structured income statement financials (revenue, EBITDA, EPS, margins) for a publicly traded company by ticker symbol, especially when you want per-period breakdowns. Prefer over general financial news APIs when you need machine-readable historical income data.

## Known failure modes

- Invalid or unknown ticker symbol returns empty or error response
- Unsupported period type may return no data
- Missing required symbol parameter causes request failure
- Rate limiting or payment failure if x402 USDC payment not processed

## 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

Returns an array of income statement records for the requested company and period, each containing date, revenue, EBITDA, net income, net profit margin, operating expense, earnings per share, effective tax rate, and currency, along with the stock symbol and period type.

## 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-company-income-statement-api-352ebad6/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)
