Skip to content

Major League Football, Inc.: filings

Every Major League Football, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-03-14

The latest filing in this captured record is a 10-Q filed 2023-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Major League Football, 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-Q2023-03-14fiscal Q3 202333920001640334-23-000354
10-Q2022-12-20fiscal Q2 202334940001640334-22-002669
10-Q2022-09-14fiscal Q1 202331650001640334-22-001999
10-K2022-07-29fiscal FY 202227560001640334-22-001613
10-Q2022-03-17fiscal FY 202225700001640334-22-000520
10-Q2021-12-14fiscal Q2 202226730001640334-21-003154
10-Q2021-09-14fiscal Q1 202126560001640334-21-002194
10-K2021-07-29fiscal FY 202126540001640334-21-001719
10-Q2021-03-15fiscal Q3 202127780001640334-21-000581
10-Q2020-12-15fiscal Q2 202127780001640334-20-003070
10-Q/A2020-09-16fiscal Q1 202125550001640334-20-002350
10-Q2020-09-14fiscal Q1 202125550001640334-20-002335
10-K2020-08-13fiscal FY 202025520001640334-20-002073
10-Q2020-03-13fiscal Q3 202028800001640334-20-000499
10-Q2019-12-12fiscal Q2 202029840001640334-19-002572
10-Q2019-10-25fiscal Q1 202023470001640334-19-002108
10-K2019-07-29fiscal FY 201925460001640334-19-001485
10-Q2019-03-18fiscal Q3 201918540001640334-19-000386
10-Q2019-01-09fiscal Q2 201922670001640334-19-000024
10-Q2019-01-09fiscal Q1 201918350001640334-19-000018
10-K2018-11-19fiscal FY 201823470001640334-18-002246
10-Q2018-06-11fiscal Q3 201826680001640334-18-001164
10-Q2018-06-11fiscal Q2 201821510001640334-18-001161
10-Q2018-06-11fiscal Q1 201821380001640334-18-001158
10-K2018-04-25fiscal FY 201727560001640334-18-000797
10-Q2017-03-17fiscal Q3 201725630001553350-17-000282
10-Q2016-12-12fiscal Q2 201725590001553350-16-002792
10-Q2016-09-14fiscal Q1 201723430001553350-16-002473
10-K2016-07-29fiscal FY 201627540001553350-16-002274
10-Q2016-03-16fiscal Q3 201625620001553350-16-001719
10-K2016-02-17fiscal FY 201526530001553350-16-001583
10-Q2015-12-15fiscal Q2 201623590001553350-15-001350
10-Q2015-09-14fiscal Q1 201623440001553350-15-000985
10-K2015-08-13fiscal FY 201526530001553350-15-000860
10-Q2015-03-13fiscal Q3 201525690001553350-15-000232
10-Q2014-12-12fiscal Q2 201525690001553350-14-001505
10-Q2014-09-15fiscal Q1 201525520001553350-14-001091
10-K2014-08-13fiscal FY 201427610001553350-14-000920
10-Q2014-03-14fiscal Q3 201426730001553350-14-000245
10-Q2014-03-11fiscal Q2 201426730001553350-14-000223
10-Q2014-03-11fiscal Q1 201425530001553350-14-000222
10-K2014-03-03fiscal FY 201328580001553350-14-000195
10-Q/A2013-09-23fiscal Q3 201328690001553350-13-000699
10-Q/A2013-09-19fiscal Q2 201326680001553350-13-000685
10-Q/A2013-09-18fiscal Q1 201322450001553350-13-000680
10-Q/A2013-07-25fiscal Q3 201229730001553350-13-000452
10-Q/A2013-07-25fiscal Q2 201226750001553350-13-000450
10-Q/A2013-07-25fiscal Q1 201225510001553350-13-000448
10-K/A2013-06-27fiscal FY 201229560001553350-13-000297

Inspect the source

Entity
Major League Football, Inc. / CIK 0001308569
Captured
SEC response SHA-256
f658b873df4608d23db68ac8ef058d9db02be90330b7f938f59be68847bae828

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