API Documentation
⌘K
API Key
Get free key GET
/api/1/risk-models/covarianceFactor Covariance Matrix
Returns the annualised covariance matrix of Fama-French factor returns computed from the trailing 252 trading days
Parameters
1factorsstringComma-separated factor IDs or "all" (default: all style factors)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/risk-models/covariance' \
-H 'Accept: application/json'200 Response
{
"factors": [],
"matrix": []
}