# StableFinance Financial Tickers List

> StableFinance Financial 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 available stock ticker symbols supported by the Financial Datasets AI data service.

## Facts

- Endpoint: GET https://stablefinance.dev/api/prices/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-financial-tickers-list-9d31c77b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nz8ajW6ivZRZrhgJwEgsx

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-financial-tickers-list-9d31c77b
```

Example prompt: Can you pull up the full list of stock tickers available on StableFinance so I can see which equities I can get price data for?

## When to prefer this

Use this endpoint when you need to discover which stock ticker symbols are available before querying price data, or when you want to validate that a specific equity is supported by the StableFinance/Financial Datasets AI service. Particularly useful as a prerequisite step before fetching prices for a list of stocks.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned requiring x402 micropayment
- Invalid or malformed properties filter parameter — may return empty or error response
- Service unavailable — upstream Financial Datasets AI provider outage
- Rate limiting or authentication failure — HTTP 429 or 401 response

## How this service works

Tickers supported by the historical /prices endpoint.

## Output

A JSON object containing an array of ticker symbols (e.g. AAPL, MSFT, GOOGL, NVDA, TSLA) representing all equities available for price queries 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-financial-tickers-list-9d31c77b/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)
