Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Pre-analyzed financial news over REST and MCP. Every story carries per-ticker impact, a category and a 1 to 10 relevance score, plus structured SEC filing data for insider trades and corporate events.
AlphaAI is a financial news API that delivers pre-analyzed, relevance-scored news over REST and MCP. Every story is tagged with the tickers it affects, a category, and a 1 to 10 relevance score, along with per-ticker sentiment and written reasoning. It also includes structured SEC filing data for insider trades and corporate events, making it suitable for trading bots, AI agents, and dashboards.
Authorization: Bearer ak_live_....GET /api/news/) or connect via the MCP server for AI agents.symbol, category, min_relevance, and cursor to narrow results and page through the feed.sort=ingested for efficient incremental reads.What is the alphai stock news API? A REST API that serves financial news as plain JSON over HTTPS. Every article arrives already scored for relevance (1–10) and tagged with the tickers it affects, plus per-ticker sentiment and written reasoning.
Why not send raw articles to my own agent instead? You can, but the cost lands in triage: the wire runs one story across dozens of outlets, most of it is not material to any position, and your model spends tokens working that out. alphai does that pass once, server-side, so you can drop everything under your threshold before a token is spent.
Is there a free financial news API? Yes. The Free plan gives you one API key, capped at 20 requests a minute and 100 a day. That's enough to evaluate the feed and build a prototype, and it doesn't ask for a credit card.
How is this different from a market-data or financial-data API? Market-data APIs give you prices, fundamentals, and OHLC bars. alphai is a news API. It tells you what happened, which tickers it touches, and how material it is, but it won't quote you a price.
Does the API cover SEC filings and insider trading? Yes. SEC EDGAR Form 4 insider filings flow through the same feed as press news, in the same JSON shape. 8-K filings are also included, categorized by item.
Does the API cover macro news like Fed decisions and CPI prints? Yes. Market-wide events flow through the feed under macro_economy, commodities, and geopolitics categories, with a dedicated /api/news/macro/ endpoint.
Can I trace a story back to the original source? Yes. Every row carries the publisher's own URL, the outlet name and its domain, the publication timestamp, and the bylines when available.