Financial Modeling Prep

getEarningsCalendar

Stay informed on upcoming and past earnings announcements with the FMP Earnings Calendar API. Access key data, including announcement dates, estimated earnings per share (EPS), and actual EPS for publicly traded companies.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getEarningsCalendar? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    }
  }
}