Newmont (NEM) Cash from Discontinued Operations (2009 - 2024)
Newmont (NEM) posted Cash from Discontinued Operations of $11.0 million for Q3 2024, up 450.0% on a QoQ basis from $2.0 million in Q3 2023, and up 450.0% year-over-year from $2.0 million in Q4 2023.
Newmont (NEM) Cash from Discontinued Operations (2009 - 2024) Analysis & Trends
Newmont has reported Cash from Discontinued Operations for 16 years, with the latest figure at $11.0 million in Q3 2024.
- On a quarterly basis, Cash from Discontinued Operations rose 450.0% year-over-year to $11.0 million in Q3 2024; TTM through Dec 2025 was $11.0 million, a 15.38% decrease from a year earlier, with the FY2024 full-year figure at $45.0 million, up 400.0% from the prior year.
- Cash from Discontinued Operations was $11.0 million for Q3 2024 at Newmont, up from $2.0 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $11.0 million in Q3 2021, with the low at -$4.0 million in Q2 2020.
- Average Cash from Discontinued Operations over 5 years is $4.3 million, with a median of $5.0 million recorded in 2022.
- The sharpest annual moves came in 2020 and 2021: Cash from Discontinued Operations tumbled 100.0% in 2020, then jumped 1200.0% in 2021.
- Over 5 years, Cash from Discontinued Operations stood at -$1.0 million in 2020, then surged by 1200.0% to $11.0 million in 2021, then sank by 36.36% to $7.0 million in 2022, then sank by 71.43% to $2.0 million in 2023, then surged by 450.0% to $11.0 million in 2024.
- The last three Cash from Discontinued Operations figures came in at $11.0 million (Q3 2024), $2.0 million (Q3 2023), and $7.0 million (Q2 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | - |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | - |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | - |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 4,270.00 |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | - |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | - |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 1.43 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 11.00 Mn |
| Sep 30, 2023 | 2.00 Mn |
| Jun 30, 2023 | 7.00 Mn |
| Sep 30, 2022 | 7.00 Mn |
| Jun 30, 2022 | 10.00 Mn |
| Mar 31, 2022 | 5.00 Mn |
| Sep 30, 2021 | 11.00 Mn |
| Jun 30, 2021 | 2.00 Mn |
| Sep 30, 2020 | -1.00 Mn |
| Jun 30, 2020 | -4.00 Mn |
| Mar 31, 2020 | -3.00 Mn |
| Dec 31, 2019 | -3.00 Mn |
| Sep 30, 2019 | -2.00 Mn |
| Jun 30, 2019 | -2.00 Mn |
| Mar 31, 2019 | -3.00 Mn |
| Dec 31, 2018 | -2.00 Mn |
| Sep 30, 2018 | -3.00 Mn |
| Jun 30, 2018 | -2.00 Mn |
| Mar 31, 2018 | -3.00 Mn |
| Dec 31, 2017 | -3.00 Mn |
Newmont Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=NEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "NEM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-discontinued-operations&ticker=NEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();