Skip to content

EVOLUS, INC.: filings

Every EVOLUS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-05fiscal Q2 2026551490001628280-26-053468
10-Q2026-05-04fiscal Q1 2026551130001570562-26-000066
10-K2026-03-03fiscal FY 2025591530001628280-26-014001
10-Q2025-11-05fiscal Q3 2025551550001628280-25-049673
10-Q2025-08-05fiscal Q2 2025551510001570562-25-000098
10-Q2025-05-07fiscal Q1 2025571160001570562-25-000075
10-K2025-03-04fiscal FY 2024591570001570562-25-000020
10-Q2024-11-06fiscal Q3 2024511460001570562-24-000128
10-Q2024-07-31fiscal Q2 2024511400001570562-24-000116
10-Q2024-05-07fiscal Q1 2024511060001570562-24-000080
10-K2024-03-07fiscal FY 2023531080001570562-24-000041
10-Q2023-11-07fiscal Q3 2023511440001570562-23-000115
10-Q2023-08-02fiscal Q2 2023511380001570562-23-000088
10-Q2023-05-09fiscal Q1 2023511040001570562-23-000070
10-K2023-03-08fiscal FY 2022531060001570562-23-000038
10-Q2022-11-08fiscal Q3 2022511420001570562-22-000143
10-Q2022-08-02fiscal Q2 2022511380001570562-22-000119
10-Q2022-05-10fiscal Q1 2022521060001570562-22-000102
10-K2022-03-03fiscal FY 2021521040001570562-22-000067
10-Q2021-11-02fiscal Q3 2021481370001570562-21-000173
10-Q2021-08-04fiscal Q2 2021491350001570562-21-000148
10-Q2021-05-12fiscal Q1 2021501030001570562-21-000141
10-K2021-03-25fiscal FY 2020501010001570562-21-000093
10-Q2020-10-29fiscal Q3 2020501360001570562-20-000122
10-Q2020-08-10fiscal Q2 2020481270001570562-20-000111
10-Q2020-05-11fiscal Q1 202048970001570562-20-000087
10-K2020-02-25fiscal FY 2019521030001570562-20-000061
10-Q2019-11-04fiscal Q3 2019501350001570562-19-000143
10-Q2019-08-12fiscal Q2 2019481250001570562-19-000131
10-Q2019-05-01fiscal Q1 201943880001570562-19-000070
10-K2019-03-20fiscal FY 201837770001570562-19-000038
10-Q2018-11-05fiscal Q3 201837950001570562-18-000118
10-Q2018-08-02fiscal Q2 201836930001570562-18-000100
10-Q2018-05-10fiscal Q1 201830620001570562-18-000037

Inspect the source

Entity
EVOLUS, INC. / CIK 0001570562
Captured
2026-09-20T09:21:12.120Z
SEC response SHA-256
15647d996f3794e3a1eb85d817690c1dfda972d08ca98d992eac85f367a451c2

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