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