Vtex (VTEX) Interest Expenses (2020 - 2024)
Vtex (VTEX) posted Interest Expenses of -$5.6 million for Q4 2024, up 29.92% on a QoQ basis from -$8.0 million in Q3 2024, and up 72.71% year-over-year from -$3.2 million in Q1 2024.
Vtex (VTEX) Interest Expenses (2020 - 2024) Analysis & Trends
Vtex has reported Interest Expenses for 5 years, with the latest figure at -$5.6 million in Q4 2024.
- On a quarterly basis, Interest Expenses rose 72.71% year-over-year to -$5.6 million in Q4 2024; TTM through Dec 2024 was -$33.6 million, a 22.56% increase from a year earlier, with the FY2024 full-year figure at -$33.6 million, up 22.56% from the prior year.
- Interest Expenses was -$5.6 million for Q4 2024 at Vtex, up from -$8.0 million in the prior quarter.
- The five-year high for Interest Expenses was -$1.1 million in Q2 2020, with the low at -$20.4 million in Q4 2023.
- Average Interest Expenses over 5 years is -$7.1 million, with a median of -$7.3 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2024: Interest Expenses sank 421.77% in 2021, then surged 72.71% in 2024.
- Over 5 years, Interest Expenses stood at -$2.3 million in 2020, then tumbled by 421.77% to -$12.1 million in 2021, then surged by 59.04% to -$4.9 million in 2022, then sank by 313.89% to -$20.4 million in 2023, then soared by 72.71% to -$5.6 million in 2024.
- The last three Interest Expenses figures came in at -$5.6 million (Q4 2024), -$8.0 million (Q3 2024), and -$7.6 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | - |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | - |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | 175.69 Mn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | -345.42 Mn |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | 127.00 Mn |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | 300.00 Mn |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 51.16 Mn |
| 10 | Vtex | 624.51 Mn | 438.62 Mn | 51.71 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -5.58 Mn |
| Sep 30, 2024 | -7.96 Mn |
| Jun 30, 2024 | -7.55 Mn |
| Mar 31, 2024 | -12.50 Mn |
| Dec 31, 2023 | -20.44 Mn |
| Sep 30, 2023 | -7.90 Mn |
| Jun 30, 2023 | -9.13 Mn |
| Mar 31, 2023 | -5.90 Mn |
| Dec 31, 2022 | -4.94 Mn |
| Sep 30, 2022 | -7.33 Mn |
| Jun 30, 2022 | -10.12 Mn |
| Mar 31, 2022 | -9.01 Mn |
| Dec 31, 2021 | -12.06 Mn |
| Sep 30, 2021 | -3.14 Mn |
| Jun 30, 2021 | -3.49 Mn |
| Mar 31, 2021 | -1.89 Mn |
| Dec 31, 2020 | -2.31 Mn |
| Sep 30, 2020 | -1.88 Mn |
| Jun 30, 2020 | -1.15 Mn |
Vtex Interest Expenses 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=interest-expenses&ticker=VTEX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=VTEX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();