You're viewing a demo portfolio

Join the waitlist
PRSM

get_earnings_calendar

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Finnhub

https://github.com/pipeworx-io/mcp-finnhub

1/7 registries
View full server →
get_earnings_calendar — Finnhub — PRSM MCP