{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Count API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Count", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Count of Filings for Specified Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/count", "params": [ { "name": "report", "value": "", "type": "query", "description": "retrives count of source." }, { "name": "startDate", "value": "20231222", "type": "query", "description": "Start Date. Format is YYYYMMDD or relative +/- days (0,-1,etc)." }, { "name": "endDate", "value": "20231223", "type": "query", "description": "End Date. Format is YYYYMMDD or relative +/- days (0,-1,etc)." }, { "name": "ids", "value": "", "type": "query", "description": "Requested symbols or securities. This is a comma-separated list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, or SEDOL." }, { "name": "sources", "value": "", "type": "query", "description": "Code for document source to include.This is a comma-separated list. Use the ```/helper``` endpoint to get the list of available sources.\n " } ] }, "docs": "Returns the count of filings documents along with other response fields." }, { "info": { "name": "Factset List of Day Count Convention Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/dayCountConvention/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of day count convention types." } ] } ], "bundled": true }