Kkr (KKR) Cash & Equivalents Growth (3y) (2013 - 2026)
Analysis
Kkr (KKR) Cash & Equivalents Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | -8.57% |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 249.50% |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 78.33% |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 400.33% |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 28.10% |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | -50.56% |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | -7.83% |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | - |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 1.87% |
| 10 | Blue Owl Capital | 15.34 Bn | 18.79 Bn | - | 59.94% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 249.50% |
| Mar 31, 2026 | 254.34% |
| Dec 31, 2025 | 233.91% |
| Sep 30, 2025 | 223.87% |
| Jun 30, 2025 | 16.87% |
| Mar 31, 2025 | 11.38% |
| Dec 31, 2024 | 8.41% |
| Sep 30, 2024 | 5.84% |
| Jun 30, 2024 | 6.44% |
| Mar 31, 2024 | 15.96% |
| Dec 31, 2023 | 22.47% |
| Sep 30, 2023 | 6.70% |
| Jun 30, 2023 | 17.75% |
| Mar 31, 2023 | 20.92% |
| Dec 31, 2022 | 28.46% |
| Dec 31, 2021 | 56.40% |
| Sep 30, 2021 | -42.13% |
| Jun 30, 2021 | -43.59% |
| Mar 31, 2021 | -46.69% |
| Dec 31, 2020 | 51.36% |
API Access
Kkr Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=KKR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "ticker": "KKR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-and-equivalents-growth-3y&ticker=KKR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();