{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Schedules API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "Factset Sequence of Market-related Events.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/prices/tradingSchedule/event/list", "body": { "type": "json", "data": "{}" } }, "docs": "Sequence of market-related events like the opening time or closing time of a market of a specific notation.

Pagination to a previous page is not supported and `pagination.previous` is always `null`." }, { "info": { "name": "Factset Trading Schedule Event Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/prices/tradingSchedule/event/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Trading schedule event types define the events which may occur during any period of trading. Types of trading schedule events are for instance OPEN, CLOSE, END_OF_DAY." }, { "info": { "name": "Factset Return Coupon Sechedules for a Fixed Income Security.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-terms-and-conditions/v1/coupon-schedules", "params": [ { "name": "ids", "value": "30231GBJ,88579EAA", "type": "query", "description": "List of Fixed Income Security identifiers. Supported symbol types include CUSIP, SEDOL, ISIN, and FactSet Security Permanent Identifier (-S).\n\n**ID LIMIT = 250** *per request*.\n" } ] }, "docs": "Returns Coupon Schedules information for the Fixed Income security.\n" }, { "info": { "name": "Factset Return Coupon Schedules Information for a List of Fixed Income Securities.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-terms-and-conditions/v1/coupon-schedules", "body": { "type": "json", "data": "{}" } }, "docs": "Returns historical Coupon Schedules information for a list of Fixed Income securities.\n" } ] } ], "bundled": true }