Skip to content

COTY INC.: filings

Every COTY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-20fiscal FY 2026591530001024305-26-000048
10-Q2026-05-05fiscal Q3 2026511470001024305-26-000029
10-Q2026-02-05fiscal Q2 2026511450001024305-26-000014
10-Q2025-11-05fiscal Q1 2026511050001024305-25-000065
10-K2025-08-21fiscal FY 2025591530001024305-25-000030
10-Q2025-05-07fiscal Q3 2025541510001024305-25-000018
10-Q2025-02-10fiscal Q2 2025541490001024305-25-000007
10-Q2024-11-06fiscal Q1 2025531090001024305-24-000071
10-K2024-08-20fiscal FY 2024621610001024305-24-000035
10-Q2024-05-07fiscal Q3 2024541510001024305-24-000023
10-Q2024-02-08fiscal Q2 2024541490001024305-24-000007
10-Q2023-11-08fiscal Q1 2024531090001024305-23-000102
10-K2023-08-22fiscal FY 2023611580001024305-23-000060
10-Q2023-05-09fiscal Q3 2023531490001024305-23-000036
10-Q2023-02-08fiscal Q2 2023531470001024305-23-000012
10-Q2022-11-08fiscal Q1 2023531090001024305-22-000083
10-K2022-08-25fiscal FY 2022611580001024305-22-000053
10-Q2022-05-09fiscal Q3 2022531490001024305-22-000028
10-Q2022-02-08fiscal Q2 2022531470001024305-22-000009
10-Q2021-11-08fiscal Q1 2022531090001024305-21-000094
10-K2021-08-26fiscal FY 2021621600001024305-21-000063
10-Q2021-05-10fiscal Q3 2021551530001024305-21-000041
10-Q2021-02-09fiscal Q2 2021551510001024305-21-000017
10-Q2020-11-06fiscal Q1 2021551130001024305-20-000110
10-K2020-08-27fiscal FY 2020621580001024305-20-000084
10-Q2020-05-11fiscal Q3 2020541460001024305-20-000049
10-Q2020-02-05fiscal Q2 2020541460001024305-20-000016
10-Q2019-11-06fiscal Q1 2020541120001024305-19-000126
10-K2019-08-28fiscal FY 2019561520001024305-19-000097
10-Q2019-05-08fiscal Q3 2019501430001024305-19-000052
10-Q2019-02-08fiscal Q2 2019501420001024305-19-000021
10-Q2018-11-07fiscal Q1 2019501040001024305-18-000068
10-K2018-08-21fiscal FY 2018551450001024305-18-000026
10-Q2018-05-09fiscal Q3 2018501340001024305-18-000015
10-Q2018-02-08fiscal Q2 2018501340001024305-18-000006
10-Q2017-11-09fiscal Q1 2018501040001024305-17-000125
10-K2017-08-23fiscal FY 2017561450001024305-17-000071
10-Q2017-05-10fiscal Q3 2017501320001024305-17-000035
10-Q2017-02-09fiscal Q2 2017501320001024305-17-000005
10-Q2016-11-09fiscal Q1 201747980001024305-16-000230
10-K2016-08-18fiscal FY 2016521360001024305-16-000181
10-Q2016-05-03fiscal Q3 2016481280001024305-16-000151
10-Q2016-02-04fiscal Q2 2016471260001024305-16-000140
10-Q2015-11-05fiscal Q1 201645920001024305-15-000103
10-K2015-08-17fiscal FY 2015531340001024305-15-000058
10-Q2015-05-07fiscal Q3 2015451200001024305-15-000032
10-Q2015-02-05fiscal Q2 2015451200001024305-15-000002
10-Q2014-11-06fiscal Q1 201545920001024305-14-000041
10-K2014-08-28fiscal FY 2014531330001024305-14-000029
10-Q2014-05-14fiscal Q3 2014451200001024305-14-000005
10-Q2014-02-14fiscal Q2 2014431130000930413-14-000709
10-Q2013-11-08fiscal Q1 201443870000930413-13-005258

Inspect the source

Entity
COTY INC. / CIK 0001024305
Captured
2026-09-20T05:14:01.841Z
SEC response SHA-256
4e7542fcaede08575b2f83b76955705b93d654229cd02019ed5fe8a3a38250fb

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