Skip to content

CCUR HOLDINGS, INC.: filings

Every CCUR HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2021-02-16

The latest filing in this captured record is a 10-Q filed 2021-02-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. CCUR HOLDINGS, INC. 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-Q2021-02-16fiscal Q2 2021371070001104659-21-023664
10-Q2020-11-10fiscal Q1 202139790001104659-20-123179
10-K2020-09-15fiscal FY 202043870001104659-20-105213
10-Q2020-05-07fiscal Q3 2020411180001104659-20-058111
10-Q2020-02-05fiscal Q2 2020411150001104659-20-011020
10-Q2019-11-01fiscal Q1 202038760001104659-19-058727
10-K2019-08-28fiscal FY 201942840001144204-19-042110
10-Q2019-05-09fiscal Q3 2019401120001144204-19-024964
10-Q2019-02-06fiscal Q2 201933860001144204-19-005352
10-Q2018-11-09fiscal Q1 201931620001144204-18-058520
10-K2018-09-07fiscal FY 201833670001144204-18-048540
10-Q2018-05-04fiscal Q3 201833860001144204-18-025376
10-Q2018-02-14fiscal Q2 201831800001144204-18-008291
10-Q2017-11-13fiscal Q1 201841840001144204-17-057991
10-K2017-09-20fiscal FY 201740820001144204-17-048837
10-Q2017-05-15fiscal Q3 2017421230001144204-17-027569
10-Q2017-02-08fiscal Q2 2017421240001144204-17-006618
10-Q2016-11-15fiscal Q1 201742860001144204-16-134419
10-K2016-08-30fiscal FY 2016451670001144204-16-122127
10-Q2016-05-03fiscal Q3 2016431220001144204-16-098662
10-Q2016-02-09fiscal Q2 2016431230001144204-16-080015
10-Q2015-11-12fiscal Q1 201643870001144204-15-064796
10-K2015-08-26fiscal FY 2015451680001140361-15-033559
10-Q2015-04-30fiscal Q3 2015391140001140361-15-016949
10-Q2015-02-17fiscal Q2 2015391140001140361-15-006877
10-Q2014-10-28fiscal Q1 201542860001140361-14-039252
10-K2014-08-27fiscal FY 2014481770001140361-14-034313
10-Q2014-04-29fiscal Q3 2014421200001140361-14-017879
10-Q2014-01-28fiscal Q2 2014421200001140361-14-003469
10-Q2013-10-29fiscal Q1 201442860001140361-13-039849
10-K2013-09-17fiscal FY 2013471470001140361-13-036155
10-Q2013-04-30fiscal Q3 2013421190001140361-13-017944
10-Q2013-01-29fiscal Q2 2013421190001140361-13-003533
10-Q2012-10-30fiscal Q1 201342850001140361-12-044975
10-K2012-08-28fiscal FY 2012471720001140361-12-038661
10-Q2012-05-01fiscal Q3 2012381100001140361-12-022170
10-Q2012-01-31fiscal Q2 2012381100001140361-12-004486
10-Q2011-11-02fiscal Q1 201238780001140361-11-051398

Inspect the source

Entity
CCUR HOLDINGS, INC. / CIK 0000749038
Captured
SEC response SHA-256
c56f264935cf973826133ec75b81ce6b41ed2644f4f8ab4d588613b3fb604490

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/0000749038.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"])))