Agnico Eagle Mines (AEM) Change in Accured Expenses (2009 - 2026)
Agnico Eagle Mines' (AEM) quarterly Change in Accured Expenses came in at -$106.5 million in Q2 2026, up 15.78% year-over-year from -$92.0 million in Q2 2025, and down 36.94% quarter-over-quarter from -$77.8 million in Q1 2026.
Agnico Eagle Mines (AEM) Change in Accured Expenses (2009 - 2026) Analysis & Trends
Agnico Eagle Mines has disclosed Change in Accured Expenses across 18 years of filings, most recently posting -$106.5 million for Q2 2026.
- In Q2 2026, Change in Accured Expenses rose 15.78% year-over-year to -$106.5 million; the TTM figure through Jun 2026 stood at -$314.2 million (down 243.29% YoY), while the FY2024 annual figure was -$8.9 million, down 204.1% from the prior year.
- Change in Accured Expenses came in at -$106.5 million for Q2 2026 at Agnico Eagle Mines, down from -$77.8 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $50.7 million in Q1 2025 to a low of -$126.5 million in Q2 2025.
- Average Change in Accured Expenses over 5 years is -$16.1 million, with a median of -$3.3 million recorded in 2025.
- The largest YoY upside for Change in Accured Expenses was 928.43% in 2025 against a maximum downside of 6758.37% in 2025.
- Over 5 years, Change in Accured Expenses stood at -$3.3 million in 2022, then sank by 43.01% to -$4.7 million in 2023, then slumped by 151.06% to -$11.8 million in 2024, then soared by 71.61% to -$3.3 million in 2025, then plunged by 3090.81% to -$106.5 million in 2026.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$106.5 million in Q2 2026, -$77.8 million in Q1 2026, and -$3.3 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Accured Exp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 107.70 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -166.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 | 309.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -106.54 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | - |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 298.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 | -106.54 Mn |
| Mar 31, 2026 | 77.80 Mn |
| Dec 31, 2025 | 118.51 Mn |
| Sep 30, 2025 | 3.34 Mn |
| Jun 30, 2025 | -126.51 Mn |
| Mar 31, 2025 | -50.71 Mn |
| Dec 31, 2024 | 30.70 Mn |
| Sep 30, 2024 | 3.96 Mn |
| Jun 30, 2024 | -1.90 Mn |
| Mar 31, 2024 | -4.93 Mn |
| Dec 31, 2023 | -48.65 Mn |
| Sep 30, 2023 | -49.43 Mn |
| Jun 30, 2023 | 108.13 Mn |
| Mar 31, 2023 | -7.27 Mn |
| Dec 31, 2022 | -38.49 Mn |
| Sep 30, 2022 | 72.91 Mn |
| Jun 30, 2022 | 32.69 Mn |
| Mar 31, 2022 | -7.64 Mn |
| Dec 31, 2021 | -108.73 Mn |
| Sep 30, 2021 | 43.34 Mn |
Agnico Eagle Mines Change in Accured Expenses 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-accured-expenses&ticker=AEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=AEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();