Financial Modeling Prep

getCashFlowStatementAsReported

View cash flow statements as reported by the company with the As Reported Cash Flow Statements API. Analyze a company's cash flows related to operations, investments, and financing directly from official reports.

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

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