API schema
Schema
FTMovingAverage
List of moving averages requested in the ma= query string
Type: object
Properties
| Name | Type | Description |
|---|---|---|
movingaverages | array of object |
Example shape
{
"movingaverages": [
{
"dte": {
"marketdate": 0,
"juliandate": 0,
"strdate": "string",
"yyyymmdd": "string"
},
"length": "string",
"value": "string"
}
]
}