Agnico Eagle Mines (AEM) Change in Inventory (2009 - 2026)
Agnico Eagle Mines' (AEM) quarterly Change in Inventory came in at -$42.5 million in Q2 2026, up 19.91% year-over-year from -$35.4 million in Q2 2025, and down 215.47% quarter-over-quarter from $36.8 million in Q1 2026.
Agnico Eagle Mines (AEM) Change in Inventory (2009 - 2026) Analysis & Trends
Agnico Eagle Mines has disclosed Change in Inventory across 18 years of filings, most recently posting -$42.5 million for Q2 2026.
- In Q2 2026, Change in Inventory rose 19.91% year-over-year to -$42.5 million; the TTM figure through Jun 2026 stood at -$144.3 million (up 34.88% YoY), while the FY2025 annual figure was -$160.7 million, up 22.83% from the prior year.
- Change in Inventory came in at -$42.5 million for Q2 2026 at Agnico Eagle Mines, down from $36.8 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $178.2 million in Q1 2022 to a low of -$159.3 million in Q3 2022.
- Average Change in Inventory over 5 years is -$32.8 million, with a median of -$32.9 million recorded in 2023.
- Year-over-year, Change in Inventory sank 460.66% in 2022 and jumped 1262.28% in 2024.
- Over 5 years, Change in Inventory stood at -$55.0 million in 2022, then soared by 56.04% to -$24.2 million in 2023, then slumped by 76.14% to -$42.6 million in 2024, then surged by 110.46% to $4.5 million in 2025, then slumped by 1054.49% to -$42.5 million in 2026.
- Per Business Quant data, the three most recent Change in Inventory figures were -$42.5 million in Q2 2026, $36.8 million in Q1 2026, and $4.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 50.60 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 131.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 372.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -42.49 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | - |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 377.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.49 Mn |
| Mar 31, 2026 | 36.80 Mn |
| Dec 31, 2025 | 4.45 Mn |
| Sep 30, 2025 | -143.05 Mn |
| Jun 30, 2025 | -53.06 Mn |
| Mar 31, 2025 | 30.92 Mn |
| Dec 31, 2024 | -42.57 Mn |
| Sep 30, 2024 | -156.87 Mn |
| Jun 30, 2024 | -37.03 Mn |
| Mar 31, 2024 | 28.17 Mn |
| Dec 31, 2023 | -24.17 Mn |
| Sep 30, 2023 | -118.25 Mn |
| Jun 30, 2023 | -28.82 Mn |
| Mar 31, 2023 | 2.07 Mn |
| Dec 31, 2022 | -54.98 Mn |
| Sep 30, 2022 | -159.30 Mn |
| Jun 30, 2022 | -10.11 Mn |
| Mar 31, 2022 | 178.15 Mn |
| Dec 31, 2021 | -9.81 Mn |
| Sep 30, 2021 | -154.61 Mn |
Agnico Eagle Mines Change in Inventory 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-inventory&ticker=AEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "AEM", "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-inventory&ticker=AEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();