Financial Modeling Prep
searchSymbol
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.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchSymbol?
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 stock symbols"
},
"exchange": {
"type": "string",
"description": "Optional exchange filter (e.g., NASDAQ, NYSE)"
}
}
}