Get Market News
OpenAPI JSON Spec Retrieve market news articles within a specified time range, optionally filtered by symbol. Supports pagination and flexible filtering.
Use cases:
- Market news aggregation and monitoring
- Stock-specific news tracking
- News analysis and sentiment tracking
- Media applications and news feeds
Data & semantics:
- start_time: Start time (Unix timestamp in seconds, required)
- end_time: End time (Unix timestamp in seconds, required)
- symbol: Stock symbol filter (optional, e.g., AAPL, TSLA)
- topic: Topic filter (optional, lowercase). Valid values:
- blockchain, earnings, economy_fiscal, economy_macro, economy_monetary
- energy_transportation, finance, financial_markets, ipo, life_sciences
- manufacturing, mergers_and_acquisitions, real_estate, retail_wholesale, technology
- source: Media source filter (optional). Valid values:
- Reuters, AP News, BBC, The New York Times, The Washington Post, The Guardian
- Bloomberg, The Wall Street Journal, Financial Times, CNBC, Fortune
- Forbes, TechCrunch, MIT Technology Review, The Verge
- WIRED, South China Morning Post, Nikkei Asia, Business Wire, PR Newswire
- sort_by_type: Sort by type - PUBLISHED_TIME, OVERALL_SENTIMENT_SCORE, or RELEVANCE_SCORE (optional, default: PUBLISHED_TIME)
- sort_by: Sort order - “ASC” or “DESC” (optional, default: “DESC”)
- limit: Maximum number of results (optional, default: 10, max: 100)
- offset: Pagination offset (optional, default: 0, must be >= 0)
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol filter (optional)
Topic filter (optional)
blockchain, earnings, economy_fiscal, economy_macro, economy_monetary, energy_transportation, finance, financial_markets, ipo, life_sciences, manufacturing, mergers_and_acquisitions, real_estate, retail_wholesale, technology Media source filter (optional, e.g. Reuters, Bloomberg, CNBC)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)
Sort by type: PUBLISHED_TIME, OVERALL_SENTIMENT_SCORE, or RELEVANCE_SCORE (default: PUBLISHED_TIME)
PUBLISHED_TIME, OVERALL_SENTIMENT_SCORE, RELEVANCE_SCORE Sort order: ASC or DESC (default: DESC)
ASC, DESC Maximum number of results (1-100, default: 10)
1 <= x <= 100Pagination offset (>=0, default: 0)
x >= 0
