Get news data
News
Get news data
Get news articles related to a specific stock symbol with relevance scoring and filtering options.
GET
Get news data
Documentation Index
Fetch the complete documentation index at: https://docs.fcontext.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Stock symbol (e.g., AAPL, NASDAQ:AAPL)
Required string length:
1 - 20Pattern:
^[A-Z0-9:.-]+$Example:
"AAPL"
Query Parameters
Filter by stock symbols
Example:
["AAPL", "MSFT"]Start date, format YYYY-MM-DD
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2023-01-01"
End date, format YYYY-MM-DD
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2023-12-31"
Page number, starting from 1
Required range:
-9007199254740991 <= x <= 9007199254740991Example:
1
Number of items per page, range 1-100
Required range:
-9007199254740991 <= x <= 9007199254740991Example:
10
Response
News data retrieved successfully
Single news article response
Indicates successful API response
News article data
ISO 8601 timestamp of the response
Pagination information for paginated responses
Optional success message
Optional metadata including pagination, statistics, and additional context