Kingsway (KWY) EPS (Basic) (2011 - 2026)
Kingsway (KWY) posted EPS (Basic) of -$0.03 for Q2 2026, up 66.3% on a QoQ basis from -$0.1 in Q1 2026, and up 75.35% year-over-year from -$0.02 in Q2 2025.
Kingsway (KWY) EPS (Basic) (2011 - 2026) Analysis & Trends
Kingsway has reported EPS (Basic) for 16 years, with the latest figure at -$0.03 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 75.35% year-over-year to -$0.03 in Q2 2026; TTM through Jun 2026 was -$0.3, a 30.1% increase from a year earlier, with the FY2025 full-year figure at -$0.43, down 23.06% from the prior year.
- EPS (Basic) was -$0.03 for Q2 2026 at Kingsway, up from -$0.1 in the prior quarter.
- The five-year high for EPS (Basic) was $1.74 in Q3 2022, with the low at -$0.36 in Q4 2022.
- Average EPS (Basic) over 5 years is $0.07, with a median of -$0.09 recorded in 2024.
- The largest YoY upside for EPS (Basic) was 3725.16% in 2022 against a maximum downside of 1067.07% in 2022.
- Over 5 years, EPS (Basic) stood at -$0.36 in 2022, then surged by 97.02% to -$0.01 in 2023, then slumped by 506.0% to -$0.07 in 2024, then retreated by 12.93% to -$0.07 in 2025, then surged by 55.72% to -$0.03 in 2026.
- The last three EPS (Basic) figures came in at -$0.03 (Q2 2026), -$0.1 (Q1 2026), and -$0.07 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Accenture | 120.96 Bn | 111.91 Bn | 6.13 Bn | 3.90 |
| 2 | UL Solutions | 12.94 Bn | 12.53 Bn | 417.00 Mn | 1.26 |
| 3 | Gartner | 11.74 Bn | 10.25 Bn | 1.19 Bn | 4.14 |
| 4 | Booz Allen Hamilton Holding | 9.28 Bn | 8.74 Bn | 1.46 Bn | 1.65 |
| 5 | Tetra Tech | 9.14 Bn | 8.91 Bn | 243.21 Mn | 0.42 |
| 6 | Genpact | 5.74 Bn | 5.22 Bn | 490.34 Mn | 0.86 |
| 7 | Grand Canyon Education | 3.97 Bn | 3.69 Bn | 204.08 Mn | 1.75 |
| 8 | Fti Consulting | 3.91 Bn | 3.74 Bn | 316.27 Mn | 2.01 |
| 9 | Korn Ferry | 3.90 Bn | 3.09 Bn | 681.29 Mn | 1.38 |
| 10 | Kingsway | 275.95 Mn | 224.86 Mn | 17.12 Mn | -0.03 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.03 |
| Mar 31, 2026 | -0.10 |
| Dec 31, 2025 | -0.07 |
| Sep 30, 2025 | -0.10 |
| Jun 30, 2025 | -0.13 |
| Mar 31, 2025 | -0.13 |
| Dec 31, 2024 | -0.07 |
| Sep 30, 2024 | -0.10 |
| Jun 30, 2024 | -0.09 |
| Mar 31, 2024 | -0.09 |
| Dec 31, 2023 | -0.01 |
| Sep 30, 2023 | -0.04 |
| Jun 30, 2023 | -0.06 |
| Mar 31, 2023 | 1.15 |
| Dec 31, 2022 | -0.36 |
| Sep 30, 2022 | 1.74 |
| Jun 30, 2022 | -0.15 |
| Mar 31, 2022 | -0.17 |
| Dec 31, 2021 | -0.15 |
| Sep 30, 2021 | -0.05 |
Kingsway EPS (Basic) 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=eps-basic&ticker=KWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=KWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();