Skip to content

Mayville Engineering Company, Inc.: filings

Every Mayville Engineering Company, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-Q2026-08-05fiscal Q2 2026481280001104659-26-091110
10-Q2026-05-06fiscal Q1 202647970001104659-26-056257
10-K2026-03-04fiscal FY 2025511350001104659-26-023496
10-Q2025-11-05fiscal Q3 2025461280001104659-25-106973
10-Q2025-08-06fiscal Q2 2025461230001558370-25-010445
10-Q2025-05-07fiscal Q1 202546930001558370-25-006726
10-K2025-03-06fiscal FY 2024501320001558370-25-002369
10-Q2024-11-06fiscal Q3 2024461280001558370-24-014558
10-Q2024-08-07fiscal Q2 2024461240001558370-24-011270
10-Q2024-05-08fiscal Q1 202445920001558370-24-007250
10-K2024-03-06fiscal FY 2023501320001558370-24-002598
10-Q2023-11-01fiscal Q3 2023461280001558370-23-017215
10-Q2023-08-02fiscal Q2 2023461240001558370-23-012894
10-Q2023-05-03fiscal Q1 202346940001558370-23-007805
10-K2023-03-01fiscal FY 2022491270001558370-23-002542
10-Q2022-11-02fiscal Q3 2022471290001558370-22-015959
10-Q2022-08-03fiscal Q2 2022471240001558370-22-011790
10-Q2022-05-04fiscal Q1 202247940001558370-22-007093
10-K2022-03-02fiscal FY 2021461170001564590-22-008290
10-Q2021-11-04fiscal Q3 2021431200001564590-21-054099
10-Q2021-08-04fiscal Q2 2021431150001564590-21-040866
10-Q2021-05-05fiscal Q1 202143870001564590-21-024186
10-K2021-03-05fiscal FY 2020411640001564590-21-011139
10-Q2020-11-03fiscal Q3 2020391000001564590-20-050034
10-Q2020-08-05fiscal Q2 202039970001564590-20-036903
10-Q2020-05-06fiscal Q1 202038740001564590-20-021596
10-K2020-03-02fiscal FY 2019401580001564590-20-008206
10-Q2019-10-31fiscal Q3 201937880001564590-19-039181
10-Q2019-08-09fiscal Q2 201938910001193125-19-217950
10-Q2019-06-18fiscal Q1 201935720001193125-19-175022

Inspect the source

Entity
Mayville Engineering Company, Inc. / CIK 0001766368
Captured
2026-09-21T17:29:58.496Z
SEC response SHA-256
485ef400964b2039ecacf2e033c0653d6ae0909179b16dab2353bf4b1f4221d9

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