{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Company API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Factset List of URLs of company logos.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/company/logo/get", "params": [ { "name": "identifier", "value": "", "type": "query", "description": "Identifier that resolves to a company. " }, { "name": "identifierType", "value": "", "type": "query", "description": "The type of the identifier." }, { "name": "format", "value": "", "type": "query", "description": "Format of the logos." }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "List of URLs for transparent company logos in different sizes and formats. The different sizes for the rectangular and square formats are: \n\n **Small**:\n * rectangular: maximum width of 88 pixels and maximum height of 31 pixels.\n * square: 31 x 31 pixels.\n\n\n **Medium**: small logo scaled up by 200%.\n\n **Large**: small logo scaled up by 300%.\n\n **Vector**: can be rendered at any size." }, { "info": { "name": "Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/company/:component/adaptive-card", "params": [ { "name": "component", "value": "", "type": "path", "description": "Card name" }, { "name": "ids", "value": "", "type": "query", "description": "Public company tickers (comma delimited)" }, { "name": "format", "value": "", "type": "query", "description": "Return data in different format. By default adaptive cards will be returned in key (ticker) value (adaptive card) pairs in a object. Table option would return adaptive cards in an array" }, { "name": "thumbnail", "value": "", "type": "query", "description": "Whether or not to include a thumbnail card in the return data" } ] }, "docs": "Factset Retrieve Multiple Digital Cards in Microsoft Adaptive Card Format." }, { "info": { "name": "Factset Retrieve One Digital Card in Microsoft Adaptive Card Format.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/company/:component/adaptive-card/:id", "params": [ { "name": "component", "value": "", "type": "path", "description": "Card name" }, { "name": "id", "value": "", "type": "path", "description": "Public company ticker" } ] }, "docs": "Factset Retrieve One Digital Card in Microsoft Adaptive Card Format." }, { "info": { "name": "Factset Retrieve Company Event data", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/company/event/list", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint returns all company events with filters from the request." }, { "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. " }, { "info": { "name": "Fundamentals for a stock with potentially daily updates.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/company/keyItems/current/getByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "Fundamentals for a stock with potentially daily updates; any other instrument yields empty values for stock-specific attributes. The price used to calculate the various price-dependent figures is unspecified and the exchange for that price is not identified. Dates are interpreted in the timezone of the data provider. For reported company fundamentals of the previous fiscal years (only closed fiscal years) see endpoint `/company/keyItems/fiscalYear/listByInstrument.`" }, { "info": { "name": "Selected fundamentals for a stock with values as of the end of a fiscal year.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/company/keyItems/fiscalYear/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "Selected fundamentals for a stock with values as of the end of a fiscal year; any other instrument yields empty values for stock-specific attributes. The endpoint allows the retrieval of data only for specified fiscal years by using the start and end properties. Since a fiscal year and a calendar year do not necessarily match with regard to their start and end dates, the year is derived as the calendar year occupied to a larger extent by the fiscal year, using a June through May fiscal year assi" }, { "info": { "name": "Estimates for selected figures for a stock.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/company/estimates/listByInstrument", "body": { "type": "json", "data": "{}" } }, "docs": "Fiscal year estimates for selected figures of a stock. Data is available only for common shares; instruments such as preferred shares or depository receipts yield an empty result. For the share type, see endpoint `/instrument/category/list` using dataset 23. Data can be retrieved only for the current, the past, and three future fiscal years. For past fiscal years, the estimates are not being replaced by the reported figures. Since a fiscal year and a calendar year do not necessarily match with r" }, { "info": { "name": "List of boards for a company, with their officers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/company/board/listByInstrument", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of boards for a company, with their officers. A given person may be a member ofdifferent boards of the same company but also a member of boards of different companies." }, { "info": { "name": "List of officer functions as provided by a delivery.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/company/board/officer/function/delivery/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of officer functions as provided by a delivery." }, { "info": { "name": "List of company board types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/company/board/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of company board types." } ] } ], "bundled": true }