Ultrapar Holdings (UGP) Gains from Investment Securities (2017 - 2024)
Ultrapar Holdings' (UGP) quarterly Gains from Investment Securities came in at $182005.7 in Q1 2024, up 136.28% year-over-year from $77031.0 in Q2 2023, and up 136.28% quarter-over-quarter from $77031.0 in Q1 2023.
Ultrapar Holdings (UGP) Gains from Investment Securities (2017 - 2024) Analysis & Trends
Ultrapar Holdings (UGP) has reported Gains from Investment Securities for 7 consecutive years, with $182005.7 the latest figure, recorded in Q1 2024.
- On a quarterly basis, Gains from Investment Securities rose 136.28% year-over-year to $182005.7 in Q1 2024; TTM through Mar 2024 was $421286.5, a 166.74% increase from a year earlier, with the FY2022 full-year figure at $17.0 million, up 9030.01% from the prior year.
- Gains from Investment Securities was $182005.7 for Q1 2024 at Ultrapar Holdings, up from $77031.0 in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $49.0 million in Q1 2020 and troughed at -$39.5 million in Q2 2020.
- A 4-year average of $1.5 million and a median of $119640.4 in 2021 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities slumped 995.48% in 2020 and jumped 136.28% in 2024, its largest moves.
- Over 4 years, Gains from Investment Securities stood at -$870556.8 in 2020, then jumped by 118.64% to $162249.8 in 2021, then plunged by 52.52% to $77031.0 in 2023, then jumped by 136.28% to $182005.7 in 2024.
- The last three Gains from Investment Securities figures came in at $182005.7 (Q1 2024), $77031.0 (Q1 2023), and $162249.8 (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2024 | 182,005.74 |
| Mar 31, 2023 | 77,030.96 |
| Dec 31, 2021 | 162,249.79 |
| Dec 31, 2020 | -870,556.85 |
| Jun 30, 2020 | -39.54 Mn |
| Mar 31, 2020 | 49.02 Mn |
| Dec 31, 2019 | 97,216.31 |
| Jun 30, 2019 | -101.46 Mn |
| Mar 31, 2019 | 106.63 Mn |
| Dec 31, 2018 | 127.50 Mn |
| Sep 30, 2018 | 1.50 Mn |
| Jun 30, 2018 | 17.49 Mn |
| Mar 31, 2018 | -7.77 Mn |
| Dec 31, 2017 | -92,493.60 |
| Sep 30, 2017 | 4.55 Mn |
| Jun 30, 2017 | -90.41 Mn |
| Mar 31, 2017 | 97.13 Mn |
Ultrapar Holdings Gains from Investment Securities 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=gains-from-investment-securities&ticker=UGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=UGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();