POST
/
api
/
v1
/
custom
/
org
/
{organization_uuid}
/
client
/
{uuid}
/
optimize
/
cURL
curl --request POST \
  --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/client/{uuid}/optimize/ \
  --header 'X-Api-Key: <api-key>'
{
  "weights": {},
  "active_weights": {},
  "performance_metrics": {
    "annualized_return": "<string>",
    "annualized_volatility": "<string>",
    "max_drawdown": "<string>",
    "information_ratio": "<string>",
    "sharpe_ratio": "<string>"
  },
  "backtest_results": {},
  "base_backtest_results": {},
  "summary": {
    "total_optimized_weight": "<string>",
    "total_benchmark_weight": "<string>",
    "total_ideal_weight": "<string>",
    "total_active_weight": "<string>",
    "turnover_percentage": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string<uuid>
required
uuid
string<uuid>
required

Response

200 - application/json

The response is of type object.