Kingsway (KWY) Net Income towards Common Stockholders (2011 - 2026)
Kingsway (KWY) posted Net Income towards Common Stockholders of -$941000.0 for Q2 2026, up 66.31% on a QoQ basis from -$2.8 million in Q1 2026, and up 74.06% year-over-year from -$540609.3 in Q2 2025.
Kingsway (KWY) Net Income towards Common Stockholders (2011 - 2026) Analysis & Trends
Kingsway has reported Net Income towards Common Stockholders for 16 years, with the latest figure at -$941000.0 in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 74.06% year-over-year to -$941000.0 in Q2 2026; TTM through Jun 2026 was -$8.6 million, a 26.44% increase from a year earlier, with the FY2025 full-year figure at -$11.9 million, down 26.09% from the prior year.
- Net Income towards Common Stockholders was -$941000.0 for Q2 2026 at Kingsway, up from -$2.8 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $40.1 million in Q3 2022, with the low at -$8.4 million in Q4 2022.
- Average Net Income towards Common Stockholders over 5 years is $1.3 million, with a median of -$2.5 million recorded in 2024.
- The largest YoY upside for Net Income towards Common Stockholders was 3761.52% in 2022 against a maximum downside of 1096.02% in 2022.
- Over 5 years, Net Income towards Common Stockholders stood at -$8.4 million in 2022, then soared by 96.67% to -$279000.0 in 2023, then slumped by 540.86% to -$1.8 million in 2024, then declined by 15.72% to -$2.1 million in 2025, then jumped by 54.52% to -$941000.0 in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$941000.0 (Q2 2026), -$2.8 million (Q1 2026), and -$2.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Accenture | 120.96 Bn | 111.91 Bn | 6.13 Bn | 2.39 Bn |
| 2 | UL Solutions | 12.94 Bn | 12.53 Bn | 417.00 Mn | 254.00 Mn |
| 3 | Gartner | 11.74 Bn | 10.25 Bn | 1.19 Bn | 275.50 Mn |
| 4 | Booz Allen Hamilton Holding | 9.28 Bn | 8.74 Bn | 1.46 Bn | 198.00 Mn |
| 5 | Tetra Tech | 9.14 Bn | 8.91 Bn | 243.21 Mn | 109.58 Mn |
| 6 | Genpact | 5.74 Bn | 5.22 Bn | 490.34 Mn | 145.74 Mn |
| 7 | Grand Canyon Education | 3.97 Bn | 3.69 Bn | 204.08 Mn | 45.85 Mn |
| 8 | Fti Consulting | 3.91 Bn | 3.74 Bn | 316.27 Mn | 57.81 Mn |
| 9 | Korn Ferry | 3.90 Bn | 3.09 Bn | 681.29 Mn | 69.50 Mn |
| 10 | Kingsway | 275.95 Mn | 224.86 Mn | 17.12 Mn | -941,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -941,000.00 |
| Mar 31, 2026 | -2.79 Mn |
| Dec 31, 2025 | -2.07 Mn |
| Sep 30, 2025 | -2.78 Mn |
| Jun 30, 2025 | -3.63 Mn |
| Mar 31, 2025 | -3.44 Mn |
| Dec 31, 2024 | -1.79 Mn |
| Sep 30, 2024 | -2.82 Mn |
| Jun 30, 2024 | -2.53 Mn |
| Mar 31, 2024 | -2.49 Mn |
| Dec 31, 2023 | -279,000.00 |
| Sep 30, 2023 | -1.15 Mn |
| Jun 30, 2023 | -1.56 Mn |
| Mar 31, 2023 | 27.77 Mn |
| Dec 31, 2022 | -8.37 Mn |
| Sep 30, 2022 | 40.06 Mn |
| Jun 30, 2022 | -3.41 Mn |
| Mar 31, 2022 | -4.00 Mn |
| Dec 31, 2021 | -3.41 Mn |
| Sep 30, 2021 | -1.09 Mn |
Kingsway Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=KWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "KWY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=KWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();