Factset · Schema

files

Array of data objects

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fileName string Name of the file(s) generated for the query requested
url string Download link for the TickHistory file with requested parameters

This download link will expire after 24 hours

View JSON Schema on GitHub

JSON Schema

factset-tick-history-files-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "files",
  "type": "object",
  "description": "Array of data objects",
  "properties": {
    "fileName": {
      "type": "string",
      "description": "Name of the file(s) generated for the query requested"
    },
    "url": {
      "type": "string",
      "description": "\nDownload link for the TickHistory file with requested parameters\n<p>This download link will expire after 24 hours</p>\n"
    }
  }
}