National Fuel Gas (NFG) Short-term Investments (2009 - 2022)
National Fuel Gas' (NFG) quarterly Short-term Investments came in at $1.6 million in Q4 2022, down 98.25% quarter-over-quarter from $91.7 million in Q3 2022.
National Fuel Gas (NFG) Short-term Investments (2009 - 2022) Analysis & Trends
National Fuel Gas has disclosed Short-term Investments across 14 years of filings, most recently posting $1.6 million for Q4 2022.
- In Q4 2022, Short-term Investments changed N/A year-over-year to $1.6 million; the TTM figure through Dec 2022 stood at $1.6 million (changed N/A YoY), while the FY2022 annual figure was $91.7 million, up 3.45% from the prior year.
- Short-term Investments came in at $1.6 million for Q4 2022 at National Fuel Gas, down from $91.7 million in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $154.5 million in Q2 2022 to a low of $1.6 million in Q4 2022.
- Average Short-term Investments over 5 years is $31.0 million, with a median of $6.8 million recorded in 2019.
- Year-over-year, Short-term Investments sank 77.79% in 2021 and surged 8933.33% in 2022.
- Over 5 years, Short-term Investments stood at $2.8 million in 2018, then soared by 247.2% to $9.7 million in 2019, then decreased by 20.35% to $7.7 million in 2020, then jumped by 1050.93% to $88.6 million in 2021, then tumbled by 98.19% to $1.6 million in 2022.
- Per Business Quant data, the three most recent Short-term Investments figures were $1.6 million in Q4 2022, $91.7 million in Q3 2022, and $154.5 million in Q2 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 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 1.60 Mn |
| Sep 30, 2022 | 91.67 Mn |
| Jun 30, 2022 | 154.47 Mn |
| Mar 31, 2022 | 102.37 Mn |
| Sep 30, 2021 | 88.61 Mn |
| Jun 30, 2021 | 1.71 Mn |
| Jun 30, 2020 | 7.70 Mn |
| Mar 31, 2020 | 10.73 Mn |
| Dec 31, 2019 | 9.67 Mn |
| Sep 30, 2019 | 6.83 Mn |
| Jun 30, 2019 | 6.84 Mn |
| Mar 31, 2019 | 1.98 Mn |
| Dec 31, 2018 | 2.78 Mn |
| Sep 30, 2018 | 3.44 Mn |
| Jun 30, 2018 | 2.28 Mn |
| Mar 31, 2018 | 3.66 Mn |
| Dec 31, 2017 | 4.47 Mn |
| Sep 30, 2017 | 1.74 Mn |
| Jun 30, 2017 | 2.14 Mn |
| Mar 31, 2017 | 1.77 Mn |
National Fuel Gas Short-term Investments 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=short-term-investments&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();