PBF Energy (PBF) Income from Continuing Operations (2012 - 2026)
PBF Energy's (PBF) quarterly Income from Continuing Operations came in at $915.0 million in Q2 2026, up 17044.44% on a YoY basis from N/an in Q2 2025, and up 357.04% quarter-over-quarter from $200.2 million in Q1 2026.
PBF Energy (PBF) Income from Continuing Operations (2012 - 2026) Analysis & Trends
PBF Energy (PBF) has reported Income from Continuing Operations for 11 consecutive years, with $915.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations rose 17044.44% year-over-year to $915.0 million; the trailing twelve-month figure through Jun 2026 stood at $1.4 billion (up 237.56% YoY), and the FY2025 full-year result was -$160.5 million, up 70.29% from the prior year.
- Income from Continuing Operations grew to $915.0 million in Q2 2026 per PBF's latest filing, from $200.2 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $1.2 billion in Q2 2022 and bottomed at -$405.9 million in Q1 2025.
- Historically, Income from Continuing Operations has averaged $326.6 million across 5 years, with a median of $171.7 million in 2025.
- The sharpest annual moves came in 2024 and 2026: Income from Continuing Operations sank 504.55% in 2024, then surged 17044.44% in 2026.
- Over 5 years, Income from Continuing Operations stood at $656.1 million in 2022, then tumbled by 107.38% to -$48.4 million in 2023, then tumbled by 504.55% to -$292.6 million in 2024, then jumped by 127.03% to $79.1 million in 2025, then surged by 1056.76% to $915.0 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered $915.0 million, $200.2 million, and $79.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 5.54 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 4.07 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 893.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 283.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 915.00 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 693.53 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 46.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -388.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 180.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 462.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 915.00 Mn |
| Mar 31, 2026 | 200.20 Mn |
| Dec 31, 2025 | 79.10 Mn |
| Sep 30, 2025 | 171.70 Mn |
| Jun 30, 2025 | -5.40 Mn |
| Mar 31, 2025 | -405.90 Mn |
| Dec 31, 2024 | -292.60 Mn |
| Sep 30, 2024 | -289.10 Mn |
| Jun 30, 2024 | -66.00 Mn |
| Mar 31, 2024 | 107.50 Mn |
| Dec 31, 2023 | -48.40 Mn |
| Sep 30, 2023 | 794.10 Mn |
| Jun 30, 2023 | 1.03 Bn |
| Mar 31, 2023 | 385.90 Mn |
| Dec 31, 2022 | 656.10 Mn |
| Sep 30, 2022 | 1.08 Bn |
| Jun 30, 2022 | 1.24 Bn |
| Dec 31, 2017 | 260.39 Mn |
| Sep 30, 2017 | 347.23 Mn |
| Jun 30, 2017 | -104.15 Mn |
PBF Energy Income from Continuing Operations 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=income-from-continuing-operations&ticker=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();