National Fuel Gas (NFG) Cash from Financing Activities (2009 - 2026)
National Fuel Gas' (NFG) quarterly Cash from Financing Activities came in at $1.1 billion in Q2 2026, up 538.96% year-over-year from $170.2 million in Q2 2025, and up 366.42% quarter-over-quarter from -$408.3 million in Q1 2026.
National Fuel Gas (NFG) Cash from Financing Activities (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Cash from Financing Activities across 18 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 538.96% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $951.5 million (up 503.15% YoY), while the FY2025 annual figure was -$203.4 million, down 36.24% from the prior year.
- Cash from Financing Activities came in at $1.1 billion for Q2 2026 at National Fuel Gas, up from -$408.3 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $1.1 billion in Q2 2026 to a low of -$408.3 million in Q1 2026.
- Average Cash from Financing Activities over 5 years is $6.6 million, with a median of -$13.9 million recorded in 2022.
- Year-over-year, Cash from Financing Activities tumbled 2862.72% in 2023 and soared 831.28% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$10.1 million in 2022, then sank by 263.18% to -$36.8 million in 2023, then jumped by 167.66% to $24.9 million in 2024, then soared by 831.28% to $232.2 million in 2025, then soared by 368.48% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $1.1 billion in Q2 2026, -$408.3 million in Q1 2026, and $232.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.17 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.83 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.91 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -1.11 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.94 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -692.49 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -3.18 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -964.00 Mn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | 1.09 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.09 Bn |
| Mar 31, 2026 | -408.30 Mn |
| Dec 31, 2025 | 232.20 Mn |
| Sep 30, 2025 | 39.83 Mn |
| Jun 30, 2025 | -247.81 Mn |
| Mar 31, 2025 | -20.34 Mn |
| Dec 31, 2024 | 24.93 Mn |
| Sep 30, 2024 | 7.20 Mn |
| Jun 30, 2024 | -48.69 Mn |
| Mar 31, 2024 | -70.94 Mn |
| Dec 31, 2023 | -36.85 Mn |
| Sep 30, 2023 | 103.32 Mn |
| Jun 30, 2023 | -17.57 Mn |
| Mar 31, 2023 | -282.60 Mn |
| Dec 31, 2022 | -10.15 Mn |
| Sep 30, 2022 | -383.65 Mn |
| Jun 30, 2022 | 140.03 Mn |
| Mar 31, 2022 | 10.23 Mn |
| Dec 31, 2021 | -42.85 Mn |
| Sep 30, 2021 | 116.92 Mn |
National Fuel Gas Cash from Financing 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-financing-activities&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();