Grupo Aeromexico, S.A.B. de C.V (AERO) Cash from Investing Activities (2024 - 2026)
Grupo Aeromexico, S.A.B. de C.V (AERO) posted Cash from Investing Activities of -$45.0 million for Q2 2026, up 53.12% on a QoQ basis from -$96.0 million in Q1 2026, and down 95.65% year-over-year from -$1.0 billion in Q2 2025.
Grupo Aeromexico, S.A.B. de C.V (AERO) Cash from Investing Activities (2024 - 2026) Analysis & Trends
Grupo Aeromexico, S.A.B. de C.V has reported Cash from Investing Activities for 3 years, with the latest figure at -$45.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 95.65% year-over-year to -$45.0 million in Q2 2026; TTM through Jun 2026 was -$312.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$270.5 million, up 44.69% from the prior year.
- Cash from Investing Activities was -$45.0 million for Q2 2026 at Grupo Aeromexico, S.A.B. de C.V, up from -$96.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$23.0 million in Q2 2025, with the low at -$110.2 million in Q3 2025.
- Average Cash from Investing Activities over 3 years is -$74.1 million, with a median of -$76.0 million recorded in 2025.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities surged 42.85% in 2025, then tumbled 95.65% in 2026.
- Over 3 years, Cash from Investing Activities stood at -$107.2 million in 2024, then soared by 42.85% to -$61.3 million in 2025, then climbed by 26.56% to -$45.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$45.0 million (Q2 2026), -$96.0 million (Q1 2026), and -$61.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -1.51 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.92 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -560.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -466.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -102.48 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -45.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -225.90 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -185.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 47.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.00 Mn |
| Mar 31, 2026 | -96.00 Mn |
| Dec 31, 2025 | -61.28 Mn |
| Sep 30, 2025 | -110.18 Mn |
| Jun 30, 2025 | -23.00 Mn |
| Mar 31, 2025 | -76.00 Mn |
| Dec 31, 2024 | -107.23 Mn |
Grupo Aeromexico, S.A.B. de C.V 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=AERO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "AERO", "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=AERO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();