Take Two Interactive Software (TTWO) Interest Expenses (2025 - 2026)
Take Two Interactive Software's (TTWO) quarterly Interest Expenses came in at $30.4 million in Q2 2026, down 21.85% on a YoY basis from $38.9 million in Q2 2025, and down 21.85% quarter-over-quarter from $38.9 million in Q2 2025.
Take Two Interactive Software (TTWO) Interest Expenses (2025 - 2026) Analysis & Trends
Take Two Interactive Software (TTWO) has reported Interest Expenses for 2 consecutive years, with $30.4 million the latest figure, recorded in Q2 2026.
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 |
Take Two Interactive Software 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=TTWO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "TTWO", "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=TTWO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();