Skip to content

MEGA MATRIX CORP.: 10-K filed 2023-03-31

What MEGA MATRIX CORP. reported in its annual report filed 2023-03-31 (fiscal FY 2022): 12 published measures, 23 facts as tagged in accession 0001213900-23-025519.

This filing

Form
10-K (annual report)
Filed
2023-03-31
Fiscal period
fiscal FY 2022
Accession
0001213900-23-025519 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All MEGA MATRIX CORP. filings.

Reported measures

Net income or loss

Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.

PeriodValueUnitDays
2022-01-01 to 2022-12-31-9,298,200USD365
2021-10-01 to 2021-12-31-4,191,700USD92
2021-01-01 to 2021-09-297,962,600USD272

Revenue

Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.

PeriodValueUnitDays
2022-01-01 to 2022-12-311,927,400USD365

Income tax expense or benefit

Current and deferred income tax expense or benefit for continuing operations. This accounting expense differs from cash taxes paid.

PeriodValueUnitDays
2022-01-01 to 2022-12-31-48,900USD365
2021-10-01 to 2021-12-31-111,800USD92
2021-01-01 to 2021-09-29129,800USD272

Operating expenses

Recurring operating costs under this accounting concept, generally excluding production costs included in cost of sales. Check filing presentation before combining expense subtotals.

PeriodValueUnitDays
2022-01-01 to 2022-12-31-5,803,300USD365

Gross profit

Revenue less the costs directly attributed to the goods or services sold. It precedes other operating expenses and is not net income.

PeriodValueUnitDays
2022-01-01 to 2022-12-311,144,800USD365

Common shares outstanding

Common shares outstanding at the reporting date. This point-in-time count differs from the weighted-average shares used for earnings per share and can exclude other share classes.

PeriodValueUnitDays
At 2022-12-3126,484,055shares
At 2021-12-3122,084,055shares

Total equity including noncontrolling interests

Equity including the portion attributable to noncontrolling interests. It is larger than or equal to parent stockholders equity and is not market capitalization.

PeriodValueUnitDays
At 2022-12-316,961,900USD
At 2021-12-3111,813,300USD
At 2021-09-305,951,700USD
At 2021-09-29-9,616,700USD
At 2020-12-31-17,616,300USD

Net deferred tax assets

Deferred tax assets after the valuation allowance. Realization depends on future taxable income, so the balance is not a receivable from tax authorities.

PeriodValueUnitDays
At 2022-12-3110,900,000USD

Pre-tax income or loss from continuing operations

Income or loss from continuing operations before income taxes and noncontrolling interests. It excludes discontinued operations and is not net income.

PeriodValueUnitDays
2022-01-01 to 2022-12-31-9,347,100USD365

Profit or loss including noncontrolling interests

Net income or loss including the portion attributable to noncontrolling interests. It can differ from the net income attributable to the parent that per-share figures use.

PeriodValueUnitDays
2022-01-01 to 2022-12-319,300,000USD365

Amortization of intangible assets

Amortization recognized on finite-lived intangible assets. It follows acquisition accounting and does not indicate the intangibles are losing usefulness at that rate.

PeriodValueUnitDays
2022-01-01 to 2022-12-31111,100USD365

Deferred income tax expense or benefit

The deferred portion of income tax expense or benefit, arising from timing differences. It is not tax paid in the period.

PeriodValueUnitDays
2022-01-01 to 2022-12-31-38,900USD365
2021-10-01 to 2021-12-31581,900USD92
2021-01-01 to 2021-09-29200,800USD272

Inspect the source

Entity
MEGA MATRIX CORP. / CIK 0001036848
Captured
SEC response SHA-256
43e63a4823324365c1206dbfdd0e6434722f9cc826fdfa1057c59c3bcb38764b

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