Agent-ready fields
Use title, signalTitle, content summary, relevantSymbols, eventName, sentimentRating, and reasoning fields.
Give your AI agent clean financial news context so it can reason about what matters instead of spending tokens cleaning raw articles.
Builder example
GET https://stocknews.ai/api/news?symbol=NVDA,AMD,TSM&type=hot&limit=20Ask your MCP-connected agent: Find the most important bullish semiconductor news today.What you get
Each result is shaped for downstream reasoning, summarization, filtering, and decision support.
Use title, signalTitle, content summary, relevantSymbols, eventName, sentimentRating, and reasoning fields.
Start from analyzed news so your agent spends fewer tokens on basic summarization and sentiment classification.
Request ticker-specific news or broad market news for macro, sector, and rate-sensitive context.
Keep source URLs available so your agent can cite or verify the underlying article before making a recommendation.
How it works
Your agent asks for recent, hot, market, bullish, bearish, or event-specific financial news.
StockNews.AI returns structured signals with scoring, summaries, source context, ticker tags, and price-at-signal data.
Your agent can compare signals against fundamentals, technicals, portfolio exposure, or risk rules.
Sample signal fields
JSON{
"symbol": "LDOS",
"sentimentRating": "verybullish",
"eventName": "Mass Contract",
"importanceScore": 90,
"sentimentScore": 85,
"relevanceScore": 95,
"summary": "Leidos was awarded a $2.7 billion contract...",
"startPrice": 128.33,
"sourcesJson": [
{ "source": "PRNewswire", "sourceUrl": "..." },
{ "source": "Reuters", "sourceUrl": "..." }
]
}FAQ
The API returns structured analysis instead of only headlines, which makes it easier for agents to filter, rank, and explain news.
Yes. You can request market-level news and combine it with ticker-specific signals inside your agent workflow.
Yes. The fields are designed for research assistants, dashboards, backtesting notebooks, and trading-agent context.
More builder pages
Build trading agents, research assistants, and dashboards on top of structured stock news signals instead of raw headlines.
Connect your AI client to StockNews.AI with an MCP Server URI and give it read-only tools for stock news, company context, and market data.
Feed your trading bot cleaner news signals so it can focus on ranking opportunities, researching catalysts, and testing outcomes.
Get sentiment and reasoning on market-moving stock news, plus enough source context for users and AI agents to verify the signal.