{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Identifiers API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Identifiers", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All the Identifier Details for Given Identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/identifiers", "params": [ { "name": "identifiers", "value": "", "type": "query", "description": "Identifiers" } ] }, "docs": "Factset Get All the Identifier Details for Given Identifiers" }, { "info": { "name": "Factset Returns the Specified Output Identifiers for the Specified Input Identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/symbology/v3/identifier-resolution", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Requested security or entity identifiers. All requested identifiers must be of the same type. This request value is sent back in the response as, `requestId'.
***ids limit** = 100 per request*
\n *NOTE: GET Method URL request lines are also limited to a total\n length of 8192 bytes (8KB). In cases where the service allows for thousands\n of ids, 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": "inputSymbolType", "value": "", "type": "query", "description": "The type of symbol being inputted. Only one type of symbol is accepted with each request.\n" }, { "name": "outputSymbolTypes", "value": "CUSIP,SEDOL", "type": "query", "description": "The type of symbols being outputted. Multiple types of symbols can be outputted with each request. The user must be authorized for the requested identifier type." } ] }, "docs": "The Identifier Resolution endpoint provides flexibility for requesting and receiving both third-party and FactSet Permanent identifiers. Users can both input and output most of the listed identifiers, with exceptions noted below. All input and output symbols must be declared, and users have the ability to resolve one input symbol to many different output symbols in one request. \n* **BIC*** - Bank Identification Code (e.g. ABXXHKH1)\n* **CIK** - Edgar Central Index Keys (e.g. 0000100331)\n* **CRD*" }, { "info": { "name": "Factset Returns the Specified Output Identifiers for the Given Input Identifier.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/symbology/v3/identifier-resolution", "body": { "type": "json", "data": "{}" } }, "docs": "The Identifier Resolution endpoint provides flexibility for requesting and receiving both third-party and FactSet Permanent identifiers. Users can both input and output most of the listed identifiers, with exceptions noted below. All input and output symbols must be declared, and users have the ability to resolve one input symbol to many different output symbols in one request. \n* **BIC*** - Bank Identification Code (e.g. ABXXHKH1)\n* **CIK** - Edgar Central Index Keys (e.g. 0000100331)\n* **CRD*" } ] } ], "bundled": true }