AngloGold Ashanti (AU) Cash from Investing Activities (2023 - 2026)
AngloGold Ashanti's (AU) quarterly Cash from Investing Activities came in at -$432.0 million in Q2 2026, down 55.96% year-over-year from -$980.9 million in Q2 2025, and down 6.93% quarter-over-quarter from -$404.0 million in Q1 2026.
AngloGold Ashanti (AU) Cash from Investing Activities (2023 - 2026) Analysis & Trends
AngloGold Ashanti has disclosed Cash from Investing Activities across 5 years of filings, most recently posting -$432.0 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 55.96% year-over-year to -$432.0 million; the TTM figure through Jun 2026 stood at -$1.5 billion (down 68.83% YoY), while the FY2025 annual figure was -$1.2 billion, down 54.86% from the prior year.
- Cash from Investing Activities came in at -$432.0 million for Q2 2026 at AngloGold Ashanti, down from -$404.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$161.0 million in Q1 2024 to a low of -$675.0 million in Q4 2022.
- Average Cash from Investing Activities over 5 years is -$322.4 million, with a median of -$260.0 million recorded in 2025.
- Year-over-year, Cash from Investing Activities soared 57.06% in 2024 and tumbled 102.31% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$675.0 million in 2022, then rose by 25.48% to -$503.0 million in 2023, then jumped by 57.06% to -$216.0 million in 2024, then plunged by 102.31% to -$437.0 million in 2025, then advanced by 1.14% to -$432.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$432.0 million in Q2 2026, -$404.0 million in Q1 2026, and -$437.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | -1.65 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -731.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -142.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | -1.19 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -1.19 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -900.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | -510.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | -505.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | -432.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -432.00 Mn |
| Mar 31, 2026 | -404.00 Mn |
| Dec 31, 2025 | -437.00 Mn |
| Sep 30, 2025 | -260.00 Mn |
| Jun 30, 2025 | -277.00 Mn |
| Mar 31, 2025 | -206.00 Mn |
| Dec 31, 2024 | -216.00 Mn |
| Sep 30, 2024 | -209.00 Mn |
| Jun 30, 2024 | -176.00 Mn |
| Mar 31, 2024 | -161.00 Mn |
| Dec 31, 2023 | -268.00 Mn |
| Sep 30, 2023 | -235.00 Mn |
AngloGold Ashanti Cash from Investing Activities 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-investing-activities&ticker=AU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "AU", "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-investing-activities&ticker=AU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();