PBF Energy (PBF) EV to FCF (2012 - 2026)
PBF Energy's (PBF) quarterly EV to FCF came in at 3.2 in Q2 2026, down 94.58% on a YoY basis from 59.04 in Q2 2025, and up 140.92% quarter-over-quarter from 7.82 in Q1 2026.
PBF Energy (PBF) EV to FCF (2012 - 2026) Analysis & Trends
PBF Energy (PBF) has reported EV to FCF for 11 consecutive years, with 3.2 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to FCF fell 94.58% year-over-year to 3.2; the trailing twelve-month figure through Jun 2026 stood at 6.3 (up 506.29% YoY), and the FY2025 full-year result was 3.57, up 53.74% from the prior year.
- EV to FCF climbed to 3.2 in Q2 2026 per PBF's latest filing, from 7.82 in the prior quarter.
- Across five years, EV to FCF topped out at 59.04 in Q2 2025 and bottomed at 45.27 in Q1 2024.
- Historically, EV to FCF has averaged 2.68 across 5 years, with a median of 3.37 in 2022.
- The sharpest annual moves came in 2024 and 2025: EV to FCF tumbled 263.18% in 2024, then surged 676.45% in 2025.
- Over 5 years, EV to FCF stood at 3.68 in 2022, then soared by 346.96% to 16.47 in 2023, then slumped by 138.27% to 6.3 in 2024, then soared by 676.45% to 36.33 in 2025, then tumbled by 91.19% to 3.2 in 2026.
- According to Business Quant data, EV to FCF over the past three periods registered 3.2, 7.82, and 36.33 for Q2 2026, Q1 2026, and Q4 2025 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 | 3.20 |
| Mar 31, 2026 | -7.82 |
| Dec 31, 2025 | 36.33 |
| Sep 30, 2025 | -25.82 |
| Jun 30, 2025 | 59.04 |
| Mar 31, 2025 | -2.44 |
| Dec 31, 2024 | -6.30 |
| Sep 30, 2024 | -16.20 |
| Jun 30, 2024 | 11.31 |
| Mar 31, 2024 | -45.27 |
| Dec 31, 2023 | 16.47 |
| Sep 30, 2023 | 12.33 |
| Jun 30, 2023 | -26.84 |
| Mar 31, 2023 | 27.74 |
| Dec 31, 2022 | 3.68 |
| Sep 30, 2022 | 3.54 |
| Dec 31, 2017 | 12.48 |
| Sep 30, 2017 | 10.95 |
| Jun 30, 2017 | 144.97 |
| Mar 31, 2017 | -9.87 |
PBF Energy EV to FCF 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=ev-to-fcf&ticker=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();