{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Compensation API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Compensation", "type": "folder" }, "items": [ { "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. " } ] } ], "bundled": true }