Skip to content

e.l.f. Beauty, Inc.: filings

Every e.l.f. Beauty, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-06fiscal Q1 2027501230001600033-26-000040
10-K2026-05-21fiscal FY 2026572050001600033-26-000020
10-Q2026-02-05fiscal Q3 2026501590001600033-26-000007
10-Q2025-11-10fiscal Q2 2026501550001600033-25-000058
10-Q2025-08-07fiscal Q1 2026481200001600033-25-000040
10-K2025-05-29fiscal FY 2025552020001600033-25-000016
10-Q2025-02-07fiscal Q3 2025481560001600033-25-000006
10-Q2024-11-07fiscal Q2 2025481520001600033-24-000050
10-Q2024-08-09fiscal Q1 2025481200001600033-24-000043
10-K2024-05-23fiscal FY 2024541990001600033-24-000020
10-Q2024-02-07fiscal Q3 2024481560001600033-24-000008
10-Q2023-11-02fiscal Q2 2024471490001600033-23-000048
10-Q2023-08-02fiscal Q1 2024471160001600033-23-000035
10-K2023-05-25fiscal FY 2023531970001600033-23-000016
10-Q2023-02-02fiscal Q3 2023471530001600033-23-000009
10-Q2022-11-03fiscal Q2 2023471490001600033-22-000047
10-Q2022-08-04fiscal Q1 2023471170001600033-22-000036
10-K2022-05-26fiscal FY 2022531980001600033-22-000027
10-Q2022-02-03fiscal Q3 2022471530001600033-22-000009
10-Q2021-11-04fiscal Q2 2022471490001600033-21-000062
10-Q2021-08-05fiscal Q1 2022471170001600033-21-000050
10-K2021-05-27fiscal FY 2021532460001600033-21-000030
10-Q2021-02-04fiscal Q3 2021481550001600033-21-000011
10-Q2020-11-05fiscal Q2 2021481500001600033-20-000078
10-Q2020-08-06fiscal Q1 2021481180001600033-20-000063
10-K/A2020-05-29fiscal FY 2020532450001600033-20-000036
10-K2020-05-28fiscal FY 2020532450001600033-20-000023
10-Q2020-02-06fiscal Q3 2020481520001600033-20-000010
10-Q2019-11-07fiscal Q2 2020481480001600033-19-000056
10-Q2019-08-08fiscal Q1 2020481160001600033-19-000049
10-Q2019-05-09fiscal Q1 2019471140001600033-19-000040
10-K2019-02-28fiscal FY 2018481650001600033-19-000011
10-Q2018-11-06fiscal Q3 2018411280001600033-18-000049
10-Q2018-08-09fiscal Q2 2018411280001600033-18-000043
10-Q2018-05-10fiscal Q1 2018411000001600033-18-000029
10-K2018-03-01fiscal FY 2017431380001600033-18-000014
10-Q2017-11-09fiscal Q3 2017371000001564590-17-023229
10-Q2017-08-11fiscal Q2 2017371000001564590-17-017356
10-Q2017-05-12fiscal Q1 201737740001564590-17-010721
10-K2017-03-15fiscal FY 2016421390001564590-17-004450
10-Q2016-11-14fiscal Q3 2016391040001564590-16-029029

Inspect the source

Entity
e.l.f. Beauty, Inc. / CIK 0001600033
Captured
2026-09-20T09:25:12.566Z
SEC response SHA-256
ed8da4174434e54f8d4d279178bf72786153aa32f5ea935a3d31ea37fe642828

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