News API
News API Documentation
Access real-time and historical news articles related to specific symbols, lists, or general queries.
Introduction
The News API provides endpoints to search and retrieve financial news articles. You can filter news by symbols, date ranges, sources, and perform both keyword and semantic searches.
Authentication
Authenticate your API requests using your API token via HTTP Headers or Query Parameters, as described in the main API documentation.Learn more
Common Parameters
Many News API endpoints share common query parameters for filtering and pagination:
limit
: Number of results per page (default: 10).offset
: Number of results to skip for pagination (default: 0).from
: Start date (YYYY-MM-DD) for filtering articles.to
: End date (YYYY-MM-DD) for filtering articles.q
: Text query for keyword search.q_embedding
: Text query for semantic similarity search.symbols
: Comma-separated list of symbols (e.g., "NASDAQ:AAPL,NASDAQ:MSFT").sources
: Comma-separated list of allowed source domains (whitelist).exclude_sources
: Comma-separated list of excluded source domains (blacklist).
Rate Limits
Refer to the main API documentation for details on rate limits based on your plan.Learn more
API Reference
Detailed endpoints for accessing news data.