National Fuel Gas (NFG) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
National Fuel Gas (NFG) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 91.25 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 56.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 43.24 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 66.77 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 63.10 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 24.45 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 16.87 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 13.20 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 12.90 Bn |
| 10 | National Fuel Gas | 7.60 Bn | 6.37 Bn | 507.62 Mn | 8.09 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.09 Bn |
| Mar 31, 2026 | 7.93 Bn |
| Dec 31, 2025 | 7.82 Bn |
| Sep 30, 2025 | 7.71 Bn |
| Jun 30, 2025 | 7.46 Bn |
| Mar 31, 2025 | 7.35 Bn |
| Dec 31, 2024 | 7.28 Bn |
| Sep 30, 2024 | 7.34 Bn |
| Jun 30, 2024 | 7.41 Bn |
| Mar 31, 2024 | 7.51 Bn |
| Dec 31, 2023 | 7.42 Bn |
| Sep 30, 2023 | 7.30 Bn |
| Jun 30, 2023 | 7.08 Bn |
| Mar 31, 2023 | 6.82 Bn |
| Dec 31, 2022 | 6.70 Bn |
| Sep 30, 2022 | 6.57 Bn |
| Jun 30, 2022 | 6.39 Bn |
| Mar 31, 2022 | 6.57 Bn |
| Dec 31, 2021 | 6.49 Bn |
| Sep 30, 2021 | 6.38 Bn |
API Access
National Fuel Gas Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();