{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Dates API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Dates", "type": "folder" }, "items": [ { "info": { "name": "Factset Convert Pa Dates to Absolute Format", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/dates", "params": [ { "name": "startdate", "value": "", "type": "query", "description": "Start Date" }, { "name": "enddate", "value": "", "type": "query", "description": "End Date" }, { "name": "componentid", "value": "", "type": "query", "description": "Component Id" }, { "name": "account", "value": "", "type": "query", "description": "Account ( Account Name ending with .ACCT or .ACTM )" } ] }, "docs": "This endpoint converts the given start and end dates in FactSet date format to yyyymmdd format for a PA calculation. For more information on FactSet date format, please refer to the PA Engine API documentation under the 'API Documentation' section in the developer portal." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name, Date and Returns Underlying Data for That Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "date", "value": "", "type": "path", "description": "The date for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name, Date and Returns Underlying Data for That Date" }, { "info": { "name": "Factset Delete All Entries for a Date or Specific Symbol Entries for a Date From a Previously Created Account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date", "params": [ { "name": "name", "value": "", "type": "path", "description": "The filename of model account to delete" }, { "name": "date", "value": "", "type": "path", "description": "The date from the given file name to delete" }, { "name": "symbols", "value": "", "type": "query", "description": "The symbols from the given file name and date to delete (Maximum 10 symbols are allowed)" } ] }, "docs": "Factset Delete All Entries for a Date or Specific Symbol Entries for a Date From a Previously Created Account." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol for which data needs to be updated" }, { "name": "date", "value": "", "type": "path", "description": "The date for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data" }, { "info": { "name": "Factset Convert Vault Dates to Absolute Format", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/dates", "params": [ { "name": "startdate", "value": "", "type": "query", "description": "Start Date" }, { "name": "enddate", "value": "", "type": "query", "description": "End Date" }, { "name": "componentid", "value": "", "type": "query", "description": "Vault Component Id" }, { "name": "account", "value": "", "type": "query", "description": "Account" } ] }, "docs": "This endpoint converts the given start and end dates in FactSet date format to yyyymmdd format for a Vault calculation. For more information on FactSet date format, please refer to the Vault API documentation under the 'API Documentation' section in the developer portal." } ] } ], "bundled": true }