Default
Historical Employee Count
Get historical employee count for global companies.
get/stock/historical-employee-count
Query parameters
symbolstring required
Company symbol.
fromstring date required
From date <code>YYYY-MM-DD</code>.
tostring date required
To date <code>YYYY-MM-DD</code>.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"atDate": "atDate",
"employee": 0.8008282
},
{
"atDate": "atDate",
"employee": 0.8008282
}
]
}