Ultrapar Holdings (UGP) Acquisitions (2011 - 2026)
Ultrapar Holdings' (UGP) quarterly Acquisitions came in at $1520.0 in Q1 2026, down 99.98% quarter-over-quarter from $7.7 million in Q4 2025.
Ultrapar Holdings (UGP) Acquisitions (2011 - 2026) Analysis & Trends
Ultrapar Holdings (UGP) has reported Acquisitions for 9 consecutive years, with $1520.0 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $1520.0 in Q1 2026; TTM through Mar 2026 was -$136.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at $225.1 million, up 250494.39% from the prior year.
- Acquisitions was $1520.0 for Q1 2026 at Ultrapar Holdings, down from $7.7 million in the prior quarter.
- Over five years, Acquisitions peaked at $7.7 million in Q4 2025 and troughed at -$147.1 million in Q2 2024.
- A 5-year average of -$47.0 million and a median of -$35.4 million in 2022 frame the typical range for Acquisitions.
- Across the five-year window, Acquisitions sank 1174.0% in 2022 and soared 103.56% in 2023, its largest moves.
- Over 5 years, Acquisitions stood at -$17.6 million in 2022, then jumped by 103.56% to $626190.7 in 2023, then plunged by 23592.76% to -$147.1 million in 2024, then soared by 105.23% to $7.7 million in 2025, then plunged by 99.98% to $1520.0 in 2026.
- The last three Acquisitions figures came in at $1520.0 (Q1 2026), $7.7 million (Q4 2025), and $2.9 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (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 |
|---|---|
| Mar 31, 2026 | 1,520.04 |
| Dec 31, 2025 | 7.70 Mn |
| Sep 30, 2025 | 2.94 Mn |
| Jun 30, 2024 | -147.11 Mn |
| Mar 31, 2024 | -68.37 Mn |
| Dec 31, 2023 | 626,190.75 |
| Jun 30, 2023 | -76.57 Mn |
| Mar 31, 2023 | -32.26 Mn |
| Dec 31, 2022 | -17.61 Mn |
| Sep 30, 2022 | -103.54 Mn |
| Jun 30, 2022 | -91.69 Mn |
| Mar 31, 2022 | -38.63 Mn |
| Dec 31, 2021 | -9.85 Mn |
| Sep 30, 2021 | -12.06 Mn |
| Jun 30, 2021 | -7.20 Mn |
| Mar 31, 2021 | -3.81 Mn |
| Dec 31, 2013 | 59,473.45 |
| Sep 30, 2013 | -2.70 Mn |
| Jun 30, 2013 | -3.00 Mn |
| Mar 31, 2013 | -3.09 Mn |
Ultrapar Holdings Acquisitions 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=acquisitions&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();