GET /reddit/stocks/v1/trending?limit=20200 OK·142 ms
[
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"buzz_score": 87.5,
"trend": "rising",
"mentions": 342,
"unique_posts": 45,
"subreddit_count": 8,
"sentiment_score": 0.23,
"bullish_pct": 45,
"bearish_pct": 18,
"total_upvotes": 15234,
"trend_history": [45.2, 52.1, 48.7, 67.3, 72.1, 78.4, 87.5]
},
{
"ticker": "NVDA",
"company_name": "NVIDIA Corporation",
"buzz_score": 72.3,
"trend": "stable",
"mentions": 189,
"unique_posts": 31,
"subreddit_count": 6,
"sentiment_score": 0.45,
"bullish_pct": 52,
"bearish_pct": 17,
"total_upvotes": 8921,
"trend_history": [38.1, 40.7, 44.9, 51.5, 57.4, 63, 72.3]
}
]
GET /reddit/stocks/v1/stock/TSLA200 OK·138 ms
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"found": true,
"buzz_score": 87.5,
"mentions": 342,
"sentiment_score": 0.23,
"total_upvotes": 15234,
"unique_posts": 45,
"subreddit_count": 8,
"trend": "rising",
"bullish_pct": 45,
"bearish_pct": 18,
"period_days": 7,
"top_subreddits": [
{ "subreddit": "wallstreetbets", "mentions": 89, "sentiment_score": 0.31, "buzz_score": 68.4 },
{ "subreddit": "stocks", "mentions": 67, "sentiment_score": 0.18, "buzz_score": 55.2 }
],
"daily_trend": [
{
"date": "2026-06-28",
"mentions": 52,
"sentiment_score": 0.31,
"buzz_score": 42.8,
"bullish_pct": 58,
"bearish_pct": 19
},
{
"date": "2026-06-27",
"mentions": 48,
"sentiment_score": 0.18,
"buzz_score": 38.5,
"bullish_pct": 46,
"bearish_pct": 21
}
]
}
GET /reddit/stocks/v1/market-sentiment200 OK·96 ms
{
"buzz_score": 57.4,
"trend": "stable",
"mentions": 3992,
"unique_posts": 418,
"subreddit_count": 21,
"active_tickers": 1000,
"sentiment_score": 0.045,
"bullish_pct": 36,
"bearish_pct": 25,
"trend_history": [49.8, 52.1, 50.7, 55.6, 58.3, 60.2, 57.4],
"drivers": [
{
"ticker": "SPY",
"mentions": 129,
"buzz_score": 74.1,
"sentiment_score": 0.009
},
{
"ticker": "GOOGL",
"mentions": 106,
"buzz_score": 71.8,
"sentiment_score": 0.029
}
]
}
GET /reddit/stocks/v1/compare?tickers=TSLA,NVDA,AMD200 OK·151 ms
{
"period_days": 7,
"stocks": [
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"buzz_score": 87.5,
"sentiment_score": 0.23,
"trend": "rising",
"mentions": 342,
"bullish_pct": 45,
"bearish_pct": 18,
"trend_history": [45.2, 52.1, 48.7, 67.3, 72.1, 78.4, 87.5]
},
{
"ticker": "NVDA",
"company_name": "NVIDIA Corporation",
"buzz_score": 72.3,
"sentiment_score": 0.45,
"trend": "stable",
"mentions": 189,
"bullish_pct": 52,
"bearish_pct": 17,
"trend_history": [38.1, 40.7, 44.9, 51.5, 57.4, 63, 72.3]
},
{
"ticker": "AMD",
"company_name": "Advanced Micro Devices, Inc.",
"buzz_score": 66.2,
"sentiment_score": 0.28,
"trend": "rising",
"mentions": 156,
"bullish_pct": 46,
"bearish_pct": 20,
"trend_history": [40.2, 45.1, 50.7, 57.2, 62.5, 64.8, 66.2]
}
]
}
GET /reddit/stocks/v1/stock/GME/explain200 OK·38 ms·cached
{
"ticker": "GME",
"company_name": "Gamestop Corporation - Class A",
"explanation": "GME is trending due to viral GameStop social media activity and large position posts on r/Superstonk.",
"cached": true,
"generated_at": "2026-06-28T14:30:00+00:00",
"model": "llama-3.1-8b-instant"
}
GET /reddit/stocks/v1/stock/TSLA/mentions200 OK·168 ms
{
"ticker": "TSLA",
"period_days": 7,
"count": 1284,
"results": [
{
"post_id": "abc123",
"comment_id": "def456",
"subreddit": "wallstreetbets",
"author": "user123",
"text_snippet": "TSLA looks strong into earnings...",
"created_utc": "2026-06-28T18:42:10Z",
"upvotes": 381,
"sentiment_score": 0.62,
"sentiment_label": "positive",
"is_inherited": false
},
{
"post_id": "ghi789",
"comment_id": "jkl012",
"subreddit": "stocks",
"author": "trader_jane",
"text_snippet": "Trimmed my TSLA position before the print, IV is rich",
"created_utc": "2026-06-28T17:05:44Z",
"upvotes": 142,
"sentiment_score": -0.18,
"sentiment_label": "negative",
"is_inherited": false
}
]
}