API Documentation

⌘K
GET/api/1/risk-models/factors

Available Risk Factors

Returns all available risk factors grouped by category (Style, Industry, Country)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/risk-models/factors' \
  -H 'Accept: application/json'
200 Response
{
  "factors": {
    "id": "VALUE",
    "name": "Value",
    "category": "Style",
    "description": "string"
  }
}