Kimco Realty (KIM) Cash from Financing Activities (2009 - 2025)
Kimco Realty's (KIM) quarterly Cash from Financing Activities came in at -$320.6 million in Q4 2025, down 183.26% on a YoY basis from $385.0 million in Q4 2024, and down 126.4% quarter-over-quarter from -$141.6 million in Q3 2025.
Kimco Realty (KIM) Cash from Financing Activities (2009 - 2025) Analysis & Trends
Kimco Realty (KIM) has reported Cash from Financing Activities for 17 consecutive years, with -$320.6 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Cash from Financing Activities fell 183.26% year-over-year to -$320.6 million; the trailing twelve-month figure through Dec 2025 stood at -$1.2 billion (down 56.21% YoY), and the FY2025 full-year result was -$1.2 billion, down 56.21% from the prior year.
- Cash from Financing Activities declined to -$320.6 million in Q4 2025 per KIM's latest filing, from -$141.6 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $447.9 million in Q3 2024 and bottomed at -$1.0 billion in Q1 2024.
- Historically, Cash from Financing Activities has averaged -$169.3 million across 5 years, with a median of -$160.8 million in 2023.
- The sharpest annual moves came in 2021 and 2024: Cash from Financing Activities surged 949.6% in 2021, then sank 389.16% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$231.9 million in 2021, then fell by 23.08% to -$285.4 million in 2022, then surged by 180.69% to $230.3 million in 2023, then sank by 149.14% to -$113.2 million in 2024, then plunged by 183.26% to -$320.6 million in 2025.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$320.6 million, -$141.6 million, and -$107.5 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 1.53 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.57 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 1.40 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -396.15 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.42 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 98.37 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -117.18 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 | -320.56 Mn |
| Sep 30, 2025 | -141.59 Mn |
| Jun 30, 2025 | -107.50 Mn |
| Mar 31, 2025 | -650.49 Mn |
| Dec 31, 2024 | -113.17 Mn |
| Sep 30, 2024 | 447.88 Mn |
| Jun 30, 2024 | -91.31 Mn |
| Mar 31, 2024 | -1.02 Bn |
| Dec 31, 2023 | 230.32 Mn |
| Sep 30, 2023 | -154.46 Mn |
| Jun 30, 2023 | -167.11 Mn |
| Mar 31, 2023 | -209.44 Mn |
| Dec 31, 2022 | -285.45 Mn |
| Sep 30, 2022 | -372.22 Mn |
| Jun 30, 2022 | -201.78 Mn |
| Mar 31, 2022 | -123.28 Mn |
| Dec 31, 2021 | -231.92 Mn |
| Sep 30, 2021 | 441.69 Mn |
| Jun 30, 2021 | -207.13 Mn |
| Mar 31, 2021 | -103.78 Mn |
Kimco Realty Cash from Financing 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-financing-activities&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();