get_company_news
ActiveTool of Finnhub
declared in 0.1.0
Get recent news articles about a company within a date range. Returns headline, summary, source, and URL. Example: get_company_news({ symbol: "AAPL", from: "2024-01-01", to: "2024-01-31", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"examples": [
{
"to": "2024-01-31",
"from": "2024-01-01",
"symbol": "AAPL",
"_apiKey": "your-finnhub-api-key"
},
{
"to": "2024-06-30",
"from": "2024-06-01",
"symbol": "MSFT",
"_apiKey": "your-finnhub-api-key"
}
],
"required": [
"symbol",
"from",
"to",
"_apiKey"
],
"properties": {
"to": {
"type": "string",
"description": "End date in YYYY-MM-DD format, e.g. \"2024-01-31\""
},
"from": {
"type": "string",
"description": "Start date in YYYY-MM-DD format, e.g. \"2024-01-01\""
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol, e.g. \"AAPL\""
},
"_apiKey": {
"type": "string",
"description": "Finnhub API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Finnhub
https://github.com/pipeworx-io/mcp-finnhub
1/7 registries