Aggregate and analyze financial news and market sentiment using the Finskills API
news endpoints. Extract actionable signals from headlines, classify sentiment by
ticker and sector, and surface market-moving catalysts — so you can react to
information before it's fully priced in.
API Key required — Register at https://finskills.net to get your free key.
Header: X-API-Key:
> Get your API key: Register at https://finskills.net — free tier available, Pro plan unlocks real-time quotes, history, and financials.
Activate when the user:
GET https://finskills.net/v1/free/news/finance
Extract: title, summary, source, published timestamp, sentiment score (if provided), tickers mentioned
GET https://finskills.net/v1/news/latest
Extract: same fields as above, with more sources and more recent latency
GET https://finskills.net/v1/news/by-symbol/{SYMBOL}
Extract: news articles filtered to a specific stock — title, summary, sentiment, source, timestamp
Collect and deduplicate articles across sources. Sort by:
Source trust tiers:
For each article, classify:
| Signal | Bearish | Neutral | Bullish |
|---|---|---|---|
| -------- | --------- | --------- | --------- |
| Fed/Policy | Rate hike surprise, hawkish tone | Policy hold expected | Rate cut, dovish language |
| Earnings | Miss + lowered guidance | Beat, maintained guidance | Beat + raised guidance |
| Economic Data | Weak jobs, poor PMI | Mixed data | Strong GDP, low unemployment |
| Geopolitics | New conflicts, trade war | Ongoing tensions | Peace/trade deal |
| M&A | Deal collapse, hostile bid | Rumored deals | Friendly acquisition at premium |
| Macro | Recession signals | Soft landing narrative | Growth acceleration |
Assign an overall Market Sentiment Score for the day:
Group articles by stocks/sectors mentioned:
Flag high-impact event types:
Generate:
╔══════════════════════════════════════════════════════╗
║ NEWS & SENTIMENT REPORT — {DATE} {TIME} ║
╚══════════════════════════════════════════════════════╝
🌡️ OVERALL MARKET SENTIMENT: {RISK-ON / MIXED / RISK-OFF}
Sources analyzed: {N} | Timeframe: Last {hours}h
📌 TOP MARKET THEMES
1. {Most important market-moving story}
2. {Second important story}
3. {Third important story}
📈 BULLISH CATALYSTS
🟢 {TICKER/SECTOR}: {headline}
Source: {source} | Sentiment: Positive | Impact: {High/Medium/Low}
Signal: {one-line interpretation}
🟢 {TICKER/SECTOR}: {headline}
...
📉 BEARISH RISKS
🔴 {TICKER/SECTOR}: {headline}
Source: {source} | Sentiment: Negative | Impact: {High/Medium/Low}
Signal: {one-line interpretation}
🔴 {TICKER/SECTOR}: {headline}
...
🏭 SECTOR SENTIMENT MAP
Sector Sentiment Key Driver
Technology 🟢 Bullish AI chip demand stories, NVDA + SMCI positive
Energy 🔴 Bearish Crude oil supply glut concerns
Financials 🟡 Mixed Rate cut hopes vs. credit risk headlines
Healthcare 🟡 Neutral No major catalysts today
...
🔍 STOCK-SPECIFIC NEWS
[If user specified a ticker]
{TICKER} — {N} stories in last 24h:
{timestamp}: {headline} [{Positive/Negative/Neutral}]
{timestamp}: {headline} [{sentiment}]
Net Sentiment: {Positive/Mixed/Negative}
⚡ HIGH-IMPACT EVENTS TO WATCH
• {Event 1} — scheduled {date/time}
• {Event 2} — expected announcement
共 1 个版本