Skip to content

CirTran Corporation: filings

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

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-Q2026-08-18fiscal Q2 202634990001493152-26-039026
10-Q2026-05-20fiscal Q1 202634690001493152-26-024654
10-K2026-04-15fiscal FY 202536710001493152-26-016869
10-Q2025-11-20fiscal Q3 2025341040001493152-25-024365
10-Q2025-08-19fiscal Q2 202534990001641172-25-024799
10-Q2025-05-20fiscal Q1 202534690001641172-25-011784
10-K2025-04-15fiscal FY 202437730001641172-25-004894
10-Q2024-11-14fiscal Q3 2024361060001493152-24-046003
10-Q2024-08-26fiscal Q2 2024361020001493152-24-033786
10-Q2024-05-15fiscal Q1 202435720001493152-24-019775
10-K2024-04-19fiscal FY 202337730001493152-24-015391
10-Q2023-11-20fiscal Q3 2023351020001493152-23-042099
10-Q2023-08-21fiscal Q2 202335980001493152-23-029617
10-Q2023-05-22fiscal Q1 202333680001493152-23-018519
10-K2023-04-18fiscal FY 202241770001493152-23-012637
10-Q2022-11-21fiscal Q3 202236980001493152-22-033080
10-Q2022-08-22fiscal Q2 202236950001493152-22-023641
10-Q2022-05-16fiscal Q1 202235690001493152-22-013841
10-K2022-04-15fiscal FY 202138750001493152-22-010102
10-Q2021-11-15fiscal Q3 202134870001493152-21-028753
10-Q2021-08-19fiscal Q2 202134830001493152-21-020711
10-Q2021-06-07fiscal Q1 202134630001493152-21-013673
10-K2021-05-17fiscal FY 202038660001493152-21-011743
10-Q2020-11-23fiscal Q3 202028720001493152-20-022249
10-Q/A2020-08-20fiscal Q2 202028680001493152-20-016406
10-Q2020-06-26fiscal Q1 202028490001493152-20-011879
10-K2020-05-29fiscal FY 201926500001493152-20-010123
10-Q2019-11-19fiscal Q3 201924720001493152-19-017936
10-Q2019-08-14fiscal Q2 201923660001493152-19-012372
10-Q2019-05-15fiscal Q1 201923500001493152-19-007277
10-K2019-04-01fiscal FY 201826510001493152-19-004524
10-Q2018-11-06fiscal Q3 201826700001493152-18-015250
10-Q2018-08-14fiscal Q2 201824660001493152-18-011680
10-Q2014-11-19fiscal Q3 201427720001493152-14-003882
10-Q2014-08-28fiscal Q2 201428730001493152-14-002772
10-Q2014-07-29fiscal Q1 201429590001493152-14-002309
10-K2014-05-27fiscal FY 201333680001557240-14-000297
10-Q2013-11-19fiscal Q3 201329800001557240-13-000401
10-Q2013-08-16fiscal Q2 201327710001557240-13-000232
10-Q2013-05-20fiscal Q1 201327560001557240-13-000119
10-K2013-04-16fiscal FY 201231640001557240-13-000082
10-Q2012-11-30fiscal Q3 201227740001557240-12-000054
10-Q2012-11-21fiscal Q2 201229770001557240-12-000046
10-Q2012-05-21fiscal Q1 201229600001096906-12-001561
10-K2012-04-16fiscal FY 201132650001096906-12-000983
10-Q2011-11-21fiscal Q3 201132850001096906-11-002930
10-Q2011-08-18fiscal Q2 201132850001096906-11-001988

Inspect the source

Entity
CirTran Corporation / CIK 0000813716
Captured
2026-09-19T15:06:36.657Z
SEC response SHA-256
ec208103a5659b9c108816047d7b183adceb6cc7767021827d2eda6a1cf1c6f4

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