Skip to main content
Glama

Financial Modeling Prep MCP Server

searchSymbol

Locate stock ticker symbols by company name or ticker across global exchanges with optional filters for exchange and result limits, using the FMP Stock Symbol Search API.

Instructions

Easily find the ticker symbol of any stock with the FMP Stock Symbol Search API. Search by company name or symbol across multiple global markets.

Input Schema

NameRequiredDescriptionDefault
exchangeNoOptional exchange filter (e.g., NASDAQ, NYSE)
limitNoOptional limit on number of results (default: 50)
queryYesThe search query to find stock symbols

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Optional exchange filter (e.g., NASDAQ, NYSE)", "type": "string" }, "limit": { "description": "Optional limit on number of results (default: 50)", "type": "number" }, "query": { "description": "The search query to find stock symbols", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Financial Modeling Prep MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/imbenrabi/Financial-Modeling-Prep-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server