National Fuel Gas (NFG) Net Equity Issued and Repurchased (2009 - 2026)
National Fuel Gas' (NFG) quarterly Net Equity Issued and Repurchased came in at -$7000.0 in Q2 2026, up 99.92% quarter-over-quarter from -$8.7 million in Q1 2026.
National Fuel Gas (NFG) Net Equity Issued and Repurchased (2009 - 2026) Analysis & Trends
National Fuel Gas has disclosed Net Equity Issued and Repurchased across 8 years of filings, most recently posting -$7000.0 for Q2 2026.
- In Q2 2026, Net Equity Issued and Repurchased changed N/A year-over-year to -$7000.0; the TTM figure through Jun 2026 stood at $338.4 million (up 335145.54% YoY), while the FY2020 annual figure was $161.6 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at -$7000.0 for Q2 2026 at National Fuel Gas, up from -$8.7 million in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $347.1 million in Q4 2025 to a low of -$8.7 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -4.00 Mn |
| 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 | -7,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7,000.00 |
| Mar 31, 2026 | -8.70 Mn |
| Dec 31, 2025 | 347.11 Mn |
| Sep 30, 2020 | -101,000.00 |
| Sep 30, 2018 | -152,000.00 |
| Jun 30, 2018 | 1.37 Mn |
| Sep 30, 2017 | 1.56 Mn |
| Sep 30, 2011 | 3.88 Mn |
| Jun 30, 2011 | -1.64 Mn |
| Mar 31, 2011 | 271,000.00 |
| Dec 31, 2010 | -3.10 Mn |
| Sep 30, 2010 | -741,000.00 |
| Jun 30, 2010 | 16.07 Mn |
| Mar 31, 2010 | 6.73 Mn |
| Dec 31, 2009 | 4.00 Mn |
| Sep 30, 2009 | 13.42 Mn |
National Fuel Gas Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();