---
title: "Service statistics"
method: GET
path: "/news/stocks/v1/stats"
tags: ["News Stocks"]
---

# Service statistics

`GET /news/stocks/v1/stats`

Return high-level coverage statistics for the news stocks dataset.

Includes:
- total mention rows stored
- distinct tickers with news data
- today's UTC mention and distinct ticker counts
- total supported tickers in the reference universe

## Response `200`

Successful Response

- NewsStatsResponse — News service statistics.
  - `total_mentions` integer, required — Rollup-backed all-time news stock mention total; current-day raw rows may be used only as a bounded freshness fallback
  - `unique_tickers` integer, required — Number of unique tickers with news mentions
  - `mentions_today` integer — News mention rows created since today's UTC midnight
  - `unique_tickers_today` integer — Unique tickers with news mention rows since today's UTC midnight
  - `supported_tickers` integer, required — Number of supported ticker patterns (from ticker_reference)

## Other responses

- `401` — Authentication failed
- `422` — Unsupported source filter query parameter
- `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)
