v1

latestOpenAPI 3.1.0MIT2026-08-0453113564.4 KB
Reddit Stocks

Service statistics

Returns high-level Reddit stock dataset coverage metrics for questions like:

  • how many stock mention rows are stored
  • how many distinct tickers currently have Reddit data
  • how many mention rows and distinct tickers are present today (UTC)
  • how many supported tickers exist in the reference universe

The current-day counters count all rows in reddit_mentions since UTC midnight, including post mentions, comment mentions and inherited thread-context mentions.

get/reddit/stocks/v1/stats

Response

Successful Response

total_mentionsinteger required

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

unique_tickersinteger required

Number of unique tickers with mentions

mentions_todayinteger

Stock mention rows created since today's UTC midnight, including posts, comments and inherited thread-context mentions

unique_tickers_todayinteger

Unique tickers (detected using case-sensitive, uppercase-only patterns) including posts, comments and inherited thread-context mentions

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
}