Back to Overview

News Intelligence

AI-curated market news with relevance scoring

Response: 1-3 seconds Cached for 7 days

What It Does

The News Intelligence API analyzes market events and generates curated news items with AI-powered relevance scoring. Each news item includes investment implications and verified sources.

Intelligent Curation

AI filters noise, surfaces only market-moving events

Investment Context

Each item includes clear implications for investors

Source Verification

All news backed by credible, verifiable sources

When to Use

Perfect For

  • • Morning market briefings
  • • Real-time news feeds
  • • Event-driven trading signals
  • • Client newsletters
  • • Portfolio monitoring alerts

Not Ideal For

  • • Deep fundamental analysis
  • • Historical news archives
  • • Regulatory filings
  • • Earnings transcripts
  • • Technical indicators

Simple Example

Request

POST /api/products/news
{
  "symbols": ["NVDA", "AMD"],
  "n": 3
}

Response

{
  "job_id": "abc-123",
  "status": "completed",
  "from_cache": false,
  "news": [
    {
      "title": "NVIDIA Unveils Next-Gen H200",
      "content": "NVIDIA announced the H200 GPU...",
      "relevance_score": 0.95,
      "sources": ["reuters.com/..."]
    }
  ]
}

Parameters

Parameter Type Required Description
symbols string[] Yes 1-10 stock symbols
n number No Number of news items (1-20, default: 5)
language string No ISO 639-1 code (default: "en")
data object No Additional context for analysis

Response Format

News Item Structure

title Clear, informative headline
content Detailed news content (2-3 paragraphs)
sources Array of source URLs for verification
relevance_score 0.0-1.0 relevance to provided symbols

Pro Tips

💡

Batch symbols: Analyze multiple stocks in one request for related news and better context.

💡

Use caching: Results are cached for 7 days. Identical requests return instantly.

💡

Relevance threshold: Filter results client-side using relevance_score for quality control.

💡

Morning briefings: Set n=10 for comprehensive morning updates, n=3 for quick alerts.

Ready to Start?