Kingsway (KWY) Other Operating Expenses (2011 - 2026)
Kingsway (KWY) posted Other Operating Expenses of $1.3 million for Q2 2026, up 148.11% on a QoQ basis from -$2.8 million in Q1 2026, and up 162.07% year-over-year from $513977.5 in Q2 2025.
Kingsway (KWY) Other Operating Expenses (2011 - 2026) Analysis & Trends
Kingsway has reported Other Operating Expenses for 16 years, with the latest figure at $1.3 million in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 162.07% year-over-year to $1.3 million in Q2 2026; TTM through Jun 2026 was -$8.2 million, a 16.76% increase from a year earlier, with the FY2025 full-year figure at -$11.6 million, down 11.36% from the prior year.
- Other Operating Expenses was $1.3 million for Q2 2026 at Kingsway, up from -$2.8 million in the prior quarter.
- The five-year high for Other Operating Expenses was $49.3 million in Q3 2022, with the low at -$4.7 million in Q2 2022.
- Average Other Operating Expenses over 5 years is $2.1 million, with a median of -$2.4 million recorded in 2022.
- The largest YoY upside for Other Operating Expenses was 2019.78% in 2022 against a maximum downside of 952.59% in 2022.
- Over 5 years, Other Operating Expenses stood at -$2.4 million in 2022, then grew by 8.76% to -$2.2 million in 2023, then plunged by 64.38% to -$3.6 million in 2024, then rose by 11.49% to -$3.2 million in 2025, then surged by 142.12% to $1.3 million in 2026.
- The last three Other Operating Expenses figures came in at $1.3 million (Q2 2026), -$2.8 million (Q1 2026), and -$3.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Accenture | 124.23 Bn | 115.18 Bn | 6.13 Bn |
| 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 |
| 5 | Tetra Tech | 9.21 Bn | 8.98 Bn | 243.21 Mn |
| 6 | Genpact | 5.73 Bn | 5.21 Bn | 490.34 Mn |
| 7 | Grand Canyon Education | 3.95 Bn | 3.68 Bn | 204.08 Mn |
| 8 | Fti Consulting | 3.90 Bn | 3.73 Bn | 316.27 Mn |
| 9 | Korn Ferry | 3.90 Bn | 3.09 Bn | 681.29 Mn |
| 10 | Kingsway | 278.52 Mn | 227.44 Mn | 17.12 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.35 Mn |
| Mar 31, 2026 | -2.80 Mn |
| Dec 31, 2025 | -3.20 Mn |
| Sep 30, 2025 | -3.60 Mn |
| Jun 30, 2025 | -2.17 Mn |
| Mar 31, 2025 | -2.64 Mn |
| Dec 31, 2024 | -3.61 Mn |
| Sep 30, 2024 | -1.48 Mn |
| Jun 30, 2024 | -2.38 Mn |
| Mar 31, 2024 | -2.80 Mn |
| Dec 31, 2023 | -2.20 Mn |
| Sep 30, 2023 | -691,000.00 |
| Jun 30, 2023 | -1.96 Mn |
| Mar 31, 2023 | 27.92 Mn |
| Dec 31, 2022 | -2.41 Mn |
| Sep 30, 2022 | 49.30 Mn |
| Jun 30, 2022 | -4.70 Mn |
| Mar 31, 2022 | -3.66 Mn |
| Dec 31, 2021 | 1.05 Mn |
| Sep 30, 2021 | -2.57 Mn |
Kingsway Other Operating 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=other-operating-expenses&ticker=KWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=KWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();