Market news for AI agents

Clean market data from leading financial sources. Tickers extracted, sentiment analyzed, asset classes tagged — ready for your AI agents, trading bots, and analytics pipelines.

Market Movers

Articles with the most ticker mentions — highest market impact.

For AI Agents

Drop this into Claude, Cursor, Hermes, or any AI agent to give it instant access to structured financial news.

$ curl "https://wireforai.com/agent.md"

The agent.md file contains the full API reference, response format, and usage examples — everything an AI agent needs to query WireForAI.

Latest Market News

View all articles →

What You Can Build

A few ideas to get started.

🤖

AI Trading Bots

Query market sentiment and ticker mentions to inform trading decisions. Filter by asset class or specific symbols.

📊

Market Dashboards

Build real-time financial dashboards with color-coded asset classes, sentiment indicators, and ticker badges.

🔍

Research Pipelines

Feed clean, structured financial data into your analytics pipeline. Semantic search finds relevant articles instantly.

Agent Skills

Give Claude, Cursor, or ChatGPT real-time market awareness. Drop the agent.md skill file and ask anything.

API Reference

All endpoints return JSON. Base: wireforai.com

$curl "https://wireforai.com/api/mcp/search?q=BTC+rally&limit=5"
GET/api/articlesLatest, paginated
GET/api/market/newsFilter by asset, ticker, sentiment
GET/api/market/moversHighest impact
GET/api/market/sentimentSentiment per ticker
GET/api/market/assetsArticle counts by asset
GET/api/mcp/searchAgent-optimized search
GET/agent.mdAI agent skill file
import httpx r = httpx.get("https://wireforai.com/api/market/news", params={"asset_class": "crypto", "limit": 5}) for a in r.json()["articles"]: print(a["tickers"], a["sentiment"], a["title"])
curl "https://wireforai.com/api/market/news?asset_class=crypto&limit=5"

Market Feed

📭

Loading articles...