{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Statistics API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Statistics", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns Statistics About Top Leadership of a Company.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/company-stats", "params": [ { "name": "ids", "value": "AAPL-US,IBM-US", "type": "query", "description": "The requested company identifier. FactSet Identifiers, tickers, CUSIP, SEDOL, and ISIN are accepted inputs.
***ids limit** = 1000 per request*
\n*Make note, GET Method URL request lines are also limited to a total\nlength of 8192 bytes (8KB). In cases where the service allows for thousands\nof ids, which may lead to exceeding this request line limit of 8KB, its\nadvised for any requests with large request lines to be requested through\nthe respective \"POST\" method.
*\n" }, { "name": "mbType", "value": "", "type": "query", "description": "Search based on the management and board types. The types include - |type|description|||||MB|Management & Board||MGMT|Management||BRD|Board|" } ] }, "docs": "Returns the statistics such as the average age, tenure, compensation of leadership, number of executives, and the gender diversity of leadership. We can utilize the data for analyzing a company's board and management.\n" }, { "info": { "name": "Factset Returns Statistics About Top Leadership of a Company.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/company-stats", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the statistics such as the average age, tenure, compensation of leadership, number of executives, and the gender diversity of leadership. We can utilize the data for analyzing a company's board and management. " } ] } ], "bundled": true }