API schema
Schema

FTDate

Contains date information of a single date

Type: object

Properties

NameTypeDescription
marketdateintegermarket days elapsed since the first day in the database (9/1/88)
juliandateintegerjulian representation of the date
strdatestringMM-dd-yy formatted date
yyyymmddstringyyyyMMddd (Year Month Day) representation

Example shape

{
  "marketdate": 0,
  "juliandate": 0,
  "strdate": "string",
  "yyyymmdd": "string"
}