# ScriptMasterLabs SEC 10-Q Quarterly Filing API

> ScriptMasterLabs SEC 10-Q Quarterly Filing API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Retrieves SEC 10-Q quarterly filing data for public companies, paid per-call in USDC via x402 protocol

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/sec-10-q-quarterly-filing
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-sec-10-q-quarterly-filing-api-93ce12c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5KPYWt1wJY_Xj6h-WMrPV

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 scriptmasterlabs-sec-10-q-quarterly-filing-api-93ce12c8
```

Example prompt: Can you pull the latest SEC 10-Q quarterly filing for Apple so I can review their most recent quarterly financials?

## When to prefer this

Use this endpoint when you need structured 10-Q quarterly SEC filing data accessed via a pay-per-call micropayment model (USDC on Base via x402), particularly for AI agents that need on-demand SEC compliance or financial research without a subscription. Prefer this over full EDGAR scraping when you need a simple GET-based API call with minimal overhead and crypto-native payment settlement.

## Known failure modes

- Company not found or invalid ticker/CIK returns empty or error response
- Filing not yet available for the requested quarter (e.g. recently ended period)
- Payment failure via x402 protocol results in 402 Payment Required response
- Malformed or missing required query parameters returns 400 Bad Request
- Service unavailability on hosted Render instance returns 503 or timeout
- Rate limiting if too many calls made in rapid succession

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns SEC 10-Q quarterly filing data for the requested company, which may include financial statement figures, filing metadata (CIK, period of report, filing date), income statement, balance sheet, and cash flow information as reported to the SEC via EDGAR.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-sec-10-q-quarterly-filing-api-93ce12c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
