{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Eikon Refinitiv Data Platform APIs Authentication Symbology API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Symbology", "type": "folder" }, "items": [ { "info": { "name": "Look Up Instrument Symbology", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/discovery/symbology/v1/lookup", "body": { "type": "json", "data": "{}" } }, "docs": "Maps between different instrument identifier types. Supports concordance from external identifiers such as ISIN, CUSIP, SEDOL, and ticker to LSEG PermIDs and RICs. Enables navigation between a wide range of identifier types." } ] } ], "bundled": true }