Phillips 66 (PSX) Change in Account Payables (2011 - 2026)
Phillips 66's (PSX) quarterly Change in Account Payables came in at $136.0 million in Q2 2026, down 80.32% on a YoY basis from $691.0 million in Q2 2025, and down 95.5% quarter-over-quarter from $3.0 billion in Q1 2026.
Phillips 66 (PSX) Change in Account Payables (2011 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported Change in Account Payables for 16 consecutive years, with $136.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables fell 80.32% year-over-year to $136.0 million; the trailing twelve-month figure through Jun 2026 stood at $1.3 billion (up 231.42% YoY), and the FY2025 full-year result was -$804.0 million, down 63.75% from the prior year.
- Change in Account Payables fell to $136.0 million in Q2 2026 per PSX's latest filing, from $3.0 billion in the prior quarter.
- Across five years, Change in Account Payables topped out at $4.8 billion in Q1 2022 and bottomed at -$2.6 billion in Q3 2022.
- Historically, Change in Account Payables has averaged $173.3 million across 5 years, with a median of -$152.0 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Change in Account Payables sank 1190.87% in 2022, then soared 687.24% in 2026.
- Over 5 years, Change in Account Payables stood at -$920.0 million in 2022, then sank by 98.26% to -$1.8 billion in 2023, then soared by 67.49% to -$593.0 million in 2024, then sank by 104.05% to -$1.2 billion in 2025, then soared by 111.24% to $136.0 million in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered $136.0 million, $3.0 billion, and -$1.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | -1.89 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | -1.68 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | -176.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 136.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | - |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 176.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 136.00 Mn |
| Mar 31, 2026 | 3.02 Bn |
| Dec 31, 2025 | -1.21 Bn |
| Sep 30, 2025 | -669.00 Mn |
| Jun 30, 2025 | 691.00 Mn |
| Mar 31, 2025 | 384.00 Mn |
| Dec 31, 2024 | -593.00 Mn |
| Sep 30, 2024 | -1.46 Bn |
| Jun 30, 2024 | -120.00 Mn |
| Mar 31, 2024 | 1.68 Bn |
| Dec 31, 2023 | -1.82 Bn |
| Sep 30, 2023 | 2.27 Bn |
| Jun 30, 2023 | -184.00 Mn |
| Mar 31, 2023 | -739.00 Mn |
| Dec 31, 2022 | -920.00 Mn |
| Sep 30, 2022 | -2.63 Bn |
| Jun 30, 2022 | 476.00 Mn |
| Mar 31, 2022 | 4.81 Bn |
| Dec 31, 2021 | -798.00 Mn |
| Sep 30, 2021 | 241.00 Mn |
Phillips 66 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=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "PSX", "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=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();