Take Two Interactive Software (TTWO) Non Operating Investment Income (2020 - 2025)
Take Two Interactive Software's (TTWO) quarterly Non Operating Investment Income came in at -$2.8 million in Q1 2025, up 59.42% on a YoY basis from -$1.8 million in Q1 2024, and down 1500.0% quarter-over-quarter from $200000.0 in Q4 2024.
Take Two Interactive Software (TTWO) Non Operating Investment Income (2020 - 2025) Analysis & Trends
Take Two Interactive Software (TTWO) has reported Non Operating Investment Income for 6 consecutive years, with -$2.8 million the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Non Operating Investment Income rose 59.42% year-over-year to -$2.8 million; the trailing twelve-month figure through Mar 2025 stood at -$6.9 million (up 19.77% YoY), and the FY2025 full-year result was -$6.9 million, up 19.77% from the prior year.
- Non Operating Investment Income declined to -$2.8 million in Q1 2025 per TTWO's latest filing, from $200000.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $5.6 million in Q1 2023 and bottomed at -$39.6 million in Q2 2022.
- Historically, Non Operating Investment Income has averaged -$2.3 million across 5 years, with a median of $200000.0 in 2024.
- The sharpest annual moves came in 2022 and 2023: Non Operating Investment Income sank 2080.0% in 2022, then jumped 5700.0% in 2023.
- Over 5 years, Non Operating Investment Income stood at $3.7 million in 2021, then plunged by 70.27% to $1.1 million in 2022, then tumbled by 127.27% to -$300000.0 in 2023, then jumped by 166.67% to $200000.0 in 2024, then plunged by 1500.0% to -$2.8 million in 2025.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$2.8 million, $200000.0, and -$1.2 million for Q1 2025, Q4 2024, and Q3 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 |
|---|---|
| Mar 31, 2025 | -2.80 Mn |
| Dec 31, 2024 | 200,000.00 |
| Sep 30, 2024 | -1.20 Mn |
| Jun 30, 2024 | -3.10 Mn |
| Mar 31, 2024 | -6.90 Mn |
| Dec 31, 2023 | -300,000.00 |
| Sep 30, 2023 | -2.20 Mn |
| Jun 30, 2023 | 800,000.00 |
| Mar 31, 2023 | 5.60 Mn |
| Dec 31, 2022 | 1.10 Mn |
| Sep 30, 2022 | 1.90 Mn |
| Jun 30, 2022 | -39.60 Mn |
| Mar 31, 2022 | -100,000.00 |
| Dec 31, 2021 | 3.70 Mn |
| Sep 30, 2021 | 400,000.00 |
| Jun 30, 2021 | 2.00 Mn |
| Mar 31, 2021 | 964,000.00 |
| Dec 31, 2020 | 39.29 Mn |
| Sep 30, 2020 | -655,000.00 |
| Mar 31, 2020 | -5.33 Mn |
Take Two Interactive Software 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=TTWO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=TTWO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();