Agnico Eagle Mines (AEM) Other Non Operating Income (2009 - 2026)
Agnico Eagle Mines' (AEM) quarterly Other Non Operating Income came in at $93.0 million in Q2 2026, up 178.35% year-over-year from $33.4 million in Q2 2025, and up 286.58% quarter-over-quarter from $24.1 million in Q1 2026.
Agnico Eagle Mines (AEM) Other Non Operating Income (2009 - 2026) Analysis & Trends
Agnico Eagle Mines has disclosed Other Non Operating Income across 18 years of filings, most recently posting $93.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 178.35% year-over-year to $93.0 million; the TTM figure through Jun 2026 stood at $192.5 million (up 225.64% YoY), while the FY2025 annual figure was -$127.6 million, down 189.6% from the prior year.
- Other Non Operating Income came in at $93.0 million for Q2 2026 at Agnico Eagle Mines, up from $24.1 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $159.9 million in Q3 2022 to a low of -$118.7 million in Q2 2025.
- Average Other Non Operating Income over 5 years is $3.2 million, with a median of $20.2 million recorded in 2024.
- The largest YoY upside for Other Non Operating Income was 472.0% in 2022 against a maximum downside of 1178.84% in 2022.
- Over 5 years, Other Non Operating Income stood at -$109.8 million in 2022, then grew by 28.96% to -$78.0 million in 2023, then soared by 126.6% to $20.7 million in 2024, then advanced by 21.06% to $25.1 million in 2025, then jumped by 270.19% to $93.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $93.0 million in Q2 2026, $24.1 million in Q1 2026, and $25.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 92.99 Mn |
| Mar 31, 2026 | 24.05 Mn |
| Dec 31, 2025 | -7.46 Mn |
| Sep 30, 2025 | 50.34 Mn |
| Jun 30, 2025 | -118.68 Mn |
| Mar 31, 2025 | -31.12 Mn |
| Dec 31, 2024 | 10.13 Mn |
| Sep 30, 2024 | -24.17 Mn |
| Jun 30, 2024 | 10.05 Mn |
| Mar 31, 2024 | 52.48 Mn |
| Dec 31, 2023 | -78.02 Mn |
| Sep 30, 2023 | 34.01 Mn |
| Jun 30, 2023 | -50.09 Mn |
| Mar 31, 2023 | -15.89 Mn |
| Dec 31, 2022 | -109.82 Mn |
| Sep 30, 2022 | 159.86 Mn |
| Jun 30, 2022 | 40.75 Mn |
| Mar 31, 2022 | -24.06 Mn |
| Dec 31, 2021 | -24.26 Mn |
| Sep 30, 2021 | 27.95 Mn |
Agnico Eagle Mines Other Non Operating Income 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=other-non-operating-income&ticker=AEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=AEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();