{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Factset Private Markets API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Factset Private Markets", "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" }, { "info": { "name": "Factset Returns Private Company reference data for a list of ids.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/non-periodic", "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": "amtRaisedUsd", "type": "query", "description": "Private Markets Non-Periodic Fields.\n" } ] }, "docs": "Returns Private Company reference information.\n" }, { "info": { "name": "Factset Returns Private Company reference data for a list of ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-private-markets/v1/non-periodic", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a private markets reference object for the requested ids.\n" }, { "info": { "name": "Factset Available private company fields, metrics, and ratios.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/fields", "params": [ { "name": "category", "value": "", "type": "query", "description": "Filters the list of available fields per endpoint -\n * **FINANCIALS** = Financials endpoint data items, such as Assets, Liabilities, and EBITDA.\n * **NON_PERIODIC** = Non-Periodic endpoint data items, such as ISO Currency, Current CEO, and Investor List.\n" } ] }, "docs": "Returns list of available Private Company fields that can be used in the `fields` parameter of related endpoints. These are related to FactSet Private Company standardized data.\n" }, { "info": { "name": "Factset Get Entity Candidates and Matches for a single name and attributes.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-private-markets/v1/universe", "params": [ { "name": "name", "value": "Cargill", "type": "query", "description": "Name of Entity to match." }, { "name": "country", "value": "US", "type": "query", "description": "ISO2 country code corresponding to the entity name that is used when evaluating candidates for a match. For a list of ISO2 Country codes, visit [OA 8754](https://my.apps.factset.com/oa/pages/8754)." } ] }, "docs": "Finds the best candidate entities matching the given entity name. Country code can also be supplied to narrow the search.**Max of 1 Name permitted in a single GET request.** Use the POST method for /entity-match to fetch up to 25 names.
\n" }, { "info": { "name": "Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-private-markets/v1/universe", "body": { "type": "json", "data": "{}" } }, "docs": "Finds the best candidate entities matching the given entity name. Country code can also be supplied to narrow the search. Finds the best candidate entities matching the given company name.
**Max of 25 Names inputted.**
\n" } ] } ], "bundled": true }