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": {
"example": "FTDate"
},
"length": "string",
"value": "string"
}
]
}