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