Financial Modeling Prep

getLatestFinancialStatements

Access the latest financial statements for publicly traded companies with the FMP Latest Financial Statements API. Track key financial metrics, including revenue, earnings, and cash flow, to stay informed about a company's financial performance.

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

Other tools also called getLatestFinancialStatements? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 250, max: 250)"
    }
  }
}