Get News for Markets
Retrieve news articles related to a specific market
Find News Articles Related to Markets
This endpoint retrieves news articles related to a specified market or market topic. It uses neural search technology to find the most relevant news content, helping users stay informed about events that might impact market outcomes.
How It Works
The endpoint uses Exa neural search to:
- Take your market query text
- Find the most relevant recent news articles
- Filter out prediction market platforms themselves
- Return a curated list of news sorted by relevance
Path Parameters
- market (required): The market query to search for news (can be a market question or topic)
Query Parameters
- days (optional): Number of days to look back for news (default: 7)
- limit (optional): Maximum number of results to return (default: 10)
- excludeDomains (optional): Comma-separated list of domains to exclude
Response Format
Default Domain Exclusions
By default, the API excludes articles from prediction market platforms to avoid circular references:
- kalshi.com
- metaculus.com
- manifold.markets
- polymarket.com
You can override or extend these exclusions using the excludeDomains
parameter.
Use Cases
- Market Research: Find news that might impact a market’s outcome
- Event Tracking: Monitor news related to market resolution conditions
- Information Discovery: Find relevant information about market topics
- Content Aggregation: Create news feeds related to markets of interest
Example Queries
News Freshness
The API searches for news published within the specified timeframe (default: 7 days), ensuring that you get the most recent and relevant information that might impact market outcomes.
Authorizations
Enter your API key as the bearer token
Path Parameters
The market query to search for news
Query Parameters
Number of days to look back for news
Maximum number of results to return
Comma-separated list of domains to exclude