{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About References API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "References", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets Security Reference Details for a List of Securities", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-prices/v1/references", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested list of security identifiers. Accepted ID types include Market Tickers, SEDOL, ISINs, CUSIPs, or FactSet Permanent Ids.
***ids limit** = 2000 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.
*" } ] }, "docs": "Gets security reference details for a list of `ids`, such as Name, Security Type, Currency, Country, Primary Exchange, Local Index, and dates of First and Last Trade.\n" }, { "info": { "name": "Factset Requests Security Reference Details a List of Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-prices/v1/references", "body": { "type": "json", "data": "{}" } }, "docs": "Gets security reference details for a large list of `ids`, such as Name, Security Type, Currency, Country, Primary Exchange, Local Index, and dates of First and Last Trade.\n" } ] } ], "bundled": true }