cURL
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, "capping_methodology": "NONE", "max_position_weight": "<string>", "top_n_positions": 1073741823, "top_n_position_weight": "<string>", "top_n_position_threshold": "<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>" }
Documentation IndexFetch the complete documentation index at: https://docs.tilt.pro/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tilt.pro/llms.txt
Use this file to discover all available pages before exploring further.
2048
255
Show child attributes