Factset · Schema

dateTimePeriod

Date-Time

NOTE: Using start and end parameters within dateTimeRange will fetch the data on particular days in between the timestamps given.

.

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-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "dateTimePeriod",
  "type": "object",
  "description": "Date-Time <p> NOTE: Using start and end parameters within dateTimeRange will fetch the data on particular days in between the timestamps given.</p>.\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"
    }
  }
}