Skip to content

Mirion Technologies, Inc.: filings

Every Mirion Technologies, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-07-29fiscal Q2 2026541500001628280-26-050604
10-Q2026-04-29fiscal Q1 2026541120001628280-26-028363
10-K2026-02-19fiscal FY 2025601570001628280-26-009869
10-Q2025-10-29fiscal Q3 2025571580001628280-25-047169
10-Q2025-08-01fiscal Q2 2025561520001809987-25-000011
10-Q2025-04-30fiscal Q1 2025561140001628280-25-021106
10-K2025-02-26fiscal FY 2024591540001628280-25-008233
10-Q2024-10-30fiscal Q3 2024581600001628280-24-044338
10-Q2024-08-02fiscal Q2 2024581560001628280-24-034412
10-Q2024-05-01fiscal Q1 2024571160001628280-24-019463
10-K2024-02-28fiscal FY 2023602300001628280-24-007670
10-Q2023-11-02fiscal Q3 2023561580001628280-23-036439
10-Q2023-08-03fiscal Q2 2023561540001628280-23-026839
10-Q2023-05-03fiscal Q1 2023551120001628280-23-015295
10-K2023-02-28fiscal FY 2022572390001628280-23-005646
10-Q2022-11-03fiscal Q3 2022551540001628280-22-027935
10-Q2022-07-29fiscal Q2 2022551500001628280-22-019835
10-Q2022-05-05fiscal FY 2022551120001628280-22-012399
10-K2022-02-28fiscal FY 2021602480001628280-22-004286
10-Q2021-11-10fiscal Q3 202117520001193125-21-325965
10-Q2021-08-16fiscal Q2 202117480001193125-21-246342
10-Q2021-05-17fiscal Q1 202117380001193125-21-162876
10-K/A2021-05-17fiscal FY 202018590001193125-21-162842
10-K2021-03-31fiscal FY 202018490001193125-21-102511
10-Q2020-11-13fiscal Q3 202017480001193125-20-292595
10-Q2020-08-14fiscal Q2 202016450001193125-20-219863

Inspect the source

Entity
Mirion Technologies, Inc. / CIK 0001809987
Captured
2026-09-21T17:33:42.761Z
SEC response SHA-256
6cb1eff06525104e92f928e737c102d194ee04eb1dd62c6a1c46cc19b4dd3dc1

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