Financial Modeling Prep
getCompanyProfile
Access detailed company profile data with the FMP Company Profile Data API. This API provides key financial and operational information for a specific stock symbol, including the company's market capitalization, stock price, industry, and much more.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCompanyProfile?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}