Gravity (GRVY) Interest Expenses (2009 - 2026)
Gravity's (GRVY) quarterly Interest Expenses came in at -$657.92 in Q2 2026, up 74.54% year-over-year from -$376.95 in Q2 2025, and up 59.53% quarter-over-quarter from -$1625.7 in Q1 2026.
Gravity (GRVY) Interest Expenses (2009 - 2026) Analysis & Trends
Gravity has disclosed Interest Expenses across 17 years of filings, most recently posting -$657.92 for Q2 2026.
- In Q2 2026, Interest Expenses rose 74.54% year-over-year to -$657.92; the TTM figure through Jun 2026 stood at -$2509.5 (up 99.96% YoY), while the FY2025 annual figure was -$7.6 million, down 7.23% from the prior year.
- Interest Expenses came in at -$657.92 for Q2 2026 at Gravity, up from -$1625.7 in the prior quarter.
- In the past five years, Interest Expenses ranged from a high of $1912.5 in Q3 2025 to a low of -$11.3 million in Q4 2023.
- Average Interest Expenses over 5 years is -$1.3 million, with a median of -$2071.1 recorded in 2023.
- Year-over-year, Interest Expenses sank 1040.05% in 2022 and jumped 150.96% in 2025.
- Over 5 years, Interest Expenses stood at -$4.2 million in 2022, then sank by 167.13% to -$11.3 million in 2023, then surged by 37.06% to -$7.1 million in 2024, then soared by 99.97% to -$2138.4 in 2025, then soared by 69.23% to -$657.92 in 2026.
- Per Business Quant data, the three most recent Interest Expenses figures were -$657.92 in Q2 2026, -$1625.7 in Q1 2026, and -$2138.4 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | - |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | - |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 30.40 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 10.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -1.68 Mn |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 66.10 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -742,000.00 |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | -657.92 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | - |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | -1.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -657.92 |
| Mar 31, 2026 | -1,625.66 |
| Dec 31, 2025 | -2,138.43 |
| Sep 30, 2025 | 1,912.50 |
| Jun 30, 2025 | -2,583.72 |
| Mar 31, 2025 | -4,827.89 |
| Dec 31, 2024 | -7.13 Mn |
| Sep 30, 2024 | -3,753.02 |
| Jun 30, 2024 | -2,774.07 |
| Mar 31, 2024 | -503.09 |
| Dec 31, 2023 | -11.33 Mn |
| Sep 30, 2023 | -2,871.17 |
| Jun 30, 2023 | -1,382.66 |
| Mar 31, 2023 | -2,003.71 |
| Dec 31, 2022 | -4.24 Mn |
| Sep 30, 2022 | -1,648.59 |
| Jun 30, 2022 | -1,861.58 |
| Mar 31, 2022 | -584.58 |
| Dec 31, 2021 | -372,000.00 |
| Sep 30, 2021 | -807.94 |
Gravity 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=GRVY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "GRVY", "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=GRVY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();