get_earnings_calendar
ActiveTool of Finnhub
declared in 0.1.0
Get upcoming and recent earnings reports across the market. Optionally filter by date range. Example: get_earnings_calendar({ from: "2024-01-01", to: "2024-03-31", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"examples": [
{
"to": "2024-03-31",
"from": "2024-01-01",
"_apiKey": "your-finnhub-api-key"
},
{
"_apiKey": "your-finnhub-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"to": {
"type": "string",
"description": "End date in YYYY-MM-DD format (optional)"
},
"from": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (optional)"
},
"_apiKey": {
"type": "string",
"description": "Finnhub API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Finnhub
https://github.com/pipeworx-io/mcp-finnhub
1/7 registries