# StableFinance Company Facts CIKs

> StableFinance Company Facts CIKs is a paid API for AI agents from stablefinance.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a list of SEC Central Index Key (CIK) identifiers for publicly traded companies via pay-per-request financial data access.

## Facts

- Endpoint: GET https://stablefinance.dev/api/company/facts/ciks
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablefinance-company-facts-ciks-5ff04060
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FFbGn4WzQQs6zlDGQxBay

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-company-facts-ciks-5ff04060
```

Example prompt: What are the SEC CIK numbers for publicly traded companies available in the Financial Datasets AI database? I need the list of CIK identifiers like Apple's 0000320193.

## When to prefer this

Use this endpoint when you need to enumerate available company CIK identifiers from the Financial Datasets AI dataset, particularly as a prerequisite step before fetching company-specific financial facts or SEC filing data. Prefer this over manual SEC EDGAR lookups when you need a pre-vetted list of supported companies with pay-per-use micropayment access.

## Known failure modes

- Invalid or unsupported properties filter returns empty or error response
- Payment failure via x402 returns 402 status with payment required details
- Rate limiting or quota exceeded returns 429 error
- Network timeout if upstream Financial Datasets AI is unavailable

## How this service works

CIKs covered by /company/facts.

## Output

A JSON object containing an array of CIK strings (e.g. ['0000320193', '0000789019', '0001652044']) representing SEC Central Index Keys for companies available in the financial dataset.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ciks": [
   "0000320193",
   "0000789019",
   "0001652044"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablefinance-company-facts-ciks-5ff04060/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)
