Skip to content

CATALENT, INC.: filings

Every CATALENT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-Q2024-11-05fiscal Q1 2025481040001596783-24-000120
10-K2024-09-06fiscal FY 2024571510001596783-24-000087
10-Q2024-05-08fiscal Q3 2024481350001596783-24-000033
10-Q2024-02-14fiscal Q2 2024481350001596783-24-000020
10-Q2023-12-08fiscal Q1 2024481040001596783-23-000186
10-K2023-12-08fiscal FY 2023581520001596783-23-000185
10-Q2023-06-12fiscal Q3 2023491750001596783-23-000038
10-K/A2023-06-12fiscal FY 2022571600001596783-23-000036
10-Q2023-02-07fiscal Q2 2023491400001596783-23-000017
10-Q2022-11-01fiscal Q1 2023491040001596783-22-000185
10-K2022-08-29fiscal FY 2022581530001596783-22-000129
10-Q2022-05-03fiscal FY 2022511410001596783-22-000039
10-Q2022-02-01fiscal FY 2022491370001596783-22-000027
10-Q2021-11-02fiscal FY 2022491000001596783-21-000183
10-K2021-08-30fiscal FY 2021561480001596783-21-000110
10-Q2021-05-04fiscal Q3 2021501390001596783-21-000061
10-Q2021-02-02fiscal Q2 2021481340001596783-21-000038
10-Q2020-11-03fiscal Q1 202148990001596783-20-000224
10-K2020-08-31fiscal FY 2020551940001596783-20-000155
10-Q2020-05-05fiscal Q3 2020501340001596783-20-000056
10-Q2020-02-03fiscal Q2 2020501350001596783-20-000017
10-Q2019-11-05fiscal Q1 2020501010001596783-19-000205
10-K2019-08-27fiscal Q4 2019521810001596783-19-000183
10-Q2019-05-07fiscal Q3 2019451270001596783-19-000040
10-Q2019-02-05fiscal Q2 2019451180001596783-19-000011
10-Q2018-11-06fiscal Q1 201947950001596783-18-000164
10-K2018-08-28fiscal Q4 2018501660001596783-18-000101
10-Q2018-05-01fiscal Q3 2018471240001596783-18-000028
10-Q2018-02-05fiscal Q2 2018471240001596783-18-000010
10-Q2017-11-06fiscal Q1 201846940001596783-17-000170
10-K2017-08-28fiscal FY 2017491660001596783-17-000148
10-Q2017-05-04fiscal Q3 2017471270001596783-17-000035
10-Q2017-02-06fiscal Q2 2017471270001596783-17-000017
10-Q2016-11-07fiscal Q1 201746940001596783-16-000167
10-K2016-08-29fiscal Q4 2016491650001596783-16-000114
10-Q2016-05-04fiscal Q3 2016451230001596783-16-000070
10-Q2016-02-09fiscal Q2 2016461250001596783-16-000056
10-Q2015-11-03fiscal Q1 201547960001596783-15-000039
10-K2015-09-02fiscal FY 2015501680001596783-15-000026
10-Q2015-05-05fiscal Q3 2015471270001596783-15-000017
10-Q2015-02-12fiscal Q2 2015471290001596783-15-000008
10-Q2014-11-14fiscal Q1 201546940001596783-14-000015
10-K2014-09-08fiscal FY 2014501690001596783-14-000008

Inspect the source

Entity
CATALENT, INC. / CIK 0001596783
Captured
2026-09-21T17:21:06.843Z
SEC response SHA-256
815907e84772de72ff1db69d5036ae3a7703b0777f86d78f1b054e113cf8ff4e

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