v1

latestOpenAPI 3.1.0MIT2026-08-0453113564.4 KB
News Stocks

Service statistics

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
get/news/stocks/v1/stats

Response

Successful Response

total_mentionsinteger required

Rollup-backed all-time news stock mention total; current-day raw rows may be used only as a bounded freshness fallback

unique_tickersinteger required

Number of unique tickers with news mentions

mentions_todayinteger

News mention rows created since today's UTC midnight

unique_tickers_todayinteger

Unique tickers with news mention rows since today's UTC midnight

supported_tickersinteger required

Number of supported ticker patterns (from ticker_reference)

Example response

{
  "total_mentions": 12833,
  "unique_tickers": 65,
  "mentions_today": 342,
  "unique_tickers_today": 21,
  "supported_tickers": 11800
}