DoubleDown Interactive (DDI) Interest Expenses (2019 - 2026)
DoubleDown Interactive's (DDI) quarterly Interest Expenses came in at -$742000.0 in Q2 2026, up 86.58% on a YoY basis from -$397690.1 in Q2 2025, and down 22.24% quarter-over-quarter from -$607000.0 in Q1 2026.
DoubleDown Interactive (DDI) Interest Expenses (2019 - 2026) Analysis & Trends
DoubleDown Interactive (DDI) has reported Interest Expenses for 8 consecutive years, with -$742000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest Expenses rose 86.58% year-over-year to -$742000.0; the trailing twelve-month figure through Jun 2026 stood at -$1.2 million (up 85.95% YoY), and the FY2025 full-year result was -$6.9 million, down 108.85% from the prior year.
- Interest Expenses slipped to -$742000.0 in Q2 2026 per DDI's latest filing, from -$607000.0 in the prior quarter.
- Across five years, Interest Expenses topped out at $1.6 million in Q3 2025 and bottomed at -$5.5 million in Q2 2025.
- Historically, Interest Expenses has averaged -$951879.9 across 5 years, with a median of -$469000.0 in 2022.
- The sharpest annual moves came in 2023 and 2024: Interest Expenses sank 905.67% in 2023, then soared 261.69% in 2024.
- Over 5 years, Interest Expenses stood at -$476000.0 in 2022, then tumbled by 905.67% to -$4.8 million in 2023, then jumped by 110.32% to $494000.0 in 2024, then slumped by 400.0% to -$1.5 million in 2025, then jumped by 49.93% to -$742000.0 in 2026.
- According to Business Quant data, Interest Expenses over the past three periods registered -$742000.0, -$607000.0, and -$1.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -742,000.00 |
| Mar 31, 2026 | -607,000.00 |
| Dec 31, 2025 | -1.48 Mn |
| Sep 30, 2025 | 1.61 Mn |
| Jun 30, 2025 | -5.53 Mn |
| Mar 31, 2025 | -1.47 Mn |
| Dec 31, 2024 | 494,000.00 |
| Sep 30, 2024 | -2.19 Mn |
| Jun 30, 2024 | -841,000.00 |
| Mar 31, 2024 | 747,000.00 |
| Dec 31, 2023 | -4.79 Mn |
| Sep 30, 2023 | -443,000.00 |
| Jun 30, 2023 | -436,000.00 |
| Mar 31, 2023 | -462,000.00 |
| Dec 31, 2022 | -476,000.00 |
| Sep 30, 2022 | -431,000.00 |
| Jun 30, 2022 | -454,000.00 |
| Mar 31, 2022 | 362,162.39 |
| Dec 31, 2021 | -490,000.00 |
| Sep 30, 2021 | -500,000.00 |
DoubleDown Interactive 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=DDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "DDI", "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=DDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();