Financial Modeling Prep
getStockPeers
Identify and compare companies within the same sector and market capitalization range using the FMP Stock Peer Comparison API. Gain insights into how a company stacks up against its peers on the same exchange.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getStockPeers?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}