API schema
Schema

FTModelResultsList

Array of FTModel results

Type: object

Properties

NameTypeDescription
errerr
resultlistarray of FTModelResults

Example shape

{
  "err": {
    "code": "-5000000",
    "message": "invalid ticker",
    "link": "string"
  },
  "resultlist": [
    {
      "stats": {
        "ticker": "string",
        "name": "string",
        "dtestart": {
          "example": "FTDate"
        },
        "dteend": {
          "example": "FTDate"
        },
        "chartprices": {
          "example": "FTChartData"
        },
        "describe": {
          "example": "FTDescribe"
        },
        "max": {
          "example": "FTMaxDraw"
        },
        "movingaverage": {
          "example": "FTMovingAverage"
        }
      },
      "modeldetails": [
        {
          "example": "FTPortfolio"
        }
      ],
      "err": {
        "code": "-5000000",
        "message": "invalid ticker",
        "link": "string"
      }
    }
  ]
}