WSB Sentiment Datafor Institutional Clients
Real-time Reddit sentiment analysis via REST API and WebSocket. Trusted by hedge funds, quant firms, and fintech platforms.
Built for Financial Professionals
Hedge Funds
Integrate WSB sentiment signals into your quantitative models. Backtest with years of historical data.
Trading Platforms
Add real-time sentiment widgets to your platform. White-label solutions available.
Financial Media
Power your market commentary with data-driven retail sentiment insights.
Powerful API Features
Everything you need to integrate sentiment data into your systems
REST API
Simple HTTP endpoints with pagination and filtering
WebSocket Stream
Real-time firehose of sentiment updates
Webhooks
Get notified of sentiment spikes instantly
Bulk Export
Download historical data in CSV or Parquet
Ticker Filtering
Query specific symbols or subreddits
Sentiment Scores
Bullish/bearish/neutral percentages
Spike Detection
Algorithmic detection of unusual activity
Historical Backfill
Years of Reddit sentiment data
Enterprise Pricing
Flexible plans for teams of all sizes. Volume discounts available.
Starter
$5,000/year (save 2 months)
- ✓10,000 API calls/day
- ✓1+ years historical data
- ✓1 webhooks
- ✓REST API Access
- ✓1 Year Historical Data
- ✓Email Support
Professional
$20,000/year (save 2 months)
- ✓100,000 API calls/day
- ✓3+ years historical data
- ✓10 webhooks
- ✓REST API Access
- ✓Real-time WebSocket Stream
- ✓3 Years Historical Data
- ✓Bulk CSV/Parquet Export
- ✓Slack Channel Support
- ✓Dedicated Account Manager
Enterprise
$50,000/year (save 2 months)
- ✓Unlimited API calls/day
- ✓Full Historical historical data
- ✓Unlimited webhooks
- ✓REST API Access
- ✓Real-time WebSocket Stream
- ✓Full Historical Data (5+ years)
- ✓Bulk CSV/Parquet Export
- ✓White-label Widgets
- ✓Custom Integrations
- ✓24/7 Dedicated Support
- ✓99.9% Uptime SLA
Simple Integration
Get started with just a few lines of code
import requests
API_KEY = "fm_your_api_key_here"
BASE_URL = "https://api.stonkhub.io/v1"
# Get trending tickers
response = requests.get(
f"{BASE_URL}/sentiment/trending",
headers={"Authorization": f"Bearer {API_KEY}"},
params={"days": 7, "limit": 20}
)
trending = response.json()
for ticker in trending["data"]:
print(f"{ticker['ticker_symbol']}: {ticker['bullish_percent']}% bullish")Ready to Get Started?
Join leading financial institutions using StonkHub data to gain an edge in the markets.
Frequently Asked Questions
What data sources do you cover?
We analyze posts and comments from r/wallstreetbets, r/stocks, r/options, and other major finance subreddits. Our data goes back 5+ years. Sentiment data is derived from public social media posts and is inherently noisy — see our disclaimer for details.
How often is the data updated?
Real-time for WebSocket streams, every 5 minutes for REST endpoints. Daily aggregates are computed at midnight UTC.
Can I backtest my strategies with your data?
Yes! Enterprise clients get access to our full historical database for quantitative backtesting.
Do you offer custom integrations?
Enterprise tier includes custom integration support. Contact our team to discuss your requirements.
Is there a trial period?
We offer a 14-day trial for the Starter tier. Contact sales for Professional/Enterprise trials.