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