Ultrapar Holdings (UGP) Share-based Compensation (2009 - 2026)
Ultrapar Holdings' (UGP) quarterly Share-based Compensation came in at $4.5 million in Q2 2026, up 282.89% year-over-year from $1.2 million in Q2 2025, and up 19.58% quarter-over-quarter from $3.8 million in Q1 2026.
Ultrapar Holdings (UGP) Share-based Compensation (2009 - 2026) Analysis & Trends
Ultrapar Holdings (UGP) has reported Share-based Compensation for 18 consecutive years, with $4.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 282.89% year-over-year to $4.5 million in Q2 2026; TTM through Jun 2026 was $14.5 million, a 43.49% increase from a year earlier, with the FY2025 full-year figure at $7.5 million, down 23.9% from the prior year.
- Share-based Compensation was $4.5 million for Q2 2026 at Ultrapar Holdings, up from $3.8 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $4.5 million in Q2 2026 and troughed at -$1.3 million in Q4 2022.
- A 5-year average of $2.1 million and a median of $2.0 million in 2024 frame the typical range for Share-based Compensation.
- The widest YoY moves for Share-based Compensation: up 7069.23% in 2022, down 395.02% in 2022.
- Over 5 years, Share-based Compensation stood at -$1.3 million in 2022, then soared by 237.9% to $1.8 million in 2023, then jumped by 62.77% to $2.9 million in 2024, then advanced by 17.71% to $3.4 million in 2025, then surged by 31.97% to $4.5 million in 2026.
- The last three Share-based Compensation figures came in at $4.5 million (Q2 2026), $3.8 million (Q1 2026), and $3.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | - |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | - |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 8.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 7.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 9.00 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 4.54 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -1.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | - |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 7.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 17.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.54 Mn |
| Mar 31, 2026 | 3.80 Mn |
| Dec 31, 2025 | 3.44 Mn |
| Sep 30, 2025 | 2.75 Mn |
| Jun 30, 2025 | 1.19 Mn |
| Mar 31, 2025 | 2.56 Mn |
| Dec 31, 2024 | 2.93 Mn |
| Jun 30, 2024 | 3.46 Mn |
| Mar 31, 2024 | 2.02 Mn |
| Jun 30, 2023 | 1.80 Mn |
| Mar 31, 2023 | 982,144.70 |
| Dec 31, 2022 | -1.30 Mn |
| Sep 30, 2022 | 1.37 Mn |
| Jun 30, 2022 | 1.16 Mn |
| Mar 31, 2022 | 746,235.04 |
| Dec 31, 2021 | 441,749.70 |
| Sep 30, 2021 | 19,169.67 |
| Jun 30, 2021 | 715,945.86 |
| Mar 31, 2021 | 549,597.61 |
| Dec 31, 2020 | 795,170.33 |
Ultrapar Holdings Share-based Compensation 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=share-based-compensation&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "UGP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();