Financial Modeling Prep

getFinancialStatementFullAsReported

Retrieve comprehensive financial statements as reported by companies with FMP As Reported Financial Statements API. Access complete data across income, balance sheet, and cash flow statements in their original form for detailed analysis.

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

Other tools also called getFinancialStatementFullAsReported? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 100, max: 1000)"
    },
    "period": {
      "enum": [
        "annual",
        "quarter"
      ],
      "type": "string",
      "description": "Period type (annual or quarter)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}