StockNews.AI
Trading bots

News API for AI trading bots

Feed your trading bot cleaner news signals so it can focus on ranking opportunities, researching catalysts, and testing outcomes.

Builder example

REST API and MCP access

Agent-ready
REST request
GET https://stocknews.ai/api/news?sentimentRating=verybullish&eventName=Mass%20Contract&limit=10
MCP server URI
Ask your MCP-connected agent: Which very bullish contract or M&A signals deserve deeper research?

What you get

Structured news signals for agents.

StockNews.AI does not execute trades. It gives your bot better context before it decides what deserves attention.

Best for bots that need event filters, sentiment labels, source context, and price-at-signal data before deeper analysis.
Use the News Agent to inspect signals manually, then wire the same data into your bot through API or MCP.

Catalyst filters

Filter for earnings, M&A, share buybacks, mass contracts, FDA approvals, lawsuits, leadership changes, and more.

Sentiment labels

Use verybullish, bullish, neutral, bearish, and verybearish labels with numeric sentiment scores.

Research triggers

Route high-importance news into fundamental, technical, portfolio, or risk analysis before action.

Backtesting context

Store newsId, eventId, firstSeenAt, relevantSymbols, and startPrice to compare later market movement.

How it works

From financial news to AI decisions.

Step 1

Filter

Request high-signal news by ticker, market view, source, sentiment, eventName, or hot ranking.

Step 2

Rank

Use importanceScore, relevanceScore, sentimentScore, and reasoning fields to prioritize what matters.

Step 3

Test

Save signal metadata and startPrice to measure what happened after each event.

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

Common builder questions.

Is this a trading execution system?

No. StockNews.AI provides analyzed financial news data. Your bot or strategy decides what to do with the signal.

Can I filter for only very bullish news?

Yes. Use sentimentRating=verybullish, or combine it with symbols, eventName, source, and type filters.

Can I backtest news signals?

Yes. Store the signal identifiers, timestamp, relevant symbols, and startPrice when available.