Skip to content

Victory Clean Energy, Inc.: filings

Every Victory Clean Energy, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-Q2024-11-19fiscal Q3 2024341120001079973-24-001590
10-Q2024-10-30fiscal Q2 2024341080001079973-24-001458
10-Q2024-10-17fiscal Q1 202533700001079973-24-001419
10-K2024-05-15fiscal FY 202335710001079973-24-000746
10-Q2023-11-14fiscal Q3 2023401080001213900-23-086449
10-Q2023-08-14fiscal Q2 2023411090001213900-23-066748
10-Q2023-05-15fiscal Q1 202340830001213900-23-039503
10-K2023-04-11fiscal FY 202244880001213900-23-028804
10-Q2022-11-14fiscal Q3 2022381060001213900-22-071813
10-Q2022-08-15fiscal Q2 2022381060001213900-22-047665
10-Q2022-05-13fiscal Q1 202241830001213900-22-026549
10-K2022-04-15fiscal FY 202144880001213900-22-019928
10-Q2021-11-12fiscal Q3 2021411110001213900-21-058584
10-Q2021-09-16fiscal Q2 2021411110001213900-21-048352
10-Q2021-09-14fiscal Q1 202141850001213900-21-047763
10-K2021-09-03fiscal FY 202046920001213900-21-046574
10-Q2021-08-10fiscal Q3 2020401150001213900-21-041335
10-Q2021-08-10fiscal Q2 2020401190001213900-21-041333
10-Q2021-07-16fiscal Q1 202043890001213900-21-037186
10-K2021-02-09fiscal FY 201941810001213900-21-007510
10-Q2020-11-16fiscal Q3 2019421150001213900-20-037089
10-Q2020-11-16fiscal Q2 2019401050001213900-20-037087
10-Q2020-11-13fiscal Q1 201940780001213900-20-036690
10-K2020-01-27fiscal FY 201839700001213900-20-001827
10-Q2018-11-14fiscal Q3 2018411000001213900-18-015596
10-Q2018-08-14fiscal Q2 201823600001213900-18-011002
10-Q2018-05-15fiscal Q1 201823480001628280-18-006812
10-K2018-03-29fiscal FY 201731640001628280-18-003845
10-Q2017-11-14fiscal Q3 201727720001628280-17-011516
10-Q2017-08-11fiscal Q2 201726700001628280-17-008594
10-Q2017-05-15fiscal Q1 201726540001628280-17-005592
10-K2017-03-31fiscal FY 201627560001628280-17-003237
10-Q2016-11-14fiscal Q3 201626680001628280-16-021312
10-Q2016-08-15fiscal Q2 201626680001628280-16-019028
10-Q2016-05-13fiscal Q1 201625520001628280-16-016347
10-K2016-04-08fiscal FY 201527560001628280-16-014105
10-Q2015-10-29fiscal Q3 201529820001628280-15-008028
10-Q2015-08-27fiscal Q2 201529820001628280-15-006793
10-Q2015-06-05fiscal Q1 201526540001628280-15-004774
10-K2015-03-31fiscal FY 201427560001628280-15-002091
10-Q2014-12-03fiscal Q3 201430860001445305-14-005345
10-Q2014-08-19fiscal Q2 201428780001477932-14-004595
10-Q2014-05-14fiscal Q1 201426530001477932-14-002521
10-K/A2014-04-21fiscal FY 201325520001477932-14-001895
10-K2014-04-15fiscal FY 201325520001477932-14-001744
10-Q2014-02-24fiscal Q3 201326700001477932-14-000834
10-Q2014-02-24fiscal Q2 201325660001477932-14-000832
10-Q2014-02-24fiscal Q1 201325520001477932-14-000830
10-K2013-11-12fiscal FY 201227550001477932-13-005272
10-Q2012-11-14fiscal Q3 201225660001144204-12-062472
10-Q2012-08-14fiscal Q2 201225620001144204-12-045629
10-Q2012-05-15fiscal Q1 201226500001144204-12-028923
10-K2012-03-30fiscal FY 201126500001144204-12-018414
10-Q2011-11-14fiscal Q3 201127640001144204-11-063997
10-Q2011-08-15fiscal Q2 201126630001144204-11-047058

Inspect the source

Entity
Victory Clean Energy, Inc. / CIK 0000700764
Captured
2026-09-21T17:16:36.281Z
SEC response SHA-256
68dd62cfddc4a08531e50e7a1f459dc2e4a0587c7aacc4d092d3a1809da885fe

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