Financial Modeling Prep
searchCompaniesBySymbol
Find company information and regulatory filings using a stock symbol with the FMP SEC Filings Company Search By Symbol API. Quickly access essential company details based on stock ticker symbols.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchCompaniesBySymbol?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}