curl --request GET \
--url https://api.tilt.io/api/v1/indexes/{index_uuid} \
--header 'X-Api-Key: <api-key>'{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"name": "<string>",
"start_date": "2023-12-25",
"ticker_count": 123,
"rules": {
"market_cap_threshold": "<string>",
"rebalancing_period": "MONTHLY",
"reconstitution_period": "MONTHLY",
"volume_threshold": "<string>",
"volume_threshold_months": 1073741823,
"max_position_weight": "<string>",
"top_n_positions": 1073741823,
"top_n_position_weight": "<string>",
"weighting_strategy": "EQUAL_WEIGHTED",
"filters": [
{
"comparison_type": "and",
"field": "<string>",
"operator": "gte",
"value": "<string>",
"value_type": "number",
"children": "<array>"
}
],
"custom_weight_script": "<string>"
},
"weights": [
{
"ticker": {
"symbol": "<string>",
"name": "<string>",
"exchange": "<string>",
"ticker_type": "common_stock",
"isin": "<string>",
"cusip": "<string>",
"tilt_asset_id": "<string>"
},
"score": "<string>",
"weight": "<string>",
"date": "2023-11-07T05:31:56Z"
}
],
"summary": "<string>"
}curl --request GET \
--url https://api.tilt.io/api/v1/indexes/{index_uuid} \
--header 'X-Api-Key: <api-key>'{
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"name": "<string>",
"start_date": "2023-12-25",
"ticker_count": 123,
"rules": {
"market_cap_threshold": "<string>",
"rebalancing_period": "MONTHLY",
"reconstitution_period": "MONTHLY",
"volume_threshold": "<string>",
"volume_threshold_months": 1073741823,
"max_position_weight": "<string>",
"top_n_positions": 1073741823,
"top_n_position_weight": "<string>",
"weighting_strategy": "EQUAL_WEIGHTED",
"filters": [
{
"comparison_type": "and",
"field": "<string>",
"operator": "gte",
"value": "<string>",
"value_type": "number",
"children": "<array>"
}
],
"custom_weight_script": "<string>"
},
"weights": [
{
"ticker": {
"symbol": "<string>",
"name": "<string>",
"exchange": "<string>",
"ticker_type": "common_stock",
"isin": "<string>",
"cusip": "<string>",
"tilt_asset_id": "<string>"
},
"score": "<string>",
"weight": "<string>",
"date": "2023-11-07T05:31:56Z"
}
],
"summary": "<string>"
}2048255Show child attributes
MONTHLY - MonthlyQUARTERLY - QuarterlyANNUALLY - AnnuallySEMI_ANNUALLY - Semi AnnuallyMONTHLY, QUARTERLY, ANNUALLY, SEMI_ANNUALLY MONTHLY - MonthlyQUARTERLY - QuarterlyANNUALLY - AnnuallySEMI_ANNUALLY - Semi AnnuallyMONTHLY, QUARTERLY, ANNUALLY, SEMI_ANNUALLY 0 <= x <= 21474836470 <= x <= 2147483647EQUAL_WEIGHTED - Equal WeightedMARKET_CAP_WEIGHTED - Market Cap WeightedIMPACT_SCORE_WEIGHTED - Impact Score WeightedCUSTOM_SCRIPT_WEIGHTED - Custom Script WeightedEQUAL_WEIGHTED, MARKET_CAP_WEIGHTED, IMPACT_SCORE_WEIGHTED, CUSTOM_SCRIPT_WEIGHTED Show child attributes
and - Andor - Orand, or 255gte - Gtelte - Ltegt - Gtlt - Lteq - Eqneq - Neqcontains - Containsgte, lte, gt, lt, eq, neq, contains 255number - Numberstring - Stringnumber, string Show child attributes
Show child attributes
3225532common_stock - Common Stocketf - Etfadrc - Adrcdr - Drcash - Cashcommon_stock, etf, adrc, dr, cash 169322048