Financial Modeling Prep
getEmployeeCount
Retrieve detailed workforce information for companies, including employee count, reporting period, and filing date. The FMP Company Employee Count API also provides direct links to official SEC documents for further verification and in-depth research.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getEmployeeCount?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Limit on number of results (default: 100, max: 10000)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}