Financial Modeling Prep

getIncomeStatementTTM

Access real-time income statement data for public companies, private companies, and ETFs with the FMP Real-Time Income Statements API. Track profitability, compare competitors, and identify business trends with up-to-date financial data.

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

Other tools also called getIncomeStatementTTM? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 100, max: 1000)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}