Financial Modeling Prep

getFinancialReportJSON

Access comprehensive annual reports with the FMP Annual Reports on Form 10-K API. Obtain detailed information about a company’s financial performance, business operations, and risk factors as reported to the SEC.

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

Other tools also called getFinancialReportJSON? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "year": {
      "type": "number",
      "description": "Year of the report"
    },
    "period": {
      "enum": [
        "Q1",
        "Q2",
        "Q3",
        "Q4",
        "FY"
      ],
      "type": "string",
      "description": "Period (Q1, Q2, Q3, Q4, or FY)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}