Real-time sentiment analysis from X/Twitter's most active trading communities. Track which tickers FinTwit is talking about before the market moves.
| # | Ticker | Company | Buzz | Trend | Validated |
|---|---|---|---|---|---|
| Loading trending stocks... | |||||
The Trending API allows developers and traders to retrieve all trending tickers.
Integrate X/Twitter trending data into your trading algorithms, dashboards, or research tools. Our API provides clean, structured data updated every 60 minutes.
Fill out the form below to get your API key instantly.
RESTful JSON API. All requests require authentication via X-API-Key header.
https://api.adanos.org/x/stocks
X-API-Key: sk_live_...
/v1/trending
Returns trending stocks from X/Twitter based on Grok analysis.
days | Time period in days (1-30, default: 1) |
limit | Maximum results (1-100, default: 20) |
offset | Skip first N results for pagination (default: 0) |
[
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"buzz_score": 100,
"trend": "rising",
"mentions": 4,
"is_validated": true
},
{
"ticker": "SMCI",
"company_name": "Super Micro Computer, Inc.",
"buzz_score": 91,
"trend": "stable",
"mentions": 3,
"is_validated": false
}
]
ticker | Stock ticker symbol |
company_name | Company name (null if not found) |
buzz_score | Buzz score (0-100), calculated from X rank |
trend | rising, falling, or stable (rolling 24h window) |
mentions | Number of fetches where ticker appeared |
is_validated | Also trending on Reddit (cross-platform validation) |
/v1/stock/{ticker}
Returns X/Twitter trending data for a specific ticker including buzz score and daily trend history.
ticker | Stock ticker symbol (1-10 uppercase letters, e.g., TSLA) |
days | Time period in days (1-30, default: 7) |
{
"ticker": "TSLA",
"company_name": "Tesla, Inc.",
"found": true,
"buzz_score": 100,
"total_mentions": 12,
"period_days": 7,
"is_validated": true,
"daily_trend": [
{ "date": "2025-12-30", "mentions": 2, "avg_rank": 3.5 },
{ "date": "2025-12-31", "mentions": 4, "avg_rank": 1.0 }
]
}
ticker | Stock ticker symbol |
company_name | Company name (null if not found) |
found | Whether ticker was found in X trending |
buzz_score | Buzz score (0-100, null if not found) |
total_mentions | Total appearances in the period |
period_days | Time period analyzed |
is_validated | Whether ticker is also trending on Reddit |
daily_trend | Array of daily data with date, mentions, and avg_rank |
401 | Missing or invalid API key |
Everything you need to know about the X Stock Sentiment API.
We monitor cashtag mentions ($TSLA, $NVDA, etc.) across X/Twitter, including posts from influential FinTwit accounts, traders, and financial news sources.
Buzz score is a proprietary metric (0-100) that reflects how much attention a stock is getting on X/Twitter. Higher scores indicate more buzz.
Our API updates every 60 minutes. Historical data is available for the past 90 days.
The free tier includes 250 API calls per month and access to all 100 trending stocks. Perfect for personal projects and prototyping.
Tickers that appear on both X/Twitter and Reddit trending lists are marked as is_validated: true. This provides higher confidence that a stock is genuinely trending across multiple platforms.
All responses are in JSON format. Core fields include ticker, x_rank, buzz_score, trend, and is_validated. The is_validated field indicates cross-platform validation with Reddit.
Yes. All API keys are limited to 100 requests per minute. Rate limit headers are included in every response.
Our data is for informational purposes only. While many traders use sentiment as one input, we recommend combining it with other analysis. Past sentiment is not indicative of future performance.
Running a hedge fund, building a fintech product, or need high-volume access for your trading platform? Our Enterprise plan offers significantly higher rate limits for professional use cases.