# StableFinance Company Facts Tickers

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

Returns the list of available stock tickers for which company facts data can be retrieved via Financial Datasets AI.

## Facts

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

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-tickers-c456e70a
```

Example prompt: What stock tickers are available through Financial Datasets AI on StableFinance — give me the full list of companies I can pull facts for.

## When to prefer this

Use this endpoint when you need to discover which company tickers are supported before making further financial data queries. Ideal as a first step when building a financial data pipeline or when you need to validate that a particular stock symbol is available in the Financial Datasets AI dataset.

## Known failure modes

- Missing or invalid x402 payment header returns HTTP 402 Payment Required
- Insufficient USDC balance results in payment failure
- Invalid properties filter parameter returns 400 Bad Request
- Service unavailable returns 503
- Rate limiting may return 429 Too Many Requests

## How this service works

Tickers covered by /company/facts.

## Output

A JSON object containing an array of ticker symbols (e.g. AAPL, MSFT, GOOGL, NVDA, TSLA) representing all companies for which financial facts data is available through this service.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tickers": [
   "AAPL",
   "MSFT",
   "GOOGL",
   "NVDA",
   "TSLA"
  ]
 }
}
```

## More

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