finance-sentiment
FeaturedFetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people are talking about a stock, how hot a ticker is on social platforms, how many Polymarket bets exist for a company, whether sources are aligned, or to compare stock sentiment across multiple tickers. Triggers include: "social sentiment on TSLA", "how hot is NVDA on X.com", "how many Reddit mentions does AAPL have", "compare sentiment on AMD vs NVDA", "how many Polymarket bets on Microsoft", "is Reddit aligned with X on META", "stock buzz", "bullish percentage", and any mention of cross-source stock sentiment research. This skill is READ-ONLY and does not place trades or modify anything.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- himself65
- Repository
- himself65/finance-skills
- Created
- 6 months ago
- Last Updated
- 2 weeks ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
stock-sentiment
Sentiment and smart-money positioning for US stocks.
stocktwits-sentiment
Manually refresh retail sentiment for watchlist tickers from StockTwits — per-ticker bull%/bear% from user-tagged messages, message volume, watcher count. Free public API (no auth). Sibling of `reddit-sentiment`; together they form the raw retail-sentiment layer that LLM scoring (in `sentiment-cache`) consumes. Manual by design — no automatic refresh, no cron. Covers US equities + crypto (with `.X` suffix); KLSE returns 404 gracefully and stores as no-coverage.
reddit-sentiment
Manually refresh retail sentiment for watchlist tickers from Reddit (r/wallstreetbets, r/stocks, r/investing, r/CryptoCurrency, r/Bursa_Malaysia, per-coin subs, etc.) into a local JSON cache that the dashboard reads. Returns mention count, velocity vs 7d baseline, and the top posts per ticker. Raw-fetch leg of the retail-sentiment build — sibling of `stocktwits-sentiment`; both feed the LLM scorer in `sentiment-cache`. Manual by design — no automatic refresh, no cron. REQUIRED before any §4 retail-sentiment contrarian read.