# Stratalize Public Company Financials

> Stratalize Public Company Financials is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves SEC EDGAR financial statement data (income statement, balance sheet, key ratios) for any US public company from filed reports

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/public-company-financials
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-public-company-financials-0a0bb3f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VCqjhx6iq4MvcTMu4Vo0x

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 stratalize-public-company-financials-0a0bb3f1
```

Example prompt: Pull the latest SEC EDGAR financials for Tesla — I need the income statement, balance sheet, and key ratios for my comp analysis.

## When to prefer this

Use this endpoint when you need structured, verifiable financial statement data (income statement, balance sheet, key ratios) for a US public company sourced directly from SEC EDGAR filings — especially when cryptographic provenance and independent verifiability of the data are important, such as in due diligence, investor briefs, or compliance-sensitive comp analyses.

## Known failure modes

- Company name not found or ambiguous — returns error or empty result
- Company is not a US public company with SEC EDGAR filings — no data available
- SEC EDGAR sync lag — most recent quarter may not yet be available
- Payment failure — x402 USDC payment of $0.02 not completed, request blocked
- Rate limiting or API unavailability — service temporarily down

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). SEC EDGAR financial statements for US public companies — income statement, balance sheet, and key ratios from filed reports. Required param: ticker or CIK. Source: SEC EDGAR synced filings

## Output

Returns income statement, balance sheet, and key financial ratios sourced from SEC EDGAR filed reports for the requested US public company, along with an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Request parameter: company name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-public-company-financials-0a0bb3f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
