Analysts expect Ultrapar Holdings Inc to report revenue of 8.65 B for Q3 26, against a range of 8.25 B to 9.05 B. The most recent reported quarter, Q2 26, came in at 8.09 B, a 3.5% beat against the 7.81 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 6.08 B | 6.24 B | 6.01 B | 6.45 B | 7.08 B | 7.58 B | 7.20 B | 8.09 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 6.15 B | 6.51 B | 5.83 B | 6.06 B | 6.66 B | 7.54 B | 7.65 B | 8.58 B | 9.05 B | 7.99 B | 7.26 B | 8.00 B | 9.17 B | 8.24 B | 7.39 B | 7.50 B | ||||||||||
| Low Estimate | 5.10 B | 5.63 B | 5.27 B | 5.10 B | 5.80 B | 6.27 B | 7.02 B | 7.05 B | 8.25 B | 7.24 B | 6.22 B | 6.72 B | 8.16 B | 7.63 B | 6.57 B | 6.47 B | ||||||||||
| Consensus Estimate | 5.62 B | 6.07 B | 5.55 B | 5.58 B | 6.23 B | 6.91 B | 7.33 B | 7.81 B | 8.65 B | 7.62 B | 6.74 B | 7.36 B | 8.66 B | 7.93 B | 6.98 B | 6.98 B |
Analysts expect Ultrapar Holdings Inc to report earnings per share of 0.25 for Q3 26, against a range of 0.24 to 0.26. The most recent reported quarter, Q2 26, came in at 0.27, a 12.5% beat against the 0.24 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.10 | 0.13 | 0.05 | 0.19 | 0.12 | 0.06 | 0.15 | 0.27 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.11 | 0.07 | 0.07 | 0.05 | 0.10 | 0.08 | 0.13 | 0.26 | 0.26 | 0.21 | 0.13 | 0.16 | 0.25 | 0.20 | 0.13 | 0.19 | ||||||||||
| Low Estimate | 0.09 | 0.05 | 0.05 | 0.05 | 0.08 | 0.06 | 0.13 | 0.22 | 0.24 | 0.19 | 0.11 | 0.14 | 0.21 | 0.18 | 0.11 | 0.17 | ||||||||||
| Consensus Estimate | 0.10 | 0.06 | 0.06 | 0.05 | 0.09 | 0.07 | 0.13 | 0.24 | 0.25 | 0.20 | 0.12 | 0.15 | 0.23 | 0.19 | 0.12 | 0.18 |
Pull Wall Street consensus for Ultrapar Holdings Inc (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=UGP&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "UGP", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=UGP&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();