{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Quant API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Quant", "type": "folder" }, "items": [ { "info": { "name": "Factset Starts a New Script Calculation", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/quant/fpe/v1/calculations", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes a python script and starts executing it within FPE" }, { "info": { "name": "Factset Get Calculation Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/calculations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the calculation start endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previous calculation request." }, { "info": { "name": "Factset Get Calculation Output for a Specific Calculation", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/calculations/:id/output", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the calculation start endpoint" } ] }, "docs": "This endpoint returns the specified output from the calculation." }, { "info": { "name": "Factset Get Calculation Log for a Specific Calculation", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/calculations/:id/log", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the calculation start endpoint" } ] }, "docs": "This endpoint returns the log from the calculation." }, { "info": { "name": "Factset Starts a File Upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/quant/fpe/v1/files/:server/:file", "params": [ { "name": "server", "value": "", "type": "path", "description": "The server to upload the file to. Either `interactive` or `batch`." }, { "name": "file", "value": "", "type": "path", "description": "The file name to upload the file to. Existing directory can be specified." } ] }, "docs": "This endpoint takes a file and uploads it" }, { "info": { "name": "Factset Get Upload Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/quant/fpe/v1/files/uploads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "From url, provided by location header or response body in the upload start endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previous upload request." } ] } ], "bundled": true }