National Fuel Gas (NFG) Change in Account Payables (2009 - 2026)
National Fuel Gas' (NFG) quarterly Change in Account Payables came in at -$13.5 million in Q2 2026, up 13.55% year-over-year from -$11.9 million in Q2 2025, and down 69.55% quarter-over-quarter from -$7.9 million in Q1 2026.
National Fuel Gas (NFG) Change in Account Payables (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Change in Account Payables across 18 years of filings, most recently posting -$13.5 million for Q2 2026.
- In Q2 2026, Change in Account Payables rose 13.55% year-over-year to -$13.5 million; the TTM figure through Jun 2026 stood at $11.0 million (down 47.58% YoY), while the FY2025 annual figure was $12.8 million, up 127.65% from the prior year.
- Change in Account Payables came in at -$13.5 million for Q2 2026 at National Fuel Gas, down from -$7.9 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $21.4 million in Q4 2025 to a low of -$35.3 million in Q1 2023.
- Average Change in Account Payables over 5 years is $227944.4, with a median of $4.0 million recorded in 2022.
- Year-over-year, Change in Account Payables soared 1614.75% in 2022 and slumped 904.65% in 2025.
- Over 5 years, Change in Account Payables stood at $6.1 million in 2022, then sank by 155.08% to -$3.4 million in 2023, then jumped by 389.21% to $9.7 million in 2024, then surged by 120.67% to $21.4 million in 2025, then plunged by 162.89% to -$13.5 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$13.5 million in Q2 2026, -$7.9 million in Q1 2026, and $21.4 million in Q4 2025.
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 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | -13.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.47 Mn |
| Mar 31, 2026 | -7.94 Mn |
| Dec 31, 2025 | 21.41 Mn |
| Sep 30, 2025 | 11.04 Mn |
| Jun 30, 2025 | -15.58 Mn |
| Mar 31, 2025 | 7.62 Mn |
| Dec 31, 2024 | 9.70 Mn |
| Sep 30, 2024 | 19.32 Mn |
| Jun 30, 2024 | 1.94 Mn |
| Mar 31, 2024 | -12.29 Mn |
| Dec 31, 2023 | -3.36 Mn |
| Sep 30, 2023 | 15.25 Mn |
| Jun 30, 2023 | -23.17 Mn |
| Mar 31, 2023 | -35.26 Mn |
| Dec 31, 2022 | 6.09 Mn |
| Sep 30, 2022 | -7.35 Mn |
| Jun 30, 2022 | 17.25 Mn |
| Mar 31, 2022 | 12.89 Mn |
| Dec 31, 2021 | -10.89 Mn |
| Sep 30, 2021 | 23.88 Mn |
National Fuel Gas 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=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "NFG", "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=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();