Factset · Schema

dateRangeOne

Date Range

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
start string The date for (or from which) the data is required. Supports in YYYY-MM-DD format.
end string The date to which data is required. Supports in YYYY-MM-DD format.
View JSON Schema on GitHub

JSON Schema

factset-tick-history-date-range-one-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "dateRangeOne",
  "type": "object",
  "description": "Date Range",
  "properties": {
    "start": {
      "type": "string",
      "description": "The date for (or from which) the data is required. Supports in YYYY-MM-DD format.\n"
    },
    "end": {
      "type": "string",
      "description": "The date to which data is required. Supports in YYYY-MM-DD format.\n"
    }
  }
}