---
title: "Service statistics"
method: GET
path: "/x/stocks/v1/stats"
tags: ["X/Twitter Stocks"]
---

# Service statistics

`GET /x/stocks/v1/stats`

Returns high-level coverage and freshness metrics for the X/Twitter dataset.

Includes:
- total X mentions in the database
- number of unique tickers with X mentions
- today's UTC X mention and distinct ticker counts
- supported ticker count from the reference universe

## Response `200`

Successful Response

- XStatsResponse — X/Twitter service statistics.
  - `total_mentions` integer — Rollup-backed all-time X mention total; current-day raw rows may be used only as a bounded freshness fallback
  - `unique_tickers` integer — Number of unique tickers with X mentions in the database
  - `mentions_today` integer — X mention rows created since today's UTC midnight
  - `unique_tickers_today` integer — Unique tickers with X mentions since today's UTC midnight
  - `supported_tickers` integer — Total tickers in ticker_reference table

## Other responses

- `401` — Authentication failed
- `429` — Rate limit exceeded
- `503` — Database temporarily unavailable
- `504` — Analytics request deadline exceeded

---

[API](https://skmtc.net/adanos/apis/adanos-market-sentiment-api.md) · [All operations](https://skmtc.net/adanos/apis/adanos-market-sentiment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adanos/adanos-market-sentiment-api/revisions/351caf64ba81/schema)
