Financial Modeling Prep
getCompanyExecutives
Retrieve detailed information on company executives with the FMP Company Executives API. This API provides essential data about key executives, including their name, title, compensation, and other demographic details such as gender and year of birth.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCompanyExecutives?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"active": {
"type": "string",
"description": "Filter for active executives"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}