Access Market-Moving Signals,
Instantly & Programmatically
Signals Exchange is the unified API for real-time market. Stop scraping and start innovating with clean, structured signals from news, SEC filings, patents, and more.
Real-Time Event Streaming
Create custom alerts and receive notifications in real-time via WebSockets the moment a signal is detected.
wss://stream.signals.exchange/v1/events
$ connecting...
~ Connection successful. Listening for events based on your triggers...
Designed for Developers & Quants
Everything you need to build powerful, data-driven applications and trading strategies.
Comprehensive Sources
Access a diverse range of alternative and traditional data from a single, unified endpoint.
Real-Time Streaming
Use our WebSocket API to receive instant notifications on events you care about, as they happen.
Powerful Filtering
Query by ticker, CIK, keyword, industry, filing type, and more to pinpoint the exact data you need.
Easy Integration
Use our REST or GraphQL API to make querying data fast, simple, and easy.
A Universe of Signals
Gain an edge with timely data from sources that matter.
Monitor Global News in Real-Time
News drives market sentiment and can precede significant price movements. Our database holds 1+ million news articles tagged with tickers. Use this to gauge public perception, react to breaking stories, or uncover thematic trends.
GET /v1/news?tickers=TSLA&limit=1
[
{
"id": "n_1b2c3d4e5",
"source": "Reuters",
"title": "Tesla Announces New AI Chip...",
"published_at": "2024-10-26T14:30:00Z",
"tickers": ["TSLA"]
}
]
Go Straight to the Source
Corporate filings are a goldmine of unfiltered information. From insider trades (Form 4) to quarterly earnings (10-Q) and major events (8-K), these documents provide a direct look into a company's health and strategy, often before the market fully digests the information.
GET /v1/filings?cik=0001318605&type=8-K
[
{
"id": "f_9a8b7c6d5",
"company": "Tesla, Inc.",
"cik": "0001318605",
"type": "8-K",
"filed_at": "2024-10-22T08:00:00Z"
}
]
Uncover Future Innovation
Patents are a leading indicator of a company's R&D pipeline and future product roadmap. Tracking patent awards from specific companies or across technology sectors can reveal competitive advantages and disruptive technologies long before they hit the market.
GET /v1/patents?assignee=Google+LLC
[
{
"id": "p_5f4e3d2c1",
"title": "Neural network for autonomous...",
"assignee": "Google LLC",
"granted_at": "2024-10-15Z"
}
]
Be First to Know About New Drug Developments
Clinical trials are a critical part of the drug development process. By monitoring clinical trial registrations and results, you can gain insights into upcoming drug approvals, market entries, and potential healthcare disruptions.
GET /v1/clinical_trials?study_id=12345
[
{
"id": "f_9a8b7c6d5",
"company": "Tesla, Inc.",
"cik": "0001318605",
"type": "8-K",
"filed_at": "2024-10-22T08:00:00Z"
}
]
Plus Government Contract Awards, Market Snapshots, and more!
Start Building in Minutes
Simple, predictable, and powerful. Our REST API is built to get you from idea to execution as fast as possible.
const axios = require('axios');
const API_KEY = 'YOUR_API_KEY';
const TICKER = 'AAPL';
async function getNews() {
try {
const response = await axios.get(
`https://signals.exchange/api/news?tickers=${TICKER}`,
{ headers: { 'Authorization': `Bearer ${API_KEY}` } }
);
console.log(response.data);
} catch (error) {
console.error('Error fetching news:', error);
}
}
getNews();
Simple, transparent pricing
Choose the plan that's right for you.
Free
Perfect for looking around and experimenting
- 3 notification rules
- 7-days of historical news data
- 10-minute data lag
- Email notifications
- REST and GraphQL integrations
Hobbyist
Ideal for someone who wants to run experiments and backtests
- 20 notification rules
- 6-months of historical news data
- 1-minute data lag
- Email and Websocket notifications
- REST, GraphQL and Websocket integrations
- Signal price impact
Industry
For active traders, firms, and teams
- Unlimited notification rules
- Complete historical news data
- < 10 second data lag
- Email and Websocket notifications
- REST, GraphQL and Websocket integrations
- Signal price impact
- Backtests
- Custom sentiment analysis model
- Real-time earnings call notifications (coming soon)
What Our Customers Say
"Signals Exchange has been a game-changer for our platform. The data is incredibly fresh and the API is a joy to work with. Highly recommend!"
- Jane Doe, Lead Developer at QuantAlgo
"The breadth of data available is unmatched. We were able to quickly integrate SEC filings and patent data, saving us months of development time."
- John Smith, CTO at Innovate Analytics
"Fantastic documentation and responsive support. Signals Exchange is now an indispensable part of our market intelligence infrastructure."
- Emily White, Founder of MarketWatch AI
Ready to Transform Your Trading?
Join Signals Exchange today and unlock the power of real-time market intelligence.