{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About I API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "I", "type": "folder" }, "items": [ { "info": { "name": "Factset Translate Isin to Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/getByISIN", "params": [ { "name": "isin", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Translate a given ISIN to the respective most recent instrument identifier, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Translate a List of Isins to Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/crossReference/listByISIN", "body": { "type": "json", "data": "{}" } }, "docs": "Translate a given list of ISINs to the respective most recent instrument identifiers, retrieved from the Cross Reference Service." }, { "info": { "name": "Factset Isin to Instrument Translation History.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/crossReference/history/getByISIN", "params": [ { "name": "isin", "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 ISIN to the respective instrument association from the Cross Reference Service. The results are sorted in descending order, starting with the most recent." }, { "info": { "name": "Factset Retrieve an Exchange Rate Instrument Identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/exchangeRate/getByISOCode", "params": [ { "name": "target", "value": "", "type": "query" }, { "name": "source", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Retrieve an exchange rate instrument identifier using the ISO 4217 code of the main currencies represented by that exchange rate. \n\nAn error is returned if one of the provided parameters is invalid or if no instrument is associated with the given combination of parameters." }, { "info": { "name": "Factset List of Entitled Notations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/notation/crossReference/listByISIN", "body": { "type": "json", "data": "{}" } }, "docs": "List of entitled notations." } ] } ], "bundled": true }