Financial Modeling Prep

getBalanceSheetStatementTTM

Access detailed balance sheet statements for publicly traded companies with the Balance Sheet Data API. Analyze assets, liabilities, and shareholder equity to gain insights into a company's financial health.

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

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