{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Resolutions API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Resolutions", "type": "folder" }, "items": [ { "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*" }, { "info": { "name": "Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/symbology/v3/historical-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": "tickerRegion", "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." }, { "name": "asOfDate", "value": "2010-01-01", "type": "query", "description": "As of date for historical symbol request in YYYY-MM-DD format.\nIf no `asOfDate` is requested, the response will include the full history of the identifier.\n" } ] }, "docs": "This endpoint enables the retrieval of historical CUSIP, SEDOL, ISIN, and tickerRegion identifiers. Users can input any of the listed identifiers and resolve one input symbol to multiple different output symbols in a single request. Both input and output symbols must be declared. The `asOfDate` field allows users to retrieve the full history of an identifier or the specific identifiers as of the requested date. \n* **BIC*** - Bank Identification Code (e.g. ABXXHKH1) (Input only)\n* **CIK** - Edgar" }, { "info": { "name": "Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/symbology/v3/historical-identifier-resolution", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint enables the retrieval of historical CUSIP, SEDOL, ISIN, and tickerRegion identifiers. Users can input any of the listed identifiers and resolve one input symbol to multiple different output symbols in a single request. Both input and output symbols must be declared. The `asOfDate` field allows users to retrieve the full history of an identifier or the specific identifiers as of the requested date. \n* **BIC*** - Bank Identification Code (e.g. ABXXHKH1) (Input only)\n* **CIK** - Edgar" } ] } ], "bundled": true }