API schema
Schema

FTRisk

Various risk and statistical measure of a security.

Type: object

Properties

NameTypeDescription
alphastringalpha - a measure of outperformance versus a the benchmark
betastringbeta against the ticker defined in the basis parameter, or Dividend Adjusted S&P500 data as a default. Correlation length is set via the "len" parameter or defaulted to 21 market days (approximately 1 month)
corrstringcorrelation against the ticker defined in the basis parameter, or Dividend Adjusted S&P500 data as a default. Correlation length is set via the "len" parameter or defaulted to 21 market days (approximately 1 month)
ftalphastringFastTrack proprietary calculation measuring risk, return, and correlation
sdstringstandard deviation over the time period
sharpestringsharpe ratio against the ticker defined in the basis parameter, or Dividend Adjusted S&P500 data as a default
uistringulcer index over the time period
upistringulcer performance index against the ticker defined in the basis parameter, or Dividend Adjusted S&P500 data as a default
rsistringRelative strength index
r_squaredstringCoefficient of determination - the percentage of a fund or security's movements that can be explained by movements in a basis
treynorstringTreynor ratio - measure risk/ reward

Example shape

{
  "alpha": "string",
  "beta": "string",
  "corr": "string",
  "ftalpha": "string",
  "sd": "string",
  "sharpe": "string",
  "ui": "string",
  "upi": "string"
}