Ultrapar Holdings (UGP) Shares Outstanding (2009 - 2026)
Ultrapar Holdings' (UGP) quarterly Shares Outstanding (Entity) came in at $1.1 billion in Q4 2025, down 1.24% year-over-year from $1.1 billion in Q4 2024, and down 1.24% quarter-over-quarter from $1.1 billion in Q4 2024.
Ultrapar Holdings (UGP) Shares Outstanding (2009 - 2026) Analysis & Trends
Ultrapar Holdings (UGP) has reported Shares Outstanding (Entity) for 12 consecutive years, with $1.1 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) fell 1.24% year-over-year to $1.1 billion in Q4 2025; TTM through Dec 2025 was $1.1 billion, a 1.24% decrease from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 1.24% from the prior year.
- Shares Outstanding (Entity) was $1.1 billion for Q4 2025 at Ultrapar Holdings, down from $1.1 billion in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $1.1 billion in Q4 2023 and troughed at $1.1 billion in Q4 2025.
- A 5-year average of $1.1 billion and a median of $1.1 billion in 2021 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) gained 0.08% in 2022 and retreated 1.24% in 2025, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $1.1 billion in 2021, then advanced by 0.08% to $1.1 billion in 2022, then advanced by 0.04% to $1.1 billion in 2023, then fell by 0.68% to $1.1 billion in 2024, then slipped by 1.24% to $1.1 billion in 2025.
- The last three Shares Outstanding (Entity) figures came in at $1.1 billion (Q4 2025), $1.1 billion (Q4 2024), and $1.1 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 289.00 Mn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 294.00 Mn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 179.42 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 136.90 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 118.37 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 1.07 Bn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 100.50 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | 669.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 61.32 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 48.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.07 Bn |
| Mar 31, 2026 | 1.07 Bn |
| Dec 31, 2025 | 1.07 Bn |
| Sep 30, 2025 | 1.10 Bn |
| Jun 30, 2025 | 1.10 Bn |
| Mar 31, 2025 | 1.10 Bn |
| Dec 31, 2024 | 1.10 Bn |
| Sep 1, 2024 | 1.10 Bn |
| Jun 30, 2024 | 1.10 Bn |
| Mar 31, 2024 | 1.10 Bn |
| Dec 31, 2023 | 1.10 Bn |
| Sep 1, 2023 | 1.09 Bn |
| Jun 30, 2023 | 1.09 Bn |
| Mar 31, 2023 | 1.09 Bn |
| Dec 31, 2022 | 1.09 Bn |
| Sep 30, 2022 | 1.09 Bn |
| Jun 30, 2022 | 1.09 Bn |
| Mar 31, 2022 | 1.09 Bn |
| Dec 31, 2021 | 1.09 Bn |
| Sep 30, 2021 | 1.09 Bn |
Ultrapar Holdings Shares Outstanding 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=shares-outstanding&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();