{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Constituents API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Constituents", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Requested Benchmark Constituents and Respective Weights, Price and Market Value.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-benchmarks/v1/constituents", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Benchmark Identifiers. Reference the helper endpoint **/id-list** to get a sample list of valid identifiers. You must be authorized for the `ids` requested, otherwise you will receive an error.
***ids limit** = 1 per request*
" }, { "name": "date", "value": "", "type": "query", "description": "Date of holding expressed in YYYY-MM-DD format." }, { "name": "currency", "value": "", "type": "query", "description": "Currency for response." }, { "name": "calendar", "value": "", "type": "query", "description": "Calendar of data returned. The default value is FIVEDAY which displays Monday through Friday, regardless of whether there were trading holidays." } ] }, "docs": "Returns the requested Benchmark Constituents and respective Weights, Price and Market Value. You must be authorized for the `ids` requested. Use the helper endpoint **/id-list** for valid identifiers. \n" }, { "info": { "name": "Factset Returns the Requested Benchmark Constituents and Respective Weights, Price and Market Value.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-benchmarks/v1/constituents", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the requested Benchmark Constituents and respective Weights, Price and Market Value. You must be authorized for the `ids` requested. Use the helper endpoint **/id-list** for valid identifiers.\n" }, { "info": { "name": "Factset Returns the Requested Fixed Income Benchmark Constituents and Respective Weights, Price and Market Value.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-benchmarks/v1/fixed-income-constituents", "params": [ { "name": "ids", "value": "LHMN0001", "type": "query", "description": "Fixed Income Benchmark Identifiers. You must be authorized for the `ids` requested, otherwise you will receive an error.***ids limit** = 1 per request*
" }, { "name": "date", "value": "", "type": "query", "description": "Date of holding expressed in YYYY-MM-DD format." }, { "name": "currency", "value": "", "type": "query", "description": "Currency for response." } ] }, "docs": "Returns the requested Fixed Income Benchmark Constituents and respective Weights, Price and Market Value. You must be authorized for the `ids` requested.\n" }, { "info": { "name": "Factset Returns the Requested Benchmark Constituents and Respective Weights, Price and Market Value.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-benchmarks/v1/fixed-income-constituents", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the requested Fixed Income Benchmark Constituents and respective Weights, Price and Market Value. You must be authorized for the `ids` requested.\n" } ] } ], "bundled": true }