PBF Energy (PBF) Gains from Investment Securities (2022 - 2024)
PBF Energy's (PBF) quarterly Gains from Investment Securities came in at -$3.3 million in Q1 2024, up 79.75% on a YoY basis from -$1.8 million in Q2 2023, and up 95.78% quarter-over-quarter from -$78.2 million in Q4 2023.
PBF Energy (PBF) Gains from Investment Securities (2022 - 2024) Analysis & Trends
PBF Energy (PBF) has reported Gains from Investment Securities for 3 consecutive years, with -$3.3 million the latest figure, recorded in Q1 2024.
- For the quarter ending Q1 2024, Gains from Investment Securities rose 79.75% year-over-year to -$3.3 million; the trailing twelve-month figure through Dec 2024 stood at -$3.3 million (up 92.79% YoY), and the FY2024 full-year result was -$3.3 million, up 92.79% from the prior year.
- Gains from Investment Securities rose to -$3.3 million in Q1 2024 per PBF's latest filing, from -$78.2 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $77.6 million in Q2 2022 and bottomed at -$82.6 million in Q4 2022.
- Historically, Gains from Investment Securities has averaged -$6.4 million across 3 years, with a median of -$9.8 million in 2023.
- The widest YoY moves for Gains from Investment Securities: up 2076.67% in 2023, down 121.39% in 2023.
- Over 3 years, Gains from Investment Securities stood at -$82.6 million in 2022, then grew by 5.33% to -$78.2 million in 2023, then jumped by 95.78% to -$3.3 million in 2024.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$3.3 million, -$78.2 million, and $65.3 million for Q1 2024, Q4 2023, and Q3 2023 respectively.
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 | -3.30 Mn |
| Dec 31, 2023 | -78.20 Mn |
| Sep 30, 2023 | 65.30 Mn |
| Jun 30, 2023 | -16.60 Mn |
| Mar 31, 2023 | -16.30 Mn |
| Dec 31, 2022 | -82.60 Mn |
| Sep 30, 2022 | 3.00 Mn |
| Jun 30, 2022 | 77.60 Mn |
PBF Energy 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=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "ticker": "PBF", "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=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();