National Fuel Gas (NFG) Cash from Investing Activities (2009 - 2026)
National Fuel Gas' (NFG) quarterly Cash from Investing Activities came in at -$256.5 million in Q2 2026, down 33.17% year-over-year from -$383.8 million in Q2 2025, and down 17.19% quarter-over-quarter from -$218.9 million in Q1 2026.
National Fuel Gas (NFG) Cash from Investing Activities (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$256.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 33.17% year-over-year to -$256.5 million; the TTM figure through Jun 2026 stood at -$1.0 billion (down 18.66% YoY), while the FY2025 annual figure was -$891.7 million, up 4.52% from the prior year.
- Cash from Investing Activities came in at -$256.5 million for Q2 2026 at National Fuel Gas, down from -$218.9 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $63.7 million in Q2 2022 to a low of -$344.4 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$224.5 million, with a median of -$234.9 million recorded in 2024.
- Year-over-year, Cash from Investing Activities surged 136.43% in 2022 and plunged 640.9% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$208.8 million in 2022, then decreased by 18.69% to -$247.9 million in 2023, then rose by 5.37% to -$234.5 million in 2024, then decreased by 18.9% to -$278.9 million in 2025, then climbed by 8.04% to -$256.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$256.5 million in Q2 2026, -$218.9 million in Q1 2026, and -$278.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | -256.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -256.47 Mn |
| Mar 31, 2026 | -218.86 Mn |
| Dec 31, 2025 | -278.89 Mn |
| Sep 30, 2025 | -273.74 Mn |
| Jun 30, 2025 | -192.59 Mn |
| Mar 31, 2025 | -190.83 Mn |
| Dec 31, 2024 | -234.55 Mn |
| Sep 30, 2024 | -248.33 Mn |
| Jun 30, 2024 | -202.42 Mn |
| Mar 31, 2024 | -235.29 Mn |
| Dec 31, 2023 | -247.86 Mn |
| Sep 30, 2023 | -283.25 Mn |
| Jun 30, 2023 | -344.45 Mn |
| Mar 31, 2023 | -275.81 Mn |
| Dec 31, 2022 | -208.84 Mn |
| Sep 30, 2022 | -224.18 Mn |
| Jun 30, 2022 | 63.68 Mn |
| Mar 31, 2022 | -188.49 Mn |
| Dec 31, 2021 | -169.71 Mn |
| Sep 30, 2021 | -236.25 Mn |
National Fuel Gas Cash from Investing Activities 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=cash-from-investing-activities&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();