Financial Modeling Prep
getHistoricalEmployeeCount
Access historical employee count data for a company based on specific reporting periods. The FMP Company Historical Employee Count API provides insights into how a company’s workforce has evolved over time, allowing users to analyze growth trends and operational changes.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHistoricalEmployeeCount?
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"
}
}
}