Kimco Realty (KIM) Cash from Investing Activities (2009 - 2025)
Kimco Realty's (KIM) quarterly Cash from Investing Activities came in at $114.5 million in Q4 2025, up 150.51% on a YoY basis from $45.7 million in Q4 2024, and up 144.35% quarter-over-quarter from -$258.2 million in Q3 2025.
Kimco Realty (KIM) Cash from Investing Activities (2009 - 2025) Analysis & Trends
Kimco Realty (KIM) has reported Cash from Investing Activities for 17 consecutive years, with $114.5 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Cash from Investing Activities rose 150.51% year-over-year to $114.5 million; the trailing twelve-month figure through Dec 2025 stood at -$376.8 million (down 18.29% YoY), and the FY2025 full-year result was -$376.8 million, down 18.29% from the prior year.
- Cash from Investing Activities rose to $114.5 million in Q4 2025 per KIM's latest filing, from -$258.2 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $201.4 million in Q1 2024 and bottomed at -$311.9 million in Q3 2021.
- Historically, Cash from Investing Activities has averaged -$68.6 million across 5 years, with a median of -$82.6 million in 2021.
- The sharpest annual moves came in 2021 and 2024: Cash from Investing Activities slumped 486.06% in 2021, then surged 362.43% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$118.5 million in 2021, then jumped by 231.97% to $156.4 million in 2022, then plunged by 139.02% to -$61.0 million in 2023, then sank by 271.48% to -$226.7 million in 2024, then jumped by 150.51% to $114.5 million in 2025.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $114.5 million, -$258.2 million, and -$102.6 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 114.50 Mn |
| Sep 30, 2025 | -258.18 Mn |
| Jun 30, 2025 | -102.58 Mn |
| Mar 31, 2025 | -130.55 Mn |
| Dec 31, 2024 | -226.69 Mn |
| Sep 30, 2024 | -81.32 Mn |
| Jun 30, 2024 | -211.96 Mn |
| Mar 31, 2024 | 201.43 Mn |
| Dec 31, 2023 | -61.02 Mn |
| Sep 30, 2023 | -238.88 Mn |
| Jun 30, 2023 | 119.36 Mn |
| Mar 31, 2023 | 43.56 Mn |
| Dec 31, 2022 | 156.39 Mn |
| Sep 30, 2022 | -64.47 Mn |
| Jun 30, 2022 | -119.52 Mn |
| Mar 31, 2022 | -35.62 Mn |
| Dec 31, 2021 | -118.50 Mn |
| Sep 30, 2021 | -311.88 Mn |
| Jun 30, 2021 | 38.04 Mn |
| Mar 31, 2021 | -83.92 Mn |
Kimco Realty Cash from Investing Activities 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-from-investing-activities&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "KIM", "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-from-investing-activities&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();