Mercadolibre (MELI) Cash from Investing Activities (2009 - 2026)
Mercadolibre (MELI) posted Cash from Investing Activities of -$2.7 billion for Q2 2026, down 82.94% on a QoQ basis from -$1.5 billion in Q1 2026, and down 119.67% year-over-year from $13.7 billion in Q2 2025.
Mercadolibre (MELI) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Mercadolibre has reported Cash from Investing Activities for 18 years, with the latest figure at -$2.7 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 119.67% year-over-year to -$2.7 billion in Q2 2026; TTM through Jun 2026 was -$7.3 billion, a 6.78% increase from a year earlier, with the FY2025 full-year figure at -$6.2 billion, up 25.44% from the prior year.
- Cash from Investing Activities was -$2.7 billion for Q2 2026 at Mercadolibre, down from -$1.5 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$538.0 million in Q1 2023, with the low at -$2.7 billion in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$1.4 billion, with a median of -$1.3 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities slumped 1148.98% in 2022, then soared 57.4% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$646.0 million in 2022, then sank by 41.49% to -$914.0 million in 2023, then plunged by 132.82% to -$2.1 billion in 2024, then climbed by 5.97% to -$2.0 billion in 2025, then plunged by 34.48% to -$2.7 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$2.7 billion (Q2 2026), -$1.5 billion (Q1 2026), and -$2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -2.80 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -89.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -2.93 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | -349.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | -2.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -584.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | -768.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -48.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -214.93 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -30.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.69 Bn |
| Mar 31, 2026 | -1.47 Bn |
| Dec 31, 2025 | -2.00 Bn |
| Sep 30, 2025 | -1.11 Bn |
| Jun 30, 2025 | -1.23 Bn |
| Mar 31, 2025 | -1.84 Bn |
| Dec 31, 2024 | -2.13 Bn |
| Sep 30, 2024 | -2.61 Bn |
| Jun 30, 2024 | -2.09 Bn |
| Mar 31, 2024 | -1.47 Bn |
| Dec 31, 2023 | -914.00 Mn |
| Sep 30, 2023 | -1.33 Bn |
| Jun 30, 2023 | -668.00 Mn |
| Mar 31, 2023 | -538.00 Mn |
| Dec 31, 2022 | -646.00 Mn |
| Sep 30, 2022 | -664.00 Mn |
| Jun 30, 2022 | -1.34 Bn |
| Mar 31, 2022 | -1.22 Bn |
| Dec 31, 2021 | -710.00 Mn |
| Sep 30, 2021 | -631.00 Mn |
Mercadolibre 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=MELI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "MELI", "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=MELI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();