National Fuel Gas (NFG) Change in Cash (2009 - 2026)
National Fuel Gas' (NFG) quarterly Change in Cash came in at $1.2 billion in Q2 2026, up 2424.69% year-over-year from $47.9 million in Q2 2025, and up 593.7% quarter-over-quarter from -$244.8 million in Q1 2026.
National Fuel Gas (NFG) Change in Cash (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Change in Cash across 18 years of filings, most recently posting $1.2 billion for Q2 2026.
- In Q2 2026, Change in Cash rose 2424.69% year-over-year to $1.2 billion; the TTM figure through Jun 2026 stood at $1.2 billion (up 2940.73% YoY), while the FY2025 annual figure was $4.9 million, up 128.7% from the prior year.
- Change in Cash came in at $1.2 billion for Q2 2026 at National Fuel Gas, up from -$244.8 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $1.2 billion in Q2 2026 to a low of -$449.3 million in Q3 2022.
- Average Change in Cash over 5 years is $64.2 million, with a median of $6.5 million recorded in 2024.
- Year-over-year, Change in Cash sank 108111.54% in 2022 and surged 2424.69% in 2026.
- Over 5 years, Change in Cash stood at $108.4 million in 2022, then plunged by 112.7% to -$13.8 million in 2023, then jumped by 176.09% to $10.5 million in 2024, then soared by 2079.45% to $228.2 million in 2025, then surged by 429.54% to $1.2 billion in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $1.2 billion in Q2 2026, -$244.8 million in Q1 2026, and $228.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 719.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 1.31 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.06 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 288.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -806.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.54 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -39.06 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 674.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 151.00 Mn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | 1.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.21 Bn |
| Mar 31, 2026 | -244.80 Mn |
| Dec 31, 2025 | 228.23 Mn |
| Sep 30, 2025 | 3.85 Mn |
| Jun 30, 2025 | -51.99 Mn |
| Mar 31, 2025 | 42.61 Mn |
| Dec 31, 2024 | 10.47 Mn |
| Sep 30, 2024 | -43.19 Mn |
| Jun 30, 2024 | 30.65 Mn |
| Mar 31, 2024 | 9.08 Mn |
| Dec 31, 2023 | -13.76 Mn |
| Sep 30, 2023 | 2.03 Mn |
| Jun 30, 2023 | -18.12 Mn |
| Mar 31, 2023 | -174.54 Mn |
| Dec 31, 2022 | 108.36 Mn |
| Sep 30, 2022 | -449.33 Mn |
| Jun 30, 2022 | 432.11 Mn |
| Mar 31, 2022 | 75.87 Mn |
| Dec 31, 2021 | -41.07 Mn |
| Sep 30, 2021 | 416,000.00 |
National Fuel Gas Change in Cash 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-cash&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();