API schema
Schema

FTReturns

Object containing various annualized/total return values and history of yearly total returns

Type: object

Properties

NameTypeDescription
annualizedFTReturn
totalFTReturn
yearsarray of FTYearReturnsarray containing total return, by year, of the ticker
datesFTReturnDates

Example shape

{
  "annualized": {
    "example": "FTReturn"
  },
  "total": {
    "example": "FTReturn"
  },
  "years": [
    {
      "example": "FTYearReturns"
    }
  ],
  "dates": {
    "example": "FTReturnDates"
  }
}