v1

latestOpenAPI 3.1.0MIT2026-08-0453113564.4 KB
X/Twitter Stocks

Service statistics

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

Response

Successful Response

total_mentionsinteger

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

unique_tickersinteger

Number of unique tickers with X mentions in the database

mentions_todayinteger

X mention rows created since today's UTC midnight

unique_tickers_todayinteger

Unique tickers with X mentions since today's UTC midnight

supported_tickersinteger

Total tickers in ticker_reference table

Example response

{
  "total_mentions": 935,
  "unique_tickers": 100,
  "mentions_today": 42,
  "unique_tickers_today": 12,
  "supported_tickers": 11800
}