Vtex (VTEX) Non Operating Income (2024 - 2025)
Vtex (VTEX) posted Non Operating Income of -$359000.0 for Q4 2025, down 130.19% on a QoQ basis from $1.2 million in Q4 2024, and down 130.19% year-over-year from $1.2 million in Q4 2024.
Vtex (VTEX) Non Operating Income (2024 - 2025) Analysis & Trends
Vtex has reported Non Operating Income for 2 years, with the latest figure at -$359000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | 97.98 Bn |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | -19.00 Mn |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | 51.66 Mn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | 1.29 Bn |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | - |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | - |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 11.25 Mn |
| 10 | Vtex | 624.51 Mn | 438.62 Mn | 51.71 Mn | - |
Vtex 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=non-operating-income&ticker=VTEX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "VTEX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=VTEX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();