# StableFinance Earnings Tickers List

> StableFinance Earnings Tickers List 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 stock tickers available for earnings data queries via Financial Datasets AI.

## Facts

- Endpoint: GET https://stablefinance.dev/api/earnings/tickers
- 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-earnings-tickers-list-6c935cf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fEJd5bM7G-A0M34hn4vXQ

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-earnings-tickers-list-6c935cf5
```

Example prompt: Can you pull up the full list of stock tickers that have earnings data available on StableFinance, so I know which companies I can query for earnings reports?

## When to prefer this

Use this endpoint when you need to discover which stock tickers are supported for earnings data queries before making downstream earnings data requests. Ideal as a first step before querying specific company earnings through StableFinance. Prefer this over scraping financial sites or using broader financial APIs when you need a curated list of earnings-eligible tickers available through the x402 micropayment-enabled Financial Datasets AI pipeline.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid or malformed properties parameter — may return 400 Bad Request
- Service unavailable — returns 503 or timeout
- Upstream Financial Datasets AI outage — returns 502 Bad Gateway

## How this service works

Tickers with earnings coverage.

## Output

A JSON object containing an array of stock ticker symbols (e.g. AAPL, MSFT, GOOGL, NVDA, TSLA) that have earnings data available through the Financial Datasets AI 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-earnings-tickers-list-6c935cf5/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)
