Sohu.com (SOHU) Interest Expenses (2017 - 2021)
Sohu.com's (SOHU) quarterly Interest Expenses came in at -$2.5 million in Q3 2021, down 84.99% on a YoY basis from -$16.7 million in Q3 2020, and down 0.52% quarter-over-quarter from -$2.5 million in Q2 2021.
Sohu.com (SOHU) Interest Expenses (2017 - 2021) Analysis & Trends
Sohu.com (SOHU) has reported Interest Expenses for 5 consecutive years, with -$2.5 million the latest figure, recorded in Q3 2021.
- For the quarter ending Q3 2021, Interest Expenses fell 84.99% year-over-year to -$2.5 million; the trailing twelve-month figure through Dec 2021 stood at -$7.5 million (down 20.31% YoY), and the FY2021 full-year result was -$7.5 million, down 220.31% from the prior year.
- Interest Expenses eased to -$2.5 million in Q3 2021 per SOHU's latest filing, from -$2.5 million in the prior quarter.
- Across five years, Interest Expenses topped out at -$1.1 million in Q3 2017 and bottomed at -$6.2 million in Q3 2018.
- Historically, Interest Expenses has averaged -$2.6 million across 5 years, with a median of -$2.5 million in 2019.
- The sharpest annual moves came in 2018 and 2019: Interest Expenses tumbled 441.1% in 2018, then jumped 57.39% in 2019.
- Over 5 years, Interest Expenses stood at -$2.6 million in 2017, then tumbled by 105.65% to -$5.3 million in 2018, then soared by 52.62% to -$2.5 million in 2019, then jumped by 52.98% to -$1.2 million in 2020, then tumbled by 112.67% to -$2.5 million in 2021.
- According to Business Quant data, Interest Expenses over the past three periods registered -$2.5 million, -$2.5 million, and -$2.5 million for Q3 2021, Q2 2021, and Q1 2021 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 |
|---|---|
| Sep 30, 2021 | -2.50 Mn |
| Jun 30, 2021 | -2.49 Mn |
| Mar 31, 2021 | -2.51 Mn |
| Dec 31, 2020 | -1.18 Mn |
| Sep 30, 2020 | -1.35 Mn |
| Jun 30, 2020 | -1.43 Mn |
| Mar 31, 2020 | -2.28 Mn |
| Dec 31, 2019 | -2.50 Mn |
| Sep 30, 2019 | -2.63 Mn |
| Dec 31, 2018 | -5.28 Mn |
| Sep 30, 2018 | -6.17 Mn |
| Dec 31, 2017 | -2.57 Mn |
| Sep 30, 2017 | -1.14 Mn |
Sohu.com 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=SOHU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "ticker": "SOHU", "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=SOHU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();