{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Splits API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Splits", "type": "folder" }, "items": [ { "info": { "name": "Factset Gets Full History of Security Splits for a List of `ids`", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-prices/v1/splits", "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 the entire history of splits for a given list of identifiers. Information returned includes the split factor, a plain text comment regarding the type of split, and the event date." }, { "info": { "name": "Factset Requests Splits for a List of `ids`", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-prices/v1/splits", "body": { "type": "json", "data": "{}" } }, "docs": "Gets the entire history of splits for a given list of identifiers. Information returned includes the split factor, a plain text comment regarding the type of split, and the event date." } ] } ], "bundled": true }