Skip to content

XTREME FIGHTING CHAMPIONSHIPS, INC.: filings

Every XTREME FIGHTING CHAMPIONSHIPS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-08-23

The latest filing in this captured record is a 10-Q filed 2022-08-23. No later filing is in the SEC companyfacts record captured on 2026-09-23. XTREME FIGHTING CHAMPIONSHIPS, 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-Q2022-08-23fiscal Q2 202223650001017386-22-000377
10-Q2022-05-23fiscal Q1 202222470001017386-22-000278
10-K/A2022-05-10fiscal FY 202127510001017386-22-000222
10-K2022-04-21fiscal FY 202127510001017386-22-000174
10-K2021-09-20fiscal FY 202026430001017386-21-000411
10-Q2020-12-09fiscal Q3 202024630001017386-20-000503
10-Q2020-08-26fiscal Q2 202018470001379043-20-000028
10-Q2020-05-21fiscal Q1 202013250001379043-20-000011
10-K2020-04-17fiscal FY 201912220000717588-20-000049
10-Q2019-11-21fiscal Q3 201913410001483798-19-000165
10-Q2019-08-29fiscal Q2 201913380001483798-19-000145
10-Q2019-08-29fiscal Q1 201910230001483798-19-000143
10-K2019-08-29fiscal FY 201810220001483798-19-000141
10-Q2019-08-29fiscal Q3 201810360001483798-19-000139
10-Q2019-08-29fiscal Q2 201810310001483798-19-000137
10-Q2019-08-29fiscal Q1 201810240001483798-19-000135
10-K2019-08-29fiscal FY 201710220001483798-19-000133
10-Q2019-08-28fiscal Q3 201710350001483798-19-000131
10-Q2019-08-28fiscal Q2 201710310001483798-19-000129
10-Q2019-08-28fiscal Q1 201710240001483798-19-000127
10-K2019-08-28fiscal FY 201610220001483798-19-000125
10-Q2019-08-28fiscal Q3 201610370001483798-19-000123
10-Q2019-08-28fiscal Q2 201610320001483798-19-000119
10-Q2019-08-28fiscal Q1 201610240001483798-19-000117
10-Q2019-08-28fiscal Q2 201610320001483798-19-000115
10-K2019-08-28fiscal FY 201515270001483798-19-000113
10-Q2019-08-28fiscal Q3 201515440001483798-19-000111
10-Q2019-08-28fiscal Q2 201515400001483798-19-000109
10-Q2019-08-28fiscal Q1 201514280001483798-19-000107
10-K2019-08-28fiscal FY 201417320001483798-19-000104
10-Q2014-11-12fiscal Q3 201416410001551163-14-000309
10-Q2014-08-13fiscal Q2 201416390001551163-14-000230
10-Q2014-05-20fiscal Q1 201416370001551163-14-000160
10-K/A2014-04-15fiscal FY 201315460001551163-14-000078
10-Q2013-11-13fiscal Q3 201314460001551163-13-000148
10-Q2013-08-14fiscal Q2 201314440001551163-13-000082
10-Q2013-05-14fiscal Q1 201314340001379043-13-000003
10-K2013-03-29fiscal FY 201216470001379043-13-000002
10-Q2012-11-14fiscal Q3 201213380001379043-12-000012
10-Q2012-08-14fiscal Q2 201215450001379043-12-000010
10-Q2012-05-14fiscal Q1 201215360001379043-12-000007
10-K2012-03-21fiscal FY 201116490001379043-12-000004
10-Q2011-11-09fiscal Q3 201115440001379043-11-000022
10-Q/A2011-08-31fiscal Q2 201115420001379043-11-000020

Inspect the source

Entity
XTREME FIGHTING CHAMPIONSHIPS, INC. / CIK 0001379043
Captured
SEC response SHA-256
5fd9c51aa8ae83d7eb847cee6efdcd8f8ee327d8c16298f9bd72189fa4327200

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