Financial Modeling Prep

getBalanceSheetStatementsBulk

The Bulk Balance Sheet Statement API provides comprehensive access to balance sheet data across multiple companies. It enables users to analyze financial positions by retrieving key figures such as total assets, liabilities, and equity. Ideal for comparing the financial health and stability of different companies on a large scale.

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

Other tools also called getBalanceSheetStatementsBulk? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "year": {
      "type": "string",
      "description": "Year (e.g., 2023)"
    },
    "period": {
      "type": "string",
      "description": "Period (Q1, Q2, Q3, Q4, FY)"
    }
  }
}