{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Factset People API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Factset People", "type": "folder" }, "items": [ { "info": { "name": "Factset Return information about the person with the specified entity ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/profiles", "params": [ { "name": "ids", "value": "0DPHLH-E,07MZV9-E", "type": "query", "description": "List of FactSet Person Entity identifier." } ] }, "docs": "Returns a summary of basic information about the person referenced by the entityId specified in the URI.\n" }, { "info": { "name": "Factset Returns profile information for a large list of people.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Returns profile information for a large list of people." }, { "info": { "name": "Factset Returns the Job history of the person.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/jobs", "params": [ { "name": "ids", "value": "0DPHLH-E,07MZV9-E", "type": "query", "description": "List of FactSet Person Entity identifier." }, { "name": "status", "value": "", "type": "query", "description": "Select only Jobs with a certain status primary, active, or inactive." }, { "name": "level", "value": "", "type": "query", "description": "Select the level of detail only main Jobs or include other Jobs at a company." }, { "name": "type", "value": "", "type": "query", "description": "Select only Jobs of a certain type board member or employee." } ] }, "docs": "Returns the `Job` history of the person referenced by the entityId specified in the request.\n" }, { "info": { "name": "Factset Returns the Job history for the large list of people.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the `Job` history of the person referenced by the entityId specified in the request.\n" }, { "info": { "name": "Factset Returns the list of people for the specified company identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/company-people", "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": "function", "value": "", "type": "query", "description": "Controls the types of people returned based on high-level job functions. Filter by - |function|description| ||| |PEOPLE|Retrieve **ALL** Executives of a requested company| |OFFICER|Retrieve only the Officers of a requested company| |DIRECTOR|Retrieve only the Directors of a requested company|" } ] }, "docs": "Returns the list of executives associated the company identifier requested. Information includes the job functions, email, phone, title, name, and FactSet Entity Identifier. The personId returned can then be used in the `/profiles` endpoint to learn more about the given person.\n" }, { "info": { "name": "Factset Returns the list of people associated for a large list of company identitifers", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/company-people", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the list of executives associated the company identifier requested. Information includes the job functions, email, phone, title, name, and FactSet Entity Identifier. The personId returned can then be used in the /profiles endpoint to learn more about the given person.\n" }, { "info": { "name": "Factset Returns the list of people for the specified company identifiers and position", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/company-positions", "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": "position", "value": "", "type": "query", "description": "Controls the position details returned for the requested company. By default, the service returns the CEO name, title, and ID for the requested company ids.\n |position|description|\n |||\n |CHAIR|Chairman|\n |CEO|Chief Executive Officer|\n |PRES|President|\n |COO|Chief Operating Officer|\n |CFO|Chief Financial Officer|\n |CTO|Chief Technology Officer|\n |CIO|Chief Investment Officer|\n |FOU|Founder(s)|\n |CMP|Compliance Officer|\n |ADM|Admin|\n |IND|Independent Director|\n |BRD|Directors/Board Members|\n |IR|Investor Relations|\n |LEG|Legal Counsel|\n |TREAS|Treasurer|\n |MKT|Sales and Marketing Managers|\n |HR|Human Resources|\n" } ] }, "docs": "Returns the list of people, name, and title for a list of company ids and requested position. Positions include-\n * Chairman\n * Chief Executive Officer\n * President\n * Chief Operating Officer\n * Chief Financial Officer\n * Chief Technology Officer\n * Chief Investment Officer\n * Founder(s)\n * Compliance Officer\n * Admin\n * Independent Director\n * Directors/Board Members\n * Investor Relations\n * Legal Counsel\n * Treasurer\n * Sales and Marketing Managers\n * Human Resources\n" }, { "info": { "name": "Factset Returns the list of people associated for a large list of company identitifers and position", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/company-positions", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the list of people, name, and title for a list of company ids and requested position. Positions include-\n * Chairman\n * Chief Executive Officer\n * President\n * Chief Operating Officer\n * Chief Financial Officer\n * Chief Technology Officer\n * Chief Investment Officer\n * Founder(s)\n * Compliance Officer\n * Admin\n * Independent Director\n * Directors/Board Members\n * Investor Relations\n * Legal Counsel\n * Treasurer\n * Sales and Marketing Managers\n * Human Resources\n" }, { "info": { "name": "Factset Returns the compensation details of the people for the specified company identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-people/v1/company-compensation", "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" } ] }, "docs": "Returns the list of company-level executive compensation data items for the top executives listed in annual filings.The coverage of the compensation details for the executives are limited to US region. All the compensation figures are expressed in raw units. " }, { "info": { "name": "Factset Returns the compensation details for the people for the specified company identifier", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-people/v1/company-compensation", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the list of company-level executive compensation data items for the top executives listed in annual filings for the most recent fiscal year. The coverage of the compensation details for the executives are limited to US region. All the compensation figures are expressed in raw units. " }, { "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 }