API schema
Schema
FTDate
Contains date information of a single date
Type: object
Properties
| Name | Type | Description |
|---|---|---|
marketdate | integer | market days elapsed since the first day in the database (9/1/88) |
juliandate | integer | julian representation of the date |
strdate | string | MM-dd-yy formatted date |
yyyymmdd | string | yyyyMMddd (Year Month Day) representation |
Example shape
{
"marketdate": 0,
"juliandate": 0,
"strdate": "string",
"yyyymmdd": "string"
}