PBF Energy (PBF) Operating Income (2012 - 2026)
PBF Energy's (PBF) quarterly Operating Income came in at $1.3 billion in Q2 2026, up 2858.37% on a YoY basis from $43.0 million in Q2 2025, and up 324.6% quarter-over-quarter from $299.6 million in Q1 2026.
PBF Energy (PBF) Operating Income (2012 - 2026) Analysis & Trends
PBF Energy (PBF) has reported Operating Income for 11 consecutive years, with $1.3 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income rose 2858.37% year-over-year to $1.3 billion; the trailing twelve-month figure through Jun 2026 stood at $2.0 billion (up 260.43% YoY), and the FY2025 full-year result was -$54.3 million, up 92.23% from the prior year.
- Operating Income advanced to $1.3 billion in Q2 2026 per PBF's latest filing, from $299.6 million in the prior quarter.
- Across five years, Operating Income topped out at $1.7 billion in Q2 2022 and bottomed at -$511.2 million in Q1 2025.
- Historically, Operating Income has averaged $460.7 million across 5 years, with a median of $285.9 million in 2025.
- The sharpest annual moves came in 2024 and 2026: Operating Income tumbled 711.86% in 2024, then jumped 2858.37% in 2026.
- Over 5 years, Operating Income stood at $955.6 million in 2022, then slumped by 104.94% to -$47.2 million in 2023, then plunged by 711.86% to -$383.2 million in 2024, then soared by 133.4% to $128.0 million in 2025, then soared by 893.83% to $1.3 billion in 2026.
- According to Business Quant data, Operating Income over the past three periods registered $1.3 billion, $299.6 million, and $128.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 7.32 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 5.20 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 1.17 Bn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 583.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 1.27 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 594.71 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 78.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -3.16 Bn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 302.40 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 634.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.27 Bn |
| Mar 31, 2026 | 299.60 Mn |
| Dec 31, 2025 | 128.00 Mn |
| Sep 30, 2025 | 285.90 Mn |
| Jun 30, 2025 | 43.00 Mn |
| Mar 31, 2025 | -511.20 Mn |
| Dec 31, 2024 | -383.20 Mn |
| Sep 30, 2024 | -386.30 Mn |
| Jun 30, 2024 | -74.60 Mn |
| Mar 31, 2024 | 145.10 Mn |
| Dec 31, 2023 | -47.20 Mn |
| Sep 30, 2023 | 1.08 Bn |
| Jun 30, 2023 | 1.39 Bn |
| Mar 31, 2023 | 532.40 Mn |
| Dec 31, 2022 | 955.60 Mn |
| Sep 30, 2022 | 1.40 Bn |
| Jun 30, 2022 | 1.71 Bn |
| Dec 31, 2017 | 253.52 Mn |
| Sep 30, 2017 | 587.16 Mn |
| Jun 30, 2017 | -111.15 Mn |
PBF Energy Operating Income 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=operating-income&ticker=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();