# StableFinance Financial Metrics Snapshot Tickers

> StableFinance Financial Metrics Snapshot 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 a list of available stock ticker symbols for which financial metrics snapshots can be retrieved via pay-per-request access.

## Facts

- Endpoint: GET https://stablefinance.dev/api/financial-metrics/snapshot/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-financial-metrics-snapshot-tickers-6827e99d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mhtf711tKOm3WEbUm0HM0

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-metrics-snapshot-tickers-6827e99d
```

Example prompt: Can you pull up the list of available stock tickers I can get financial metrics snapshots for using StableFinance's Financial Datasets AI?

## When to prefer this

Use this endpoint when you need to discover which stock tickers are supported before querying detailed financial metrics snapshots. Ideal as a first step in a financial data workflow to validate ticker availability before making downstream calls.

## Known failure modes

- Payment not included or insufficient USDC (402 Payment Required)
- Invalid or missing properties filter parameter returns unexpected results
- Network timeout or service unavailability returns 5xx error
- Empty ticker list returned if no data is currently available

## How this service works

Tickers supported by the metrics snapshot endpoint.

## Output

Returns a JSON object containing an array of stock ticker symbols (e.g. AAPL, MSFT, GOOGL, NVDA, TSLA) for which financial metrics snapshot data is available through the API.

## 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-metrics-snapshot-tickers-6827e99d/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)
