Kyndryl Holdings (KD) Retained Earnings (2020 - 2026)
Kyndryl Holdings' (KD) quarterly Retained Earnings came in at -$1.9 billion in Q2 2026, up 4.33% on a YoY basis from -$1.8 billion in Q2 2025, and down 2.94% quarter-over-quarter from -$1.9 billion in Q1 2026.
Kyndryl Holdings (KD) Retained Earnings (2020 - 2026) Analysis & Trends
Kyndryl Holdings (KD) has reported Retained Earnings for 7 consecutive years, with -$1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings rose 4.33% year-over-year to -$1.9 billion; the trailing twelve-month figure through Jun 2026 stood at -$1.9 billion (up 4.33% YoY), and the FY2026 full-year result was -$1.9 billion, up 9.58% from the prior year.
- Retained Earnings declined to -$1.9 billion in Q2 2026 per KD's latest filing, from -$1.9 billion in the prior quarter.
- Across five years, Retained Earnings topped out at -$1.1 billion in Q1 2022 and bottomed at -$2.4 billion in Q3 2024.
- Historically, Retained Earnings has averaged -$1.9 billion across 5 years, with a median of -$2.0 billion in 2023.
- The sharpest annual moves came in 2023 and 2025: Retained Earnings plunged 81.63% in 2023, then increased 17.35% in 2025.
- Over 5 years, Retained Earnings stood at -$1.3 billion in 2022, then sank by 74.52% to -$2.3 billion in 2023, then climbed by 6.07% to -$2.1 billion in 2024, then gained by 11.7% to -$1.9 billion in 2025, then declined by 2.01% to -$1.9 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$1.9 billion, -$1.9 billion, and -$1.9 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 13.44 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 14.65 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 5.34 Bn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 2.04 Bn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 1.43 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 1.66 Bn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | -1.92 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 88.14 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | - |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 6.75 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.92 Bn |
| Mar 31, 2026 | -1.87 Bn |
| Dec 31, 2025 | -1.89 Bn |
| Sep 30, 2025 | -1.94 Bn |
| Jun 30, 2025 | -2.01 Bn |
| Mar 31, 2025 | -2.07 Bn |
| Dec 31, 2024 | -2.14 Bn |
| Sep 30, 2024 | -2.35 Bn |
| Jun 30, 2024 | -2.31 Bn |
| Mar 31, 2024 | -2.32 Bn |
| Dec 31, 2023 | -2.27 Bn |
| Sep 30, 2023 | -2.26 Bn |
| Jun 30, 2023 | -2.12 Bn |
| Mar 31, 2023 | -1.98 Bn |
| Dec 31, 2022 | -1.30 Bn |
| Sep 30, 2022 | -1.57 Bn |
| Jun 30, 2022 | -1.35 Bn |
| Mar 31, 2022 | -1.09 Bn |
| Dec 31, 2021 | -1.14 Bn |
| Sep 30, 2021 | -1.61 Bn |
Kyndryl Holdings Retained Earnings 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=retained-earnings&ticker=KD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "KD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=KD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();