DoubleDown Interactive (DDI) Non Operating Investment Income (2022 - 2024)
DoubleDown Interactive's (DDI) quarterly Non Operating Investment Income came in at -$7000.0 in Q3 2024, little changed on a YoY basis from -$7000.0 in Q4 2023, and little changed quarter-over-quarter from -$7000.0 in Q2 2024.
DoubleDown Interactive (DDI) Non Operating Investment Income (2022 - 2024) Analysis & Trends
DoubleDown Interactive (DDI) has reported Non Operating Investment Income for 3 consecutive years, with -$7000.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Non Operating Investment Income changed 0.0% year-over-year to -$7000.0; the trailing twelve-month figure through Sep 2024 stood at -$13000.0 (up 82.43% YoY), and the FY2023 full-year result was $82000.0, down 46.05% from the prior year.
- Non Operating Investment Income held at -$7000.0 in Q3 2024 per DDI's latest filing, from -$7000.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $5.7 million in Q3 2022 and bottomed at -$4.0 million in Q2 2022.
- Historically, Non Operating Investment Income has averaged $328100.0 across 3 years, with a median of -$6500.0 in 2023.
- The widest YoY moves for Non Operating Investment Income: up 98.27% in 2023, down 300.0% in 2023.
- Over 3 years, Non Operating Investment Income stood at $3000.0 in 2022, then plunged by 300.0% to -$6000.0 in 2023, then decreased by 16.67% to -$7000.0 in 2024.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$7000.0, -$7000.0, and $7000.0 for Q3 2024, Q2 2024, and Q1 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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 | - |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | - |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | - |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | - |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | - |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | -7,000.00 |
| Jun 30, 2024 | -7,000.00 |
| Mar 31, 2024 | 7,000.00 |
| Dec 31, 2023 | -6,000.00 |
| Sep 30, 2023 | -7,000.00 |
| Jun 30, 2023 | -70,000.00 |
| Dec 31, 2022 | 3,000.00 |
| Sep 30, 2022 | 5.65 Mn |
| Jun 30, 2022 | -4.05 Mn |
| Mar 31, 2022 | 1.76 Mn |
DoubleDown Interactive Non Operating Investment 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-investment-income&ticker=DDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=DDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();