Ultrapar Holdings (UGP) Income from Discontinued Operations (2021 - 2025)
Ultrapar Holdings' (UGP) quarterly Income from Discontinued Operations came in at -$4.3 million in Q3 2025, down 14.11% quarter-over-quarter from -$3.8 million in Q2 2025.
Ultrapar Holdings (UGP) Income from Discontinued Operations (2021 - 2025) Analysis & Trends
Ultrapar Holdings (UGP) has reported Income from Discontinued Operations for 3 consecutive years, with -$4.3 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to -$4.3 million in Q3 2025; TTM through Sep 2025 was $62.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$38.3 million, changed N/A from the prior year.
- Income from Discontinued Operations was -$4.3 million for Q3 2025 at Ultrapar Holdings, down from -$3.8 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $209.0 million in Q4 2021 and troughed at -$37.0 million in Q2 2021.
- A 3-year average of $50.5 million and a median of -$1.7 million in 2022 frame the typical range for Income from Discontinued Operations.
- The widest YoY moves for Income from Discontinued Operations: up 2071.63% in 2022, down 66.26% in 2022.
- Over 3 years, Income from Discontinued Operations stood at $209.0 million in 2021, then plunged by 66.26% to $70.5 million in 2022, then slumped by 106.11% to -$4.3 million in 2025.
- The last three Income from Discontinued Operations figures came in at -$4.3 million (Q3 2025), -$3.8 million (Q2 2025), and $70.5 million (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | - |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | - |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | - |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | - |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.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 | - |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -4.31 Mn |
| Jun 30, 2025 | -3.78 Mn |
| Dec 31, 2022 | 70.52 Mn |
| Jun 30, 2022 | -1.71 Mn |
| Mar 31, 2022 | 190.63 Mn |
| Dec 31, 2021 | 209.04 Mn |
| Sep 30, 2021 | 40.79 Mn |
| Jun 30, 2021 | -36.96 Mn |
| Mar 31, 2021 | -9.67 Mn |
Ultrapar Holdings Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();