Devon Energy (DVN) Change in Account Payables (2009 - 2026)
Devon Energy's (DVN) quarterly Change in Account Payables came in at $379.0 million in Q1 2026, up 52.82% year-over-year from $248.0 million in Q1 2025, and up 307.53% quarter-over-quarter from $93.0 million in Q3 2025.
Devon Energy (DVN) Change in Account Payables (2009 - 2026) Analysis & Trends
Devon Energy (DVN) has reported Change in Account Payables for 16 consecutive years, with $379.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Change in Account Payables rose 52.82% year-over-year to $379.0 million in Q1 2026; TTM through Mar 2026 was $558.0 million, a 51.22% increase from a year earlier, with the FY2020 full-year figure at -$71.0 million, down 31.48% from the prior year.
- Change in Account Payables was $379.0 million for Q1 2026 at Devon Energy, up from $93.0 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $379.0 million in Q1 2026 and troughed at -$162.0 million in Q2 2025.
- A 3-year average of $97.0 million and a median of $93.0 million in 2025 frame the typical range for Change in Account Payables.
- The widest YoY moves for Change in Account Payables: up 245.31% in 2025, down 485.71% in 2025.
- Over 3 years, Change in Account Payables stood at -$64.0 million in 2024, then surged by 245.31% to $93.0 million in 2025, then soared by 307.53% to $379.0 million in 2026.
- The last three Change in Account Payables figures came in at $379.0 million (Q1 2026), $93.0 million (Q3 2025), and -$162.0 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -176.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 176.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | - |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -52.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -36.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 379.00 Mn |
| Sep 30, 2025 | 93.00 Mn |
| Jun 30, 2025 | -162.00 Mn |
| Mar 31, 2025 | 248.00 Mn |
| Sep 30, 2024 | -64.00 Mn |
| Jun 30, 2024 | 42.00 Mn |
| Mar 31, 2024 | 143.00 Mn |
| Mar 31, 2021 | 71.00 Mn |
| Dec 31, 2020 | 98.00 Mn |
| Sep 30, 2020 | 89.00 Mn |
| Jun 30, 2020 | -145.00 Mn |
| Mar 31, 2020 | -113.00 Mn |
| Dec 31, 2019 | 34.00 Mn |
| Sep 30, 2019 | -72.00 Mn |
| Jun 30, 2019 | -62.00 Mn |
| Mar 31, 2019 | -51.00 Mn |
| Dec 31, 2018 | -99.00 Mn |
| Sep 30, 2018 | -5.00 Mn |
| Jun 30, 2018 | 139.00 Mn |
| Mar 31, 2018 | 66.00 Mn |
Devon 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=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "DVN", "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=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();