Phillips 66 (PSX) Change in Receivables (2011 - 2026)
Phillips 66's (PSX) quarterly Change in Receivables came in at -$287.0 million in Q2 2026, down 116.46% on a YoY basis from $1.7 billion in Q2 2025, and down 111.61% quarter-over-quarter from $2.5 billion in Q1 2026.
Phillips 66 (PSX) Change in Receivables (2011 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported Change in Receivables for 16 consecutive years, with -$287.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables fell 116.46% year-over-year to -$287.0 million; the trailing twelve-month figure through Jun 2026 stood at $1.8 billion (up 53.57% YoY), and the FY2025 full-year result was $508.0 million, up 188.5% from the prior year.
- Change in Receivables retreated to -$287.0 million in Q2 2026 per PSX's latest filing, from $2.5 billion in the prior quarter.
- Across five years, Change in Receivables topped out at $3.0 billion in Q1 2022 and bottomed at -$2.4 billion in Q4 2022.
- Historically, Change in Receivables has averaged $271.5 million across 5 years, with a median of -$243.0 million in 2024.
- The widest YoY moves for Change in Receivables: up 1267.57% in 2022, down 2171.7% in 2022.
- Over 5 years, Change in Receivables stood at -$2.4 billion in 2022, then surged by 86.04% to -$329.0 million in 2023, then jumped by 339.51% to $788.0 million in 2024, then sank by 40.86% to $466.0 million in 2025, then tumbled by 161.59% to -$287.0 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered -$287.0 million, $2.5 billion, and $466.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 1.59 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 3.09 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | -56.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | -287.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 | - | -60.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -287.00 Mn |
| Mar 31, 2026 | 2.47 Bn |
| Dec 31, 2025 | 466.00 Mn |
| Sep 30, 2025 | -801.00 Mn |
| Jun 30, 2025 | 1.74 Bn |
| Mar 31, 2025 | -901.00 Mn |
| Dec 31, 2024 | 788.00 Mn |
| Sep 30, 2024 | -427.00 Mn |
| Jun 30, 2024 | -736.00 Mn |
| Mar 31, 2024 | -199.00 Mn |
| Dec 31, 2023 | -329.00 Mn |
| Sep 30, 2023 | 2.57 Bn |
| Jun 30, 2023 | 115.00 Mn |
| Mar 31, 2023 | -1.66 Bn |
| Dec 31, 2022 | -2.36 Bn |
| Sep 30, 2022 | -1.20 Bn |
| Jun 30, 2022 | 2.59 Bn |
| Mar 31, 2022 | 3.04 Bn |
| Dec 31, 2021 | -543.00 Mn |
| Sep 30, 2021 | -53.00 Mn |
Phillips 66 Change in Receivables 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-receivables&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();