Factset · Schema

dateTimePeriodMin

Date-Time

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-DDTHH:MM:SSZ format.
end string The date to which data is required. Supports in YYYY-MM-DDTHH:MM:SSZ format.
View JSON Schema on GitHub

JSON Schema

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