{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Currency API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Currency", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of currencies." }, { "info": { "name": "Factset Details of a Fractional Currency.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/get", "params": [ { "name": "id", "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": "Details of a fractional currency." }, { "info": { "name": "Factset List of Fractional Currencies.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/basic/valueUnit/currency/fractional/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" }, { "name": "_sort", "value": "", "type": "query", "description": "Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which case it is descending. A list of at most 1 (possibly prefixed) attribute name(s) is allowed." } ] }, "docs": "List of fractional currencies." }, { "info": { "name": "Factset List of Main Currencies.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/valueUnit/currency/main/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of main currencies." } ] } ], "bundled": true }