Mercadolibre (MELI) Other Non Operating Income (2009 - 2026)
Mercadolibre (MELI) posted Other Non Operating Income of -$45.0 million for Q2 2026, down 850.0% on a QoQ basis from $6.0 million in Q1 2026, and up 61.54% year-over-year from -$27.9 million in Q2 2025.
Mercadolibre (MELI) Other Non Operating Income (2009 - 2026) Analysis & Trends
Mercadolibre has reported Other Non Operating Income for 18 years, with the latest figure at -$45.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 61.54% year-over-year to -$45.0 million in Q2 2026; TTM through Jun 2026 was -$211.0 million, a 19.47% increase from a year earlier, with the FY2024 full-year figure at -$182.0 million, up 70.41% from the prior year.
- Other Non Operating Income was -$45.0 million for Q2 2026 at Mercadolibre, down from $6.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $6.0 million in Q1 2026, with the low at -$239.0 million in Q3 2023.
- Average Other Non Operating Income over 5 years is -$75.4 million, with a median of -$59.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2026: Other Non Operating Income tumbled 2800.0% in 2023, then jumped 110.91% in 2026.
- Over 5 years, Other Non Operating Income stood at -$64.0 million in 2022, then sank by 67.19% to -$107.0 million in 2023, then jumped by 53.27% to -$50.0 million in 2024, then plunged by 134.0% to -$117.0 million in 2025, then jumped by 61.54% to -$45.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$45.0 million (Q2 2026), $6.0 million (Q1 2026), and -$117.0 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.00 Mn |
| Mar 31, 2026 | 6.00 Mn |
| Jun 30, 2025 | -117.00 Mn |
| Mar 31, 2025 | -55.00 Mn |
| Dec 31, 2024 | -50.00 Mn |
| Sep 30, 2024 | -40.00 Mn |
| Jun 30, 2024 | -58.00 Mn |
| Mar 31, 2024 | -34.00 Mn |
| Dec 31, 2023 | -107.00 Mn |
| Sep 30, 2023 | -239.00 Mn |
| Jun 30, 2023 | -182.00 Mn |
| Mar 31, 2023 | -87.00 Mn |
| Dec 31, 2022 | -64.00 Mn |
| Sep 30, 2022 | -71.00 Mn |
| Jun 30, 2022 | -60.00 Mn |
| Mar 31, 2022 | -3.00 Mn |
| Dec 31, 2021 | -57.00 Mn |
| Sep 30, 2021 | -25.00 Mn |
| Jun 30, 2021 | -12.00 Mn |
| Mar 31, 2021 | -15.00 Mn |
Mercadolibre 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=MELI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=MELI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();