# StableFinance SEC Filing Types Lookup

> StableFinance SEC Filing Types Lookup is a paid API for AI agents from stablefinance.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns the list of supported SEC filing types available for financial data queries via Financial Datasets AI.

## Facts

- Endpoint: GET https://stablefinance.dev/api/filings/types
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablefinance-sec-filing-types-lookup-7dc46e55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oJBBc4AuKbHWw9hfbbiXU

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 stablefinance-sec-filing-types-lookup-7dc46e55
```

Example prompt: What types of SEC filings are available through StableFinance — like 10-K, 10-Q, or 8-K — so I know which form types I can pull financial data for?

## When to prefer this

Use this endpoint when you need to discover what SEC filing types are available before constructing a query for specific filings or financial documents. It acts as a metadata/reference endpoint to enumerate valid form type codes prior to fetching actual filing data.

## Known failure modes

- 402 Payment Required if USDC payment not included
- Invalid or missing x402 payment header returns payment error
- Network timeout returning empty or partial response
- Unexpected schema changes from upstream Financial Datasets AI provider

## How this service works

Valid filing_type enum values.

## Output

A JSON object containing a list of supported SEC filing type codes such as 10-K, 10-Q, 8-K, 20-F, and 6-K that can be used to query financial datasets.

## Example request

```json
{}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "filing_types": [
   "10-K",
   "10-Q",
   "8-K",
   "20-F",
   "6-K"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablefinance-sec-filing-types-lookup-7dc46e55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablefinance.dev](https://www.zero.xyz/host/stablefinance.dev/llms.txt)
