Skip to content

MALIBU BOATS, INC.: filings

Every MALIBU BOATS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-08-27fiscal FY 2026611580001590976-26-000037
10-Q2026-05-07fiscal Q3 2026581640001590976-26-000017
10-Q2026-02-05fiscal Q2 2026581600001590976-26-000007
10-Q2025-10-30fiscal Q1 2026581200001590976-25-000113
10-K2025-08-28fiscal FY 2025601550001590976-25-000080
10-Q2025-05-08fiscal Q3 2025591660001590976-25-000037
10-Q2025-01-30fiscal Q2 2025591620001590976-25-000016
10-Q2024-10-31fiscal Q1 2025571180001590976-24-000101
10-K2024-08-29fiscal FY 2024601570001590976-24-000073
10-Q2024-05-02fiscal Q3 2024581610001590976-24-000036
10-Q2024-01-30fiscal Q2 2024581570001590976-24-000012
10-Q2023-10-31fiscal Q1 2024581190001590976-23-000115
10-K2023-08-29fiscal FY 2023602120001590976-23-000069
10-Q2023-05-03fiscal Q3 2023571600001590976-23-000044
10-Q2023-02-07fiscal Q2 2023571560001590976-23-000013
10-Q2022-11-04fiscal Q1 2023551140001590976-22-000073
10-K2022-08-25fiscal FY 2022572060001590976-22-000050
10-Q2022-05-10fiscal Q3 2022551560001590976-22-000025
10-Q2022-02-08fiscal Q2 2022551520001590976-22-000013
10-Q2021-11-04fiscal Q1 2022541120001590976-21-000096
10-K2021-08-26fiscal FY 2021582090001590976-21-000065
10-Q2021-05-04fiscal Q3 2021551570001590976-21-000045
10-Q2021-02-09fiscal Q2 2021551530001590976-21-000021
10-Q2020-11-06fiscal Q1 2021541130001590976-20-000109
10-K2020-08-31fiscal FY 2020572040001590976-20-000069
10-Q2020-05-07fiscal Q3 2020541510001590976-20-000048
10-Q2020-02-06fiscal Q2 2020541470001590976-20-000015
10-Q2019-11-07fiscal Q1 2020541100001590976-19-000100
10-K2019-08-29fiscal FY 2019542000001590976-19-000073
10-Q2019-05-09fiscal Q3 2019521380001590976-19-000030
10-Q2019-02-06fiscal Q2 2019511360001590976-19-000014
10-Q2018-11-06fiscal Q1 2019511050001590976-18-000113
10-K2018-09-06fiscal FY 2018542020001590976-18-000071
10-Q2018-05-02fiscal Q3 2018491320001590976-18-000044
10-Q2018-02-09fiscal Q2 2018491320001590976-18-000016
10-Q2017-11-08fiscal Q1 2018491000001590976-17-000177
10-K2017-09-08fiscal FY 2017501830001590976-17-000118
10-Q2017-05-03fiscal Q3 2017491320001590976-17-000043
10-Q2017-02-01fiscal Q2 2017471280001590976-17-000017
10-Q2016-11-02fiscal Q1 201747960001590976-16-000312
10-K2016-09-09fiscal FY 2016511850001590976-16-000247
10-Q2016-05-06fiscal Q3 2016491330001590976-16-000212
10-Q2016-02-04fiscal Q2 2016481310001590976-16-000186
10-Q2015-11-04fiscal Q1 201648990001590976-15-000144
10-K2015-09-10fiscal FY 2015491730001590976-15-000075
10-Q2015-05-08fiscal Q3 2015471230001590976-15-000048
10-Q2015-02-09fiscal Q2 2015471180001590976-15-000022
10-Q2014-11-07fiscal Q1 201544850001590976-14-000085
10-K2014-09-25fiscal FY 2014471660001590976-14-000043
10-Q2014-05-12fiscal Q3 2014461130001590976-14-000022

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
MALIBU BOATS, INC. / CIK 0001590976
Captured
2026-09-20T09:24:06.789Z
SEC response SHA-256
8cadb873454f74b2d754ddd1591e0ddee007dac741daecb693335665d97e13e4

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