PBF Energy (PBF) Change in Account Payables (2012 - 2026)
PBF Energy's (PBF) quarterly Change in Account Payables came in at -$39.1 million in Q2 2026, down 164.84% on a YoY basis from $60.3 million in Q2 2025, and down 145.57% quarter-over-quarter from $85.8 million in Q1 2026.
PBF Energy (PBF) Change in Account Payables (2012 - 2026) Analysis & Trends
PBF Energy (PBF) has reported Change in Account Payables for 11 consecutive years, with -$39.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables fell 164.84% year-over-year to -$39.1 million; the trailing twelve-month figure through Jun 2026 stood at -$143.9 million (up 27.36% YoY), and the FY2025 full-year result was $3.5 million, up 101.78% from the prior year.
- Change in Account Payables slipped to -$39.1 million in Q2 2026 per PBF's latest filing, from $85.8 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $613.7 million in Q3 2023 and bottomed at -$412.3 million in Q3 2022.
- Historically, Change in Account Payables has averaged -$32.2 million across 5 years, with a median of -$70.4 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Change in Account Payables slumped 255.79% in 2023, then soared 562.98% in 2025.
- Over 5 years, Change in Account Payables stood at -$80.3 million in 2022, then plunged by 255.79% to -$285.7 million in 2023, then grew by 21.67% to -$223.8 million in 2024, then soared by 72.97% to -$60.5 million in 2025, then jumped by 35.37% to -$39.1 million in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$39.1 million, $85.8 million, and -$60.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | -169.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | - |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | -39.10 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 458.19 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -42.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 | -39.10 Mn |
| Mar 31, 2026 | 85.80 Mn |
| Dec 31, 2025 | -60.50 Mn |
| Sep 30, 2025 | -130.10 Mn |
| Jun 30, 2025 | 60.30 Mn |
| Mar 31, 2025 | 133.80 Mn |
| Dec 31, 2024 | -223.80 Mn |
| Sep 30, 2024 | -168.40 Mn |
| Jun 30, 2024 | 224.40 Mn |
| Mar 31, 2024 | -28.90 Mn |
| Dec 31, 2023 | -285.70 Mn |
| Sep 30, 2023 | 613.70 Mn |
| Jun 30, 2023 | -100.90 Mn |
| Mar 31, 2023 | -102.40 Mn |
| Dec 31, 2022 | -80.30 Mn |
| Sep 30, 2022 | -412.30 Mn |
| Dec 31, 2017 | 137.08 Mn |
| Sep 30, 2017 | 36.33 Mn |
| Jun 30, 2017 | 48.24 Mn |
| Mar 31, 2017 | -187.04 Mn |
PBF Energy Change in Account Payables 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=change-in-account-payables&ticker=PBF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=PBF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();