{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Rates API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Interest Rate Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/interestRate/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of interest rate types." }, { "info": { "name": "Factset Retrieve an Exchange Rate Instrument Identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/exchangeRate/get", "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 identifier of the main currencies represented by that exchange rate. \n\n An 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 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." } ] } ], "bundled": true }