Kingsway (KWY) Interest & Investment Income (2025 - 2026)
Kingsway (KWY) posted Interest & Investment Income of $2.7 million for Q2 2026, up 272.59% on a QoQ basis from $726000.0 in Q1 2026, and up 278.32% year-over-year from $715000.0 in Q2 2025.
Kingsway (KWY) Interest & Investment Income (2025 - 2026) Analysis & Trends
Kingsway has reported Interest & Investment Income for 2 years, with the latest figure at $2.7 million in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Accenture | 124.23 Bn | 115.18 Bn | 6.13 Bn | 75.07 Mn |
| 2 | UL Solutions | 13.40 Bn | 13.00 Bn | 417.00 Mn | - |
| 3 | Gartner | 11.57 Bn | 10.08 Bn | 1.19 Bn | - |
| 4 | Booz Allen Hamilton Holding | 9.30 Bn | 8.76 Bn | 1.46 Bn | -48.00 Mn |
| 5 | Tetra Tech | 9.21 Bn | 8.98 Bn | 243.21 Mn | - |
| 6 | Genpact | 5.73 Bn | 5.21 Bn | 490.34 Mn | -15.15 Mn |
| 7 | Grand Canyon Education | 3.95 Bn | 3.68 Bn | 204.08 Mn | 2.70 Mn |
| 8 | Fti Consulting | 3.90 Bn | 3.73 Bn | 316.27 Mn | -401,000.00 |
| 9 | Korn Ferry | 3.90 Bn | 3.09 Bn | 681.29 Mn | -4.34 Mn |
| 10 | Kingsway | 278.52 Mn | 227.44 Mn | 17.12 Mn | 2.71 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.71 Mn |
| Mar 31, 2026 | 726,000.00 |
| Jun 30, 2025 | 715,000.00 |
| Mar 31, 2025 | 310,000.00 |
Kingsway Interest & 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=interest-and-investment-income&ticker=KWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=KWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();