{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Request API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Request", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the Jobid", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/streetaccount/historical/request-files", "params": [ { "name": "startDate", "value": "", "type": "query", "description": "Date from which data is required. Should be YYYY-MM-DDTHH:MM:SSZ format" }, { "name": "endDate", "value": "", "type": "query", "description": "The date until which the data is to be fetched. Should be YYYY-MM-DDTHH:MM:SSZ format" } ] }, "docs": "Give the startDate and endDate parameters as request parameters in the /request-files endpoint, it returns the jobID. startDate and endDate should be in YYYY-MM-DDTHH:MM:SSZ format. This API only supports adhoc requests to retrieve historical files and does not support real-time files and if you interested in require real-time push should consider the other three methods (pushed via SFTP, to QNT account, or your Azure Storage). Per API request able to query till 2 years of data" } ] } ], "bundled": true }