Skip to content

Cubic Corporation: filings

Every Cubic Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-05

The latest filing in this captured record is a 10-Q filed 2021-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Cubic Corporation 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-05-05fiscal Q2 2021401270001558370-21-005917
10-Q2021-02-08fiscal Q1 202140820001558370-21-000797
10-K2020-11-18fiscal FY 2020481620001558370-20-013974
10-Q2020-08-05fiscal Q3 2020391190001558370-20-009386
10-Q2020-05-06fiscal Q2 2020391200001558370-20-005400
10-Q2020-02-05fiscal Q1 202039770001558370-20-000527
10-K2019-11-20fiscal FY 2019461730001558370-19-011159
10-Q2019-08-06fiscal Q3 2019391360001558370-19-007240
10-Q2019-05-02fiscal Q2 2019361280001558370-19-003847
10-Q2019-02-06fiscal Q1 201935820001558370-19-000412
10-K2018-11-15fiscal FY 2018401390001558370-18-009372
10-Q2018-08-08fiscal Q3 2018361160001558370-18-006695
10-Q2018-05-02fiscal Q2 2018341110001558370-18-003755
10-Q2018-02-06fiscal Q1 201835710001558370-18-000421
10-K2017-11-20fiscal FY 2017431450001558370-17-009028
10-Q2017-08-03fiscal Q3 2017331070001558370-17-005831
10-Q2017-05-08fiscal Q2 201730940001558370-17-003778
10-Q2017-02-09fiscal Q1 201730620001558370-17-000466
10-K2016-11-22fiscal FY 2016431410001558370-16-010242
10-Q2016-08-03fiscal Q3 201631990001558370-16-007202
10-Q2016-05-02fiscal Q2 201631990001558370-16-005094
10-Q2016-02-04fiscal Q1 201631640001104659-16-093796
10-K2015-11-23fiscal FY 2015421380001104659-15-080772
10-Q2015-08-06fiscal Q3 2015341030001104659-15-057148
10-Q2015-05-18fiscal Q2 2015341040001104659-15-039038
10-Q2015-05-18fiscal Q1 201533670001104659-15-039030
10-K2014-11-26fiscal FY 2014421360001104659-14-083644
10-Q2014-08-04fiscal Q3 2014331020001104659-14-056383
10-Q2014-05-12fiscal Q2 2014331030001104659-14-037613
10-Q2014-05-12fiscal Q1 201432660001104659-14-037608
10-K/A2014-05-12fiscal FY 2013423150001104659-14-037601
10-K2013-12-05fiscal FY 2013411350001104659-13-088612
10-Q2013-08-01fiscal Q3 201332990001104659-13-058936
10-Q2013-05-02fiscal Q2 201331960001104659-13-036585
10-Q2013-02-11fiscal Q1 201327560001104659-13-009293
10-K2012-12-14fiscal FY 2012374390001104659-12-084291
10-Q2012-12-14fiscal Q3 201230900001104659-12-084288
10-Q2012-05-03fiscal Q2 201230890001104659-12-032646
10-Q2012-02-02fiscal Q1 201230610001104659-12-006258
10-K2011-11-22fiscal FY 2011391240001104659-11-065583
10-Q2011-08-05fiscal Q3 2011321000001104659-11-043857

Inspect the source

Entity
Cubic Corporation / CIK 0000026076
Captured
SEC response SHA-256
b5e667901cd4a3e9c5ecea8ff8f5ab687b1660291a7c671fda73fb3d9d47f3ae

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