Celsius Holdings (CELH) Payout Ratio (2022 - 2024)
Celsius Holdings' (CELH) quarterly Payout Ratio came in at 0.1 in Q1 2024, down 51.4% on a YoY basis from 0.22 in Q2 2023, and down 40.94% quarter-over-quarter from 0.18 in Q4 2023.
Celsius Holdings (CELH) Payout Ratio (2022 - 2024) Analysis & Trends
Celsius Holdings (CELH) has reported Payout Ratio for 3 consecutive years, with 0.1 the latest figure, recorded in Q1 2024.
- For the quarter ending Q1 2024, Payout Ratio fell 51.4% year-over-year to 0.1; the trailing twelve-month figure through Mar 2024 stood at 0.13 (changed N/A YoY), and the FY2023 full-year result was 0.15, up 361.23% from the prior year.
- Payout Ratio fell to 0.1 in Q1 2024 per CELH's latest filing, from 0.18 in the prior quarter.
- Across five years, Payout Ratio topped out at 0.22 in Q1 2023 and bottomed at 0.25 in Q4 2022.
- Historically, Payout Ratio has averaged 0.09 across 3 years, with a median of 0.14 in 2024.
- The sharpest annual moves came in 2023 and 2024: Payout Ratio surged 172.45% in 2023, then plunged 51.4% in 2024.
- Over 3 years, Payout Ratio stood at 0.25 in 2022, then soared by 172.45% to 0.18 in 2023, then slumped by 40.94% to 0.1 in 2024.
- According to Business Quant data, Payout Ratio over the past three periods registered 0.1, 0.18, and 0.1 for Q1 2024, Q4 2023, and Q3 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn |
| 10 | Celsius Holdings | 7.39 Bn | 6.76 Bn | 393.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 0.10 |
| Dec 31, 2023 | 0.18 |
| Sep 30, 2023 | 0.10 |
| Jun 30, 2023 | 0.17 |
| Mar 31, 2023 | 0.22 |
| Dec 31, 2022 | -0.25 |
Celsius Holdings Payout Ratio API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=payout-ratio&ticker=CELH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "ticker": "CELH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=payout-ratio&ticker=CELH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();