Financial Modeling Prep

searchName

Search for ticker symbols, company names, and exchange details for equity securities and ETFs listed on various exchanges with the FMP Name Search API. This endpoint is useful for retrieving ticker symbols when you know the full or partial company or asset name but not the symbol identifier.

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

Other tools also called searchName? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 50)"
    },
    "query": {
      "type": "string",
      "description": "The search query to find company names"
    },
    "exchange": {
      "type": "string",
      "description": "Optional exchange filter (e.g., NASDAQ, NYSE)"
    }
  }
}