Ultrapar Holdings (UGP) Exchange Rate Effect (2009 - 2026)
Ultrapar Holdings' (UGP) quarterly Exchange Rate Effect came in at -$14.0 million in Q2 2026, down 91.44% year-over-year from -$163.3 million in Q2 2025, and up 4.48% quarter-over-quarter from -$14.6 million in Q1 2026.
Ultrapar Holdings (UGP) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Ultrapar Holdings (UGP) has reported Exchange Rate Effect for 18 consecutive years, with -$14.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 91.44% year-over-year to -$14.0 million in Q2 2026; TTM through Jun 2026 was -$48.4 million, a 203.75% decrease from a year earlier, with the FY2025 full-year figure at -$8.3 million, down 249.74% from the prior year.
- Exchange Rate Effect was -$14.0 million for Q2 2026 at Ultrapar Holdings, up from -$14.6 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $1.4 million in Q1 2024 and troughed at -$14.6 million in Q1 2026.
- A 5-year average of -$6.6 million and a median of -$5.5 million in 2023 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect slumped 645.48% in 2022 and surged 128.6% in 2024, its largest moves.
- Over 5 years, Exchange Rate Effect stood at -$3.7 million in 2022, then slumped by 64.78% to -$6.1 million in 2023, then surged by 123.4% to $1.4 million in 2024, then plunged by 689.38% to -$8.3 million in 2025, then plunged by 67.58% to -$14.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$14.0 million (Q2 2026), -$14.6 million (Q1 2026), and -$8.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (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 | -44.00 Mn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | -2.00 Mn |
| 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 | -13.98 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 |
|---|---|
| Jun 30, 2026 | -13.98 Mn |
| Mar 31, 2026 | -14.64 Mn |
| Dec 31, 2025 | -8.34 Mn |
| Sep 30, 2025 | -11.40 Mn |
| Jun 30, 2025 | -7.30 Mn |
| Mar 31, 2025 | -3.99 Mn |
| Mar 31, 2024 | 1.42 Mn |
| Dec 31, 2023 | -6.05 Mn |
| Jun 30, 2023 | -545,193.44 |
| Mar 31, 2023 | -4.95 Mn |
| Dec 31, 2022 | -3.67 Mn |
| Sep 30, 2022 | -4.07 Mn |
| Jun 30, 2022 | -4.00 Mn |
| Mar 31, 2022 | -10.91 Mn |
| Dec 31, 2021 | 3.29 Mn |
| Sep 30, 2021 | 9.38 Mn |
| Jun 30, 2021 | 2.09 Mn |
| Mar 31, 2021 | 2.00 Mn |
| Dec 31, 2020 | 25,326.54 |
| Sep 30, 2020 | 6.63 Mn |
Ultrapar Holdings Exchange Rate Effect 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=exchange-rate-effect&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();