National Fuel Gas (NFG) Total Non-Current Liabilities (2009 - 2026)
National Fuel Gas' (NFG) quarterly Total Non-Current Liabilities came in at $2.5 billion in Q2 2026, up 11.71% year-over-year from $2.2 billion in Q2 2025, and up 2.44% quarter-over-quarter from $2.4 billion in Q1 2026.
National Fuel Gas (NFG) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Total Non-Current Liabilities across 18 years of filings, most recently posting $2.5 billion for Q2 2026.
- In Q2 2026, Total Non-Current Liabilities rose 11.71% year-over-year to $2.5 billion; the TTM figure through Jun 2026 stood at $2.5 billion (up 11.71% YoY), while the FY2025 annual figure was $2.3 billion, up 5.88% from the prior year.
- Total Non-Current Liabilities came in at $2.5 billion for Q2 2026 at National Fuel Gas, up from $2.4 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $2.5 billion in Q2 2026 to a low of $1.8 billion in Q3 2022.
- Average Total Non-Current Liabilities over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2024.
- Year-over-year, Total Non-Current Liabilities declined 6.69% in 2022 and rose 18.75% in 2023.
- Over 5 years, Total Non-Current Liabilities stood at $2.0 billion in 2022, then increased by 12.23% to $2.2 billion in 2023, then slipped by 2.74% to $2.2 billion in 2024, then grew by 9.27% to $2.4 billion in 2025, then gained by 4.09% to $2.5 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $2.5 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 57.00 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 20.45 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 25.68 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 27.92 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 7.90 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 6.29 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 7.40 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 6.15 Bn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | 2.46 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.46 Bn |
| Mar 31, 2026 | 2.40 Bn |
| Dec 31, 2025 | 2.36 Bn |
| Sep 30, 2025 | 2.32 Bn |
| Jun 30, 2025 | 2.20 Bn |
| Mar 31, 2025 | 2.13 Bn |
| Dec 31, 2024 | 2.16 Bn |
| Sep 30, 2024 | 2.19 Bn |
| Jun 30, 2024 | 2.21 Bn |
| Mar 31, 2024 | 2.26 Bn |
| Dec 31, 2023 | 2.22 Bn |
| Sep 30, 2023 | 2.13 Bn |
| Jun 30, 2023 | 2.12 Bn |
| Mar 31, 2023 | 2.09 Bn |
| Dec 31, 2022 | 1.98 Bn |
| Sep 30, 2022 | 1.79 Bn |
| Jun 30, 2022 | 1.86 Bn |
| Mar 31, 2022 | 1.85 Bn |
| Dec 31, 2021 | 1.95 Bn |
| Sep 30, 2021 | 1.81 Bn |
National Fuel Gas Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();