news-sentiment
FeaturedGet recent news and sentiment for a stock. Use when user asks about news, headlines, sentiment, what's happening with a stock, or recent developments.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- staskh
- Repository
- staskh/trading_skills
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
stock-quote
Get real-time stock quote with price, volume, change, market cap, and 52-week range for any ticker symbol. Use when user asks about current stock price, quote, or basic stock info.
us-news
Fetch recent US-equity news headlines with per-ticker sentiment scores from Alpha Vantage's NEWS_SENTIMENT endpoint. Returns dated, sourced items with relevance scores, sentiment labels (Bearish / Somewhat-Bearish / Neutral / Somewhat-Bullish / Bullish), topic tags, and an aggregate sentiment readout. Use for any US-equity recommendation that needs a sentiment/catalyst read or an event-risk check on news flow. REQUIRED before any US-equity recommendation claims a sentiment edge, and recommended before any directional trade as part of the confluence gate.
yahoo-finance
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.