finance-sentiment

Fetch normalized stock sentiment signals from Reddit, X.com, news, and Polymarket via the Adanos Finance API.

3.3k|382|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/himself65/finance-skills --skill finance-sentiment-himself65
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: finance-sentiment
Source: https://github.com/himself65/finance-skills/tree/main/plugins/data-providers/skills/finance-sentiment
Command: npx skills add https://github.com/himself65/finance-skills --skill finance-sentiment-himself65

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Answering questions about how much a stock is being discussed on social platforms normally requires manually browsing Reddit, X.com, news sites, and prediction markets. This Skill aggregates those scattered signals into normalized metrics like buzz score, bullish percentage, mentions, and trend through a single read-only API. ## Core Features & Use Cases - Cross-Source Sentiment: Retrieve buzz score, bullish percentage, mention or trade counts, and trend from Reddit, X.com, financial news, and Polymarket. - Multi-Ticker Comparison: Batch up to 10 tickers in one compare request to rank stocks by buzz or sentiment. - Cross-Platform Alignment Checks: Determine whether Reddit, X, and news agree on a ticker, with synthesis labeled aligned bullish, aligned bearish, or mixed. - Use Case: Ask "Compare social sentiment on AMD vs NVDA" and receive a ranked comparison of buzz scores, bullish percentages, and trends across both tickers over the last 7 days. ## Quick Start Ask the assistant to show the Reddit and X.com sentiment snapshot for TSLA over the last 7 days.

Frequently Asked Questions about finance-sentiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check social sentiment for a stock like TSLA?▼

Call the Adanos compare endpoints with the ticker and a days parameter, such as /reddit/stocks/v1/compare?tickers=TSLA&days=7. The response returns buzz score, bullish percentage, mentions, and trend for the requested window.

How to compare stock buzz across Reddit, X.com, and Polymarket?▼

Query the compare endpoint for each source with the same tickers, then compare buzz_score, bullish_pct, and trend across responses. Reddit, X, and news use mentions as the volume field, while Polymarket uses trade_count.

What API key do I need for the Adanos Finance API?▼

You need an ADANOS_API_KEY set as an environment variable, sent via the X-API-Key header on every request. If the key is missing, the skill asks you to export it before making any calls.

Can this skill place trades based on sentiment signals?▼

No, the skill is strictly read-only and only fetches sentiment data for research. It never executes trades, modifies anything, or converts results into trading instructions.

How many tickers can I compare in one sentiment request?▼

The compare endpoints support 1 to 10 tickers batched in a single request, such as tickers=AMD,NVDA,META. The default lookback window is 7 days unless you specify another value.

What does it mean when a source has no sentiment data for a ticker?▼

Missing source data should be treated as no data, not as bearish or neutral sentiment. The skill explicitly avoids overstating precision since these are research signals rather than trade instructions.