Financial Modeling Prep

getEarningsSurprisesBulk

The Earnings Surprises Bulk API allows users to retrieve bulk data on annual earnings surprises, enabling quick analysis of which companies have beaten, missed, or met their earnings estimates. This API provides actual versus estimated earnings per share (EPS) for multiple companies at once, offering valuable insights for investors and analysts.

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

Other tools also called getEarningsSurprisesBulk? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "year": {
      "type": "string",
      "description": "Year to get earnings surprises for"
    }
  }
}