{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Summary API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Summary", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Basic Reference Summary Data for a Fund.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-funds/v1/summary", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested fund identifier. FactSet Identifiers, tickers, CUSIP, SEDOL, and ISIN are accepted inputs.
***ids limit** = 1000 per request*
*Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.
*\n" } ] }, "docs": "Fetch basic reference data for the requested fund(s), including countryDomicile, shrClass, shrClassInceptDate, etc. \n" }, { "info": { "name": "Factset Get Basic Reference Data for a Large List of Fund Ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-funds/v1/summary", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch basic reference data for the requested fund(s), including countryDomicile, shrClass, shrClassInceptDate, etc. \n" } ] } ], "bundled": true }