SentiSignalFinancial News Search API
Financial News Search API

Financial News Search
Built for AI Agents & RAG

130,000+ pre-analyzed financial articles. Every article scored for importance, quality, and sentiment by AI. Semantic search included. Not just keywords — meaning.

130K+ articles
145 sources
3 asset classes
3072-dim embeddings

Why developers choose SentiSignal News API

Other APIs give you raw articles. We give you intelligence.

🎯

AI Importance Score

Every article rated 0–1 for market impact. Filter to only market-moving news. No other financial news API offers this.

🔍

Semantic Search

Find articles by meaning, not just keywords. Powered by 3072-dim Gemini embeddings stored in Qdrant vector database.

🤖

RAG-Ready Responses

AI-generated summaries + structured scores. Drop results directly into your LLM context. No preprocessing needed.

📊

Dual Sentiment (LLM + VADER)

Each article has both LLM sentiment (-1 to 1) and VADER sentiment. Use bullish/bearish filters to surface signals.

🌐

MCP Native

Use from Claude, Cursor, or any MCP client without HTTP code. search_financial_news tool available out of the box.

🏆

Quality & Credibility Filter

Pre-filtered for quality. Each article has quality_score and credibility_score. Skip clickbait automatically.

How we compare

Feature SentiSignal ✓ Competitor A Competitor B Competitor C Competitor D
Financial focus
AI importance score~
Quality/credibility filter~
Semantic search~
Per-article sentimentBasic
AI summaries in response~
MCP server
Starter priceComing Soon$449/moFree-?$5/1k req$20K+/yr

Quick Start

Get your first results in 30 seconds.

Keyword search
curl "https://www.sentisignal.com/api/v1/news/search?q=bitcoin+etf+approval&asset_type=crypto&min_importance=0.6&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"
Semantic search (paid)
curl "https://www.sentisignal.com/api/v1/news/search?q=federal+reserve+rate+decision+impact&mode=semantic&asset_type=fx&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response
{
  "status": "success",
  "data": {
    "results": [
      {
        "id": "a1b2c3d4e5f6...",
        "title": "Bitcoin ETF Approval Drives BTC to New All-Time High",
        "source": "CoinDesk",
        "published_at": "2026-03-13T09:30:00Z",
        "summary": "The SEC approved the first spot Bitcoin ETF, triggering...",
        "scores": {
          "importance": 0.94,
          "quality": 0.89,
          "sentiment_llm": 0.78
        }
      }
    ],
    "meta": { "total": 847, "limit": 5, "took_ms": 42 }
  }
}

Endpoints

GET /api/v1/news/search 🔑 auth Full-text or semantic news search with filters and scoring
GET /api/v1/news/trending 🔑 auth Top assets by news activity in last 24h or 7d
GET /api/v1/news/:id 🔑 auth Article detail with AI summary, scores, and similar articles
GET /api/v1/news/sources 🌐 public List of all news sources with article counts and quality scores

MCP Native

Use SentiSignal directly from Claude, Cursor, or any MCP-compatible AI assistant.

The SentiSignal MCP server exposes search_financial_news, get_trending_financial_news, and get_news_article as native tools. Your AI agent can search, filter, and read financial news without writing HTTP code.

  • ✓ Works with Claude Desktop, Cursor, Windsurf, and any MCP client
  • ✓ Same API key, same rate limits as REST
  • ✓ Returns AI summaries + scores in structured format
claude_desktop_config.json
{
  "mcpServers": {
    "sentisignal": {
      "command": "node",
      "args": ["/path/to/sentisignal-mcp/dist/index.js"],
      "env": {
        "SENTISIGNAL_API_KEY": "sk-..."
      }
    }
  }
}
Coming Soon

Get notified when the Financial News Search API launches

We're finalising pricing and terms. Register your email and we'll let you know the moment access opens.

No spam. One email when the Financial News Search API opens.

Be first when the News Search API opens

Register above — we'll notify you when access is available.

Get Notified

Explore the full API suite

One API key covers all products. Finance Hub ->

Suite
Finance Hub
Full API suite

Umbrella landing for the full API suite with one key, one plan, and a shared product story.

View ->
Gold
Gold Price API
Spot, history, conversions

Gold spot prices, historical series back to 2004, and conversions across five weight units.

View ->
Metals
Metals Price API
Gold, silver, platinum, palladium

Daily precious metals coverage with FX conversion and weight-unit support.

View ->
FX
Currencies API
Spot and historical rates

Daily ECB reference rates and historical currency pairs for reporting, analytics, and conversion.

View ->
Sent
Market Sentiment API
Daily, rolling, divergence

Daily sentiment scores, rolling windows, and top-asset rankings derived from thousands of AI-analyzed financial news articles.

View ->
Cmdty
Commodities Price API
Energy and agriculture

Energy and agriculture endpoints with historical summaries, source transparency, and FX conversion.

View ->
MCP
MCP Server Finance Hub
Agent-native tool access

Finance tools for Claude, Cursor, and other MCP clients using the same API access model.

View ->