# The Stall — Cash Flow Statement

> The Stall — Cash Flow Statement is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Retrieves a company's cash flow statement data via a pay-per-call USDC micropayment, no API keys required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/cash-flow-statement
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-cash-flow-statement-adbf4026
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u-BxbzSnYiWn7OTAWhib2

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 the-stall-cash-flow-statement-adbf4026
```

Example prompt: Pull the latest cash flow statement for Apple — I need to see operating, investing, and financing cash flows, and I'm happy to pay a small USDC fee per call without needing an account.

## When to prefer this

Choose this endpoint when you need structured cash flow statement data for publicly traded companies without the overhead of API key registration or subscription management. It is ideal for agents that need on-demand, pay-per-use financial data access via USDC micropayments on Base mainnet, particularly in automated research or screening workflows where cost-per-call economics matter.

## Known failure modes

- Missing or invalid company identifier returns an error or empty response
- Requesting a period with no available data returns null or an empty dataset
- Payment failure or insufficient USDC balance prevents the call from completing
- Non-public or unlisted companies may return no data
- Network latency or upstream data provider outage causes timeout

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns structured cash flow statement data for the requested company, including line items for operating activities (e.g. net income, depreciation, working capital changes), investing activities (e.g. capex, acquisitions), and financing activities (e.g. debt issuance, dividends, buybacks), along with the net change in cash for the period.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-cash-flow-statement-adbf4026/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
