National Fuel Gas (NFG) Change in Acquisitions & Divestments (2021 - 2022)
National Fuel Gas' (NFG) quarterly Change in Acquisitions & Divestments came in at $10.0 million in Q4 2022, down 66.67% year-over-year from $30.0 million in Q4 2021, and down 66.67% quarter-over-quarter from $30.0 million in Q4 2021.
National Fuel Gas (NFG) Change in Acquisitions & Divestments (2021 - 2022) Analysis & Trends
National Fuel Gas has disclosed Change in Acquisitions & Divestments across 2 years of filings, most recently posting $10.0 million for Q4 2022.
- In Q4 2022, Change in Acquisitions & Divestments fell 66.67% year-over-year to $10.0 million; the TTM figure through Sep 2023 stood at $10.0 million (down 66.67% YoY), while the FY2025 annual figure was $7.0 million, changed N/A from the prior year.
- Change in Acquisitions & Divestments came in at $10.0 million for Q4 2022 at National Fuel Gas, down from $30.0 million in the prior quarter.
- In the past five years, Change in Acquisitions & Divestments ranged from a high of $30.0 million in Q4 2021 to a low of $10.0 million in Q4 2022.
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 |
National Fuel Gas Change in Acquisitions & Divestments 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=change-in-acquisitions-and-divestments&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();