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>"
}
}
Get the customized weights for a client.
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>"
}
}
The response is of type object
.