{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About List Files API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "List Files", "type": "folder" }, "items": [ { "info": { "name": "Factset Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/list-files", "params": [ { "name": "product", "value": "", "type": "query", "description": "any product subscribed by client. Minimum value for prod code=9001" }, { "name": "start_date", "value": "", "type": "query", "description": "YYYYMMDD (Choose between 1 and 4 previous trading days)" }, { "name": "end_date", "value": "", "type": "query", "description": "YYYYMMDD (Choose between 1 and 4 previous trading days, greater than or equal to start date)" }, { "name": "start_time", "value": "", "type": "query", "description": "HHMM (24 hour time EST)" }, { "name": "end_time", "value": "", "type": "query", "description": "HHMM (24 hour time EST)" }, { "name": "access", "value": "", "type": "query", "description": "Option to select from static, DL or RT data" } ] }, "docs": "A service that provides access to Real Time or Delayed data snapped at hourly intervals for an entire Exchange" }, { "info": { "name": "get-v1-list-files", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/list-files", "params": [ { "name": "schema", "value": "", "type": "query", "description": "schema name
**Example: acta_v1, fgp_v1, yn_v1**\n\nQFL:- To query QFL data, please use value: **qfl_v1** " }, { "name": "bundle", "value": "", "type": "query", "description": "bundle name If this parameter is not passed in the request, all the bundles a client is subscribed to are returned.\n\nQFL:-\n- For QFL its the factor group name\n- If this parameter is not passed in the request, all the the factor families & factor groups subscribed to by the user are returned. - Supports comma separated list of multiple factor groups" }, { "name": "type", "value": "", "type": "query", "description": "file type = Full or Delta Full files are weekly files generated every weekend (Saturday). **The date range should include weekend dates if requesting for \"Full\" files**\n\nQFL:- In case of QFL we have\n- Historical files (1995 to previous year)- Always \"Full\" . A \"Full\" file is generated for each year\n- For YTD (Current year)- \"Full\" files are weekly files generated every weekend (Saturday). The date range should include weekend dates if requesting for \"Full\" files" }, { "name": "startDate", "value": "", "type": "query", "description": "The earliest date of the feed file the API should fetch for based on the fileTimestamp.\n\n\n- If schema parameter is not specified in the request, then data requested should be in batches of 10days or less**(Date range should be less than or equal to 10)**\n- If the schema parameter is specified in the request, date range can be greater than 10 days\n- If startDate and endDate parameters are not specified in the request, this endpoint returns past 10 days data by default.\n- startDate can be absolute- YYYY-MM-DD or relative:- -1 for yesterday\n\nQFL:- In case of QFL\n- Historical files available from 1995-01-01 to 2021-12-31. YTD files are current year files." }, { "name": "endDate", "value": "", "type": "query", "description": "The latest date of the feed file the API should fetch for based on the fileTimestamp\n\nIf startDate and endDate parameters are not specified in the request, this endpoint returns past 10 days data by default.\n\nendDate can be in absolute- YYYY-MM-DD or relative date:- 0 for today" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the number of results to return per page. Default is 20 & Maximum is 500 results per page" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results" }, { "name": "_sort", "value": "", "type": "query", "description": "Enables to get the data in ascending or descending order based on startTime. Results are in reverse chronological order if this parameter is not used" } ] }, "docs": "List-Files end point provides the delta & full files in a reverse chronological order by default for all the schemas & bundles subscribed by the client\n\n\n QFL:-\n - In case of QFL, List-Files end point provides the \"Historical & Year to Date (YTD)\" data in a reverse chronological order by default for all the factor families & groups subscribed to by the user<" } ] } ], "bundled": true }