Get Stock News
Stock
Get Stock News
OpenAPI JSON Spec Retrieve stock news articles within a specified time range, optionally filtered by symbol.
Use cases:
- Stock-specific news tracking and aggregation
- News sentiment analysis per ticker
- Media applications and financial 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)
- limit: Maximum number of results (optional, 1–500, default: 10)
GET
Get Stock News
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol filter (optional)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)
Maximum number of results (1–500, default: 10)
Required range:
1 <= x <= 500
