Skip to content

MASTERCRAFT BOAT HOLDINGS, INC.: filings

Every MASTERCRAFT BOAT HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-K2026-09-10fiscal FY 2026561470001193125-26-387432
10-Q2026-05-07fiscal Q3 2026481420001193125-26-211213
10-Q2026-02-05fiscal Q2 2025481390001193125-26-038844
10-Q2025-11-06fiscal Q1 2025481000001193125-25-268696
10-K2025-08-27fiscal FY 2025562100000950170-25-111682
10-Q2025-05-07fiscal Q3 2025491410000950170-25-065151
10-Q2025-02-06fiscal Q2 2024491370000950170-25-015130
10-Q2024-11-07fiscal Q1 2024491020000950170-24-122549
10-K2024-08-30fiscal FY 2024561490000950170-24-102002
10-Q2024-05-08fiscal Q3 2024491420000950170-24-055297
10-Q2024-02-07fiscal Q2 2023491380000950170-24-012011
10-Q2023-11-08fiscal Q1 2023491040000950170-23-060760
10-K2023-08-30fiscal FY 2023562140000950170-23-045222
10-Q2023-05-10fiscal Q3 2023481450000950170-23-020164
10-Q2023-02-08fiscal Q2 2023461360000950170-23-002068
10-Q2022-11-09fiscal Q1 202346960000950170-22-023683
10-K2022-09-09fiscal FY 2022561480001564590-22-031335
10-Q2022-05-11fiscal Q3 2022461380001564590-22-019519
10-Q2022-02-03fiscal Q2 2022461340001564590-22-003816
10-Q2021-11-10fiscal Q1 202246950001564590-21-056164
10-K2021-09-02fiscal FY 2021552090001564590-21-046866
10-Q2021-05-12fiscal Q3 2021471400001564590-21-026768
10-Q2021-02-10fiscal Q2 2021471350001564590-21-005216
10-Q2020-11-12fiscal Q1 202145940001564590-20-053346
10-K2020-09-11fiscal FY 2020552080001564590-20-043257
10-Q2020-05-08fiscal Q3 2020481390001564590-20-023454
10-Q2020-02-05fiscal Q2 2020511390001564590-20-003422
10-Q2019-11-07fiscal Q1 2020501020001564590-19-041609
10-K2019-09-13fiscal FY 2019552090001564590-19-034678
10-Q2019-05-09fiscal Q3 2019471320001564590-19-017686
10-Q2019-02-08fiscal Q2 2019471280001558370-19-000520
10-Q2018-11-09fiscal Q1 2019481000001558370-18-009082
10-K2018-09-07fiscal FY 2018531950001558370-18-007407
10-Q2018-05-11fiscal Q3 2018461240001558370-18-004687
10-Q2018-02-09fiscal Q2 2018461240001558370-18-000540
10-Q2017-11-13fiscal Q1 201845920001558370-17-008759
10-K2017-09-08fiscal FY 2017531930001558370-17-006982
10-Q2017-05-12fiscal Q3 2017391050001558370-17-004225
10-Q2017-02-10fiscal Q2 2017391080001558370-17-000492
10-Q2016-11-10fiscal Q1 201739800001558370-16-009948
10-K2016-09-09fiscal FY 2016471770001558370-16-008267
10-Q2016-05-06fiscal Q3 2016401090001558370-16-005466
10-Q2016-02-05fiscal Q2 2016391080001558370-16-003069
10-Q2015-11-06fiscal Q1 201539780001558370-15-002368

Inspect the source

Entity
MASTERCRAFT BOAT HOLDINGS, INC. / CIK 0001638290
Captured
2026-09-21T17:22:42.009Z
SEC response SHA-256
6843be0fb39426e37cbf58c4923ea9779262eb3b1be96036f6ae0c26c2a41ed5

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