Financial Modeling Prep

searchCompaniesByName

Search for SEC filings by company or entity name using the FMP SEC Filings By Name API. Quickly retrieve official filings for any organization based on its name.

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

Other tools also called searchCompaniesByName? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "company": {
      "type": "string",
      "description": "Company name or partial name"
    }
  }
}