Skip to content

CELSIUS HOLDINGS, INC.: filings

Every CELSIUS HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 Q2 2026551560001341766-26-000050
10-Q2026-05-07fiscal Q1 2026551140001341766-26-000039
10-K2026-03-02fiscal FY 2025571470001341766-26-000024
10-Q2025-11-07fiscal Q3 2025531530001341766-25-000144
10-Q2025-08-08fiscal Q2 2025531490001341766-25-000104
10-Q2025-05-06fiscal Q1 2025511050001341766-25-000080
10-K2025-03-03fiscal FY 2024551420001341766-25-000024
10-Q2024-11-06fiscal Q3 2024561590001341766-24-000093
10-Q2024-08-06fiscal Q2 2024531450001341766-24-000057
10-Q2024-05-07fiscal Q1 2024501030001341766-24-000029
10-K2024-02-29fiscal FY 2023531380001341766-24-000015
10-Q2023-11-07fiscal Q3 2023491440001341766-23-000035
10-Q2023-08-08fiscal Q2 2023491390001341766-23-000013
10-Q2023-05-09fiscal Q1 2023501020000950170-23-019722
10-K/A2023-04-19fiscal FY 2022531340001829126-23-002816
10-K2023-03-01fiscal FY 2022541380000950170-23-005612
10-Q2022-11-09fiscal Q3 2022521520000950170-22-023818
10-Q2022-08-09fiscal Q2 2022521460000950170-22-016034
10-Q2022-05-10fiscal Q1 2022511050000950170-22-008947
10-K2022-03-16fiscal FY 2021521030000950170-22-003965
10-Q2021-11-12fiscal Q3 2021521430001829126-21-014180
10-Q2021-08-12fiscal Q2 2021491320001829126-21-007909
10-Q2021-05-13fiscal Q1 2021491000001829126-21-003804
10-K/A2021-05-13fiscal FY 201948920001829126-21-003803
10-K2021-03-11fiscal FY 2020531030001829126-21-001412
10-Q2020-11-12fiscal Q3 2020421200001213900-20-036371
10-Q2020-08-06fiscal Q2 2020441190001213900-20-020515
10-Q2020-05-12fiscal Q1 202044870001213900-20-011763
10-K2020-03-12fiscal FY 201948920001213900-20-006069
10-Q2019-11-07fiscal Q3 2019441240001213900-19-022270
10-Q2019-08-08fiscal Q2 2019431190001213900-19-014875
10-Q2019-05-09fiscal Q1 201942830001615774-19-007328
10-K2019-03-14fiscal FY 201839790001615774-19-004030
10-Q2018-11-08fiscal Q3 2018411110001615774-18-012306
10-Q2018-08-09fiscal Q2 2018391060001615774-18-007796
10-Q2018-05-10fiscal Q1 201839780001615774-18-003564
10-K2018-03-08fiscal FY 201737750001615774-18-001689
10-Q2017-11-08fiscal Q3 201734910001615774-17-006346
10-Q2017-08-09fiscal Q2 201734910001615774-17-004181
10-Q2017-05-11fiscal Q1 201734690001615774-17-002240
10-K2017-03-30fiscal FY 201632660001615774-17-001341
10-Q2016-11-10fiscal Q3 201634910001615774-16-008159

Inspect the source

Entity
CELSIUS HOLDINGS, INC. / CIK 0001341766
Captured
2026-09-20T07:54:21.141Z
SEC response SHA-256
ada2f031b3aa5eb4928c4ad4b2a19c80a5ae43366169b56df417147847f017e7

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