Skip to content

United States Commodity Index Funds Trust: filings

Every United States Commodity Index Funds Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 16 filings, each linked to its SEC index.

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-Q filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-20. United States Commodity Index Funds Trust may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2020-05-08fiscal Q1 20209210001104659-20-058625
10-K2020-03-13fiscal FY 20199260001104659-20-032921
10-Q2019-11-08fiscal Q3 20199270001104659-19-061527
10-Q2019-08-08fiscal Q2 20199270001144204-19-038523
10-K2018-03-14fiscal FY 20178230001144204-18-014600
10-Q2017-11-06fiscal Q3 20178240001144204-17-056511
10-Q2016-05-04fiscal Q1 20168180001144204-16-098893
10-K2016-03-11fiscal FY 20158230001144204-16-087488
10-Q2015-11-06fiscal Q3 20158240001144204-15-063311
10-Q2015-08-05fiscal Q2 20158240001144204-15-046444
10-Q2015-05-07fiscal Q1 20158180001144204-15-028324
10-K2015-03-16fiscal FY 20148230001144204-15-016323
10-Q2014-11-10fiscal Q3 20148240001144204-14-066492
10-Q2014-08-11fiscal Q2 20148240001144204-14-048365
10-Q2011-11-14fiscal Q3 20118230001193125-11-311001
10-Q2011-08-15fiscal Q2 20118140001193125-11-222808

23 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
United States Commodity Index Funds Trust / CIK 0001479247
Captured
2026-09-20T09:08:45.746Z
SEC response SHA-256
c677eb9fd54bf7c5cfeb6db6704978ff5dcf3c3b5f5a1a314328c8ae7572d0db

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001479247.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))