Financial Modeling Prep

getIncomeStatementsBulk

The Bulk Income Statement API allows users to retrieve detailed income statement data in bulk. This API is designed for large-scale data analysis, providing comprehensive insights into a company's financial performance, including revenue, gross profit, expenses, and net income.

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

Other tools also called getIncomeStatementsBulk? 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)"
    }
  }
}