Ultrapar Holdings (UGP) Divestments (2021 - 2026)
Ultrapar Holdings' (UGP) quarterly Divestments came in at -$7.1 million in Q2 2026, down 431.73% year-over-year from $2.1 million in Q2 2025, and down 9.99% quarter-over-quarter from -$6.5 million in Q4 2025.
Ultrapar Holdings (UGP) Divestments (2021 - 2026) Analysis & Trends
Ultrapar Holdings (UGP) has reported Divestments for 5 consecutive years, with -$7.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Divestments fell 431.73% year-over-year to -$7.1 million in Q2 2026; TTM through Jun 2026 was -$18.9 million, a 91.43% increase from a year earlier, with the FY2025 full-year figure at -$6.5 million, changed N/A from the prior year.
- Divestments was -$7.1 million for Q2 2026 at Ultrapar Holdings, down from -$6.5 million in the prior quarter.
- Over five years, Divestments peaked at $141.1 million in Q1 2025 and troughed at -$360.8 million in Q1 2024.
- A 4-year average of -$30.8 million and a median of -$6.5 million in 2025 frame the typical range for Divestments.
- Across the five-year window, Divestments soared 404.78% in 2022 and tumbled 431.73% in 2026, its largest moves.
- Over 4 years, Divestments stood at -$42.0 million in 2022, then slumped by 758.39% to -$360.8 million in 2024, then soared by 98.2% to -$6.5 million in 2025, then fell by 9.99% to -$7.1 million in 2026.
- The last three Divestments figures came in at -$7.1 million (Q2 2026), -$6.5 million (Q4 2025), and -$4.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 3.00 Mn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | - |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | - |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 17.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 1.30 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | -7.13 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 | 3.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.13 Mn |
| Dec 31, 2025 | -6.48 Mn |
| Sep 30, 2025 | -3.99 Mn |
| Jun 30, 2025 | -1.34 Mn |
| Mar 31, 2025 | 141.13 Mn |
| Mar 31, 2024 | -360.78 Mn |
| Sep 30, 2022 | -42.03 Mn |
| Jun 30, 2022 | -40.49 Mn |
| Mar 31, 2022 | 44.30 Mn |
| Dec 31, 2021 | 23.34 Mn |
| Sep 30, 2021 | -24.78 Mn |
| Jun 30, 2021 | -33.34 Mn |
| Mar 31, 2021 | 8.78 Mn |
Ultrapar Holdings Divestments 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=divestments&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();