API schema
Schema

FTReturn

Annualized (CAGR) / Total returns for the described time periods

Type: object

Properties

NameTypeDescription
periodstringannualized/total dividend adjusted return from start to end
onedaystringone day annualized/total return
fivedaystringfive day annualized/total return
onemonthstringone month annualized/total return
threemonthsstringthree month annualized/total return
sixmonthsstringsix month annualized/total return
ninemonthsstringnine month annualized/total return
onestringone year annualized/total return from the "end" parameter
threestringthree year annualized/total return from the "end" parameter
fivestringfive year annualized/total return from the "end" parameter
tenstringten year annualized/total return from the "end" parameter
ytdstringyear to date annualized/total return from the "end" parameter
inceptionstringannualized/total return since security's start

Example shape

{
  "period": "string",
  "oneday": "string",
  "fiveday": "string",
  "onemonth": "string",
  "threemonths": "string",
  "sixmonths": "string",
  "ninemonths": "string",
  "one": "string"
}