National Fuel Gas (NFG) Other Working Capital Changes (2011 - 2026)
National Fuel Gas' (NFG) quarterly Other Working Capital Changes came in at $13.4 million in Q3 2018, down 13.34% year-over-year from $15.5 million in Q3 2017, and up 31090.7% quarter-over-quarter from $43000.0 in Q2 2018.
National Fuel Gas (NFG) Other Working Capital Changes (2011 - 2026) Analysis & Trends
National Fuel Gas has disclosed Other Working Capital Changes across 10 years of filings, most recently posting $13.4 million for Q3 2018.
- In Q3 2018, Other Working Capital Changes fell 13.34% year-over-year to $13.4 million; the TTM figure through Sep 2018 stood at -$2.1 million (down 322.79% YoY), while the FY2018 annual figure was -$2.1 million, down 322.79% from the prior year.
- Other Working Capital Changes came in at $13.4 million for Q3 2018 at National Fuel Gas, up from $43000.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $28.8 million in Q3 2023 to a low of -$18.6 million in Q4 2025.
- Average Other Working Capital Changes over 5 years is $197055.6, with a median of -$1.4 million recorded in 2022.
- Year-over-year, Other Working Capital Changes soared 402.38% in 2015 and sank 1620.0% in 2017.
- Over 5 years, Other Working Capital Changes stood at $1.4 million in 2014, then soared by 402.38% to $7.2 million in 2015, then sank by 113.67% to -$983000.0 in 2016, then jumped by 374.36% to $2.7 million in 2017, then jumped by 397.29% to $13.4 million in 2018.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were $13.4 million in Q3 2018, $43000.0 in Q2 2018, and -$18.2 million in Q1 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn |
| 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 | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.67 Mn |
| Jun 30, 2026 | 3.67 Mn |
| Mar 31, 2026 | 1.86 Mn |
| Mar 31, 2026 | 1.86 Mn |
| Dec 31, 2025 | -18.58 Mn |
| Dec 31, 2025 | -18.58 Mn |
| Sep 30, 2025 | 16.65 Mn |
| Sep 30, 2025 | 16.65 Mn |
| Jun 30, 2025 | -14.30 Mn |
| Jun 30, 2025 | -14.30 Mn |
| Mar 31, 2025 | -4.92 Mn |
| Mar 31, 2025 | -4.92 Mn |
| Dec 31, 2024 | -8.81 Mn |
| Dec 31, 2024 | -8.81 Mn |
| Sep 30, 2024 | 9.29 Mn |
| Sep 30, 2024 | 9.29 Mn |
| Jun 30, 2024 | -2.23 Mn |
| Jun 30, 2024 | -2.23 Mn |
| Mar 31, 2024 | -14.31 Mn |
| Mar 31, 2024 | -14.31 Mn |
National Fuel Gas Other Working Capital Changes 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=other-working-capital-changes&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();