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