{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About N API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "N", "type": "folder" }, "items": [ { "info": { "name": "Factset Translate Wkn to Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/getByWKN", "params": [ { "name": "wkn", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Translate a given WKN to the respective most recent instrument identifier, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Translate a List of Wkns to Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/crossReference/listByWKN", "body": { "type": "json", "data": "{}" } }, "docs": "Translate a given list of WKNs to the respective most recent instrument identifiers, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Wkn to Instrument Translation History.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/history/getByWKN", "params": [ { "name": "wkn", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip, or 0 (default)." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return." } ] }, "docs": "Retrieve the complete translation history of a given WKN to the respective instrument association from the Cross Reference Service. The results are sorted in descending order, starting with the most recent." } ] } ], "bundled": true }