PBF Energy (PBF) Other Non Operating Income (2017 - 2026)
PBF Energy's (PBF) quarterly Other Non Operating Income came in at -$2.2 million in Q2 2026, up 61.4% quarter-over-quarter from -$5.7 million in Q3 2023.
PBF Energy (PBF) Other Non Operating Income (2017 - 2026) Analysis & Trends
PBF Energy (PBF) has reported Other Non Operating Income for 4 consecutive years, with -$2.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income changed N/A year-over-year to -$2.2 million; the trailing twelve-month figure through Jun 2026 stood at -$2.2 million (changed N/A YoY), and the FY2023 full-year result was -$5.7 million, up 91.38% from the prior year.
- Other Non Operating Income advanced to -$2.2 million in Q2 2026 per PBF's latest filing, from -$5.7 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $3.8 million in Q2 2022 and bottomed at -$69.9 million in Q3 2022.
- Historically, Other Non Operating Income has averaged -$12.3 million across 3 years, with a median of -$2.2 million in 2023.
- The widest YoY moves for Other Non Operating Income: up 91.85% in 2023, down 39.47% in 2023.
- Over 3 years, Other Non Operating Income stood at -$69.9 million in 2022, then jumped by 91.85% to -$5.7 million in 2023, then surged by 61.4% to -$2.2 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$2.2 million, -$5.7 million, and $2.3 million for Q2 2026, Q3 2023, and Q2 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 |
|---|---|
| Jun 30, 2026 | -2.20 Mn |
| Sep 30, 2023 | -5.70 Mn |
| Jun 30, 2023 | 2.30 Mn |
| Mar 31, 2023 | -2.30 Mn |
| Sep 30, 2022 | -69.90 Mn |
| Jun 30, 2022 | 3.80 Mn |
| Jun 30, 2017 | -25.45 Mn |
PBF Energy Other Non 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=other-non-operating-income&ticker=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();