{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Financials API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Financials", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns Private Company Financials for a List of Ids.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/financials", "params": [ { "name": "ids", "value": "000BFG-E,000BGZ-E,000C64-E", "type": "query", "description": "The requested FactSet Private Market Entity Identifier in XXXXXX-E format.
**Max Ids Limit set to 3000 in a single request**
\n *Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids,\n which may lead to exceeding this request line limit of 8KB, its\n advised for any requests with large request lines to be requested through\n the respective \\\"POST\\\" method.
*\n" }, { "name": "fields", "value": "assets,ebitda", "type": "query", "description": "Private Markets Financials Fields.\n" }, { "name": "startDate", "value": "2019-01-01", "type": "query", "description": "The start date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to previous close. Future dates (T+1) are not accepted in this endpoint.\n" }, { "name": "endDate", "value": "2019-12-31", "type": "query", "description": "The end date requested for a given date range in **YYYY-MM-DD** format. If left blank, the API will default to previous close. Future dates (T+1) are not accepted in this endpoint.\n" } ] }, "docs": "Returns Private Company Financials Information.\n" }, { "info": { "name": "Factset Returns Private Company Financials for a List of Ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-private-markets/v1/financials", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a private markets financials object for the requested ids.\n" } ] } ], "bundled": true }