# OpenWebNinja Company Cash Flow Data

> OpenWebNinja Company Cash Flow Data 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).

Returns historical cash flow statements for a publicly traded company by stock ticker symbol and reporting period

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/company-cash-flow
- 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-cash-flow-data-03ba9448
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XlxXmdv5Q1lZPm5Swlm_E

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-cash-flow-data-03ba9448
```

Example prompt: Can you pull the quarterly cash flow statement for Apple (AAPL) — I want to see free cash flow, cash from operations, and net income for recent quarters?

## When to prefer this

Use this endpoint when you need structured, machine-readable cash flow statement data for a publicly traded company by ticker symbol, especially when you want to analyze operating, investing, or financing cash flows by quarter or annual period. Prefer this over general financial news APIs when you specifically need balance-sheet-level cash flow line items rather than price or earnings data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error response
- Unsupported period type may return no data
- Rate limit or payment failure returns 402 status
- Ticker symbol for non-US or unlisted company may not have data
- Truncated response if schema output is cut off

## 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 a structured cash flow object containing an array of period records for the requested company, each with date fields (day, month, year), currency, net income, free cash flow, net change in cash, cash from financing activities, cash from investing activities, and cash from operations, along with the ticker symbol, period type, and API status.

## 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-cash-flow-data-03ba9448/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)
