Skip to content

Avantor, Inc.: filings

Every Avantor, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-04-29fiscal Q1 2026481010001628280-26-028141
10-K2026-02-11fiscal FY 2025561480001628280-26-007118
10-Q2025-10-29fiscal Q3 2025481340001628280-25-046936
10-Q2025-08-01fiscal Q2 2025481340001722482-25-000190
10-Q2025-04-25fiscal Q1 2025481000001722482-25-000080
10-K2025-02-07fiscal FY 2024551460001722482-25-000015
10-Q2024-10-25fiscal Q3 2024471340001722482-24-000163
10-Q2024-07-26fiscal Q2 2024471340001722482-24-000145
10-Q2024-04-26fiscal Q1 2024471000001722482-24-000102
10-K2024-02-14fiscal FY 2023561490001722482-24-000012
10-Q2023-10-27fiscal Q3 2023471340001722482-23-000199
10-Q2023-07-28fiscal Q2 2023471340001722482-23-000159
10-Q2023-04-28fiscal Q1 2023471000001722482-23-000100
10-K2023-02-14fiscal FY 2022561490001722482-23-000040
10-Q2022-10-28fiscal Q3 2022481360001722482-22-000186
10-Q2022-07-29fiscal Q2 2022471340001722482-22-000166
10-Q2022-04-29fiscal Q1 2022471000001722482-22-000114
10-K2022-02-11fiscal FY 2020551470001722482-22-000030
10-Q2021-10-29fiscal Q3 2021491410001722482-21-000246
10-Q2021-07-30fiscal Q2 2021451290001722482-21-000212
10-Q2021-04-28fiscal Q1 202145960001722482-21-000121
10-K2021-02-16fiscal FY 2020521850001722482-21-000040
10-Q2020-10-27fiscal Q3 2020451280001722482-20-000172
10-Q2020-07-29fiscal Q2 2020451280001722482-20-000148
10-Q2020-04-29fiscal Q1 202045960001722482-20-000090
10-K2020-02-14fiscal FY 2019501710001722482-20-000029
10-Q2019-11-05fiscal Q3 2019451210001722482-19-000035
10-Q2019-08-06fiscal Q2 2019411110001722482-19-000016

Inspect the source

Entity
Avantor, Inc. / CIK 0001722482
Captured
2026-09-19T11:20:45.174Z
SEC response SHA-256
312ba3b367181efe0ccaace878ce04fcbf606761d0f477c0853597165c7be7be

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