National Fuel Gas (NFG) Change in Receivables (2009 - 2026)
National Fuel Gas' (NFG) quarterly Change in Receivables came in at -$99.2 million in Q2 2026, up 3.0% year-over-year from -$96.3 million in Q2 2025, and down 1356.98% quarter-over-quarter from $7.9 million in Q1 2026.
National Fuel Gas (NFG) Change in Receivables (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Change in Receivables across 18 years of filings, most recently posting -$99.2 million for Q2 2026.
- In Q2 2026, Change in Receivables rose 3.0% year-over-year to -$99.2 million; the TTM figure through Jun 2026 stood at $6.5 million (down 90.17% YoY), while the FY2025 annual figure was $54.5 million, up 258.63% from the prior year.
- Change in Receivables came in at -$99.2 million for Q2 2026 at National Fuel Gas, down from $7.9 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $138.6 million in Q4 2025 to a low of -$120.6 million in Q2 2023.
- Average Change in Receivables over 5 years is -$4.2 million, with a median of -$14.8 million recorded in 2023.
- Year-over-year, Change in Receivables tumbled 526.81% in 2023 and jumped 1088.34% in 2025.
- Over 5 years, Change in Receivables stood at $29.5 million in 2022, then soared by 98.02% to $58.5 million in 2023, then surged by 97.0% to $115.2 million in 2024, then increased by 20.32% to $138.6 million in 2025, then slumped by 171.61% to -$99.2 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$99.2 million in Q2 2026, $7.9 million in Q1 2026, and $138.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -56.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -60.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -216.00 Mn |
| 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 | - | -1.07 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -216.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -244.00 Mn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | -99.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -99.23 Mn |
| Mar 31, 2026 | 7.89 Mn |
| Dec 31, 2025 | 138.57 Mn |
| Sep 30, 2025 | -40.73 Mn |
| Jun 30, 2025 | -102.30 Mn |
| Mar 31, 2025 | 82.39 Mn |
| Dec 31, 2024 | 115.17 Mn |
| Sep 30, 2024 | -29.12 Mn |
| Jun 30, 2024 | -55.38 Mn |
| Mar 31, 2024 | -8.34 Mn |
| Dec 31, 2023 | 58.46 Mn |
| Sep 30, 2023 | -21.26 Mn |
| Jun 30, 2023 | -120.56 Mn |
| Mar 31, 2023 | -101.28 Mn |
| Dec 31, 2022 | 29.52 Mn |
| Sep 30, 2022 | -26.06 Mn |
| Jun 30, 2022 | 28.25 Mn |
| Mar 31, 2022 | 67.90 Mn |
| Dec 31, 2021 | 98.69 Mn |
| Sep 30, 2021 | 20.68 Mn |
National Fuel Gas 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=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();