Agnico Eagle Mines (AEM) Change in Receivables (2009 - 2024)
Agnico Eagle Mines' (AEM) quarterly Change in Receivables came in at $1.2 million in Q1 2024, down 85.61% year-over-year from $8.4 million in Q2 2023, and up 308.64% quarter-over-quarter from -$579000.0 in Q4 2023.
Agnico Eagle Mines (AEM) Change in Receivables (2009 - 2024) Analysis & Trends
Agnico Eagle Mines has disclosed Change in Receivables across 16 years of filings, most recently posting $1.2 million for Q1 2024.
- In Q1 2024, Change in Receivables fell 85.61% year-over-year to $1.2 million; the TTM figure through Mar 2024 stood at $271000.0 (up 101.46% YoY), while the FY2023 annual figure was $7.5 million, down 38.41% from the prior year.
- Change in Receivables came in at $1.2 million for Q1 2024 at Agnico Eagle Mines, up from -$579000.0 in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $39.1 million in Q1 2022 to a low of -$24.3 million in Q3 2022.
- Average Change in Receivables over 5 years is $914764.7, with a median of -$233000.0 recorded in 2022.
- Year-over-year, Change in Receivables sank 2293.75% in 2020 and jumped 967.41% in 2022.
- Over 5 years, Change in Receivables stood at -$2.7 million in 2020, then soared by 76.04% to -$647000.0 in 2021, then tumbled by 275.58% to -$2.4 million in 2022, then jumped by 76.17% to -$579000.0 in 2023, then soared by 308.64% to $1.2 million in 2024.
- Per Business Quant data, the three most recent Change in Receivables figures were $1.2 million in Q1 2024, -$579000.0 in Q4 2023, and $2.6 million in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | -20.60 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -461.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 | 57.00 Mn |
| 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 | 489.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 |
|---|---|
| Mar 31, 2024 | 1.21 Mn |
| Dec 31, 2023 | -579,000.00 |
| Sep 30, 2023 | 2.57 Mn |
| Jun 30, 2023 | -2.93 Mn |
| Mar 31, 2023 | 8.40 Mn |
| Dec 31, 2022 | -2.43 Mn |
| Sep 30, 2022 | -24.30 Mn |
| Jun 30, 2022 | -233,000.00 |
| Mar 31, 2022 | 39.07 Mn |
| Dec 31, 2021 | -647,000.00 |
| Sep 30, 2021 | 3.39 Mn |
| Jun 30, 2021 | 87,000.00 |
| Mar 31, 2021 | -4.50 Mn |
| Dec 31, 2020 | -2.70 Mn |
| Sep 30, 2020 | -2.46 Mn |
| Jun 30, 2020 | 328,000.00 |
| Mar 31, 2020 | 1.28 Mn |
| Dec 31, 2019 | 278,000.00 |
| Sep 30, 2019 | 112,000.00 |
| Jun 30, 2019 | 1.55 Mn |
Agnico Eagle Mines Change in Receivables 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-receivables&ticker=AEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=AEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();