Kimco Realty (KIM) Non Operating Investment Income (2012 - 2025)
Kimco Realty's (KIM) quarterly Non Operating Investment Income came in at -$29000.0 in Q4 2025, down 7.41% on a YoY basis from -$31320.0 in Q4 2024, and down 167.44% quarter-over-quarter from $43000.0 in Q3 2025.
Kimco Realty (KIM) Non Operating Investment Income (2012 - 2025) Analysis & Trends
Kimco Realty (KIM) has reported Non Operating Investment Income for 10 consecutive years, with -$29000.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Non Operating Investment Income fell 7.41% year-over-year to -$29000.0; the trailing twelve-month figure through Dec 2025 stood at $1000.0 (up 100.0% YoY), and the FY2025 full-year result was $3000.0, up 100.01% from the prior year.
- Non Operating Investment Income fell to -$29000.0 in Q4 2025 per KIM's latest filing, from $43000.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $457.1 million in Q3 2021 and bottomed at -$261.5 million in Q2 2022.
- Historically, Non Operating Investment Income has averaged $8.4 million across 5 years, with a median of -$6500.0 in 2025.
- The sharpest annual moves came in 2021 and 2022: Non Operating Investment Income soared 1400.0% in 2021, then tumbled 1176.0% in 2022.
- Over 5 years, Non Operating Investment Income stood at -$37.3 million in 2021, then slumped by 209.09% to -$115.4 million in 2022, then soared by 103.12% to $3.6 million in 2023, then tumbled by 100.75% to -$27000.0 in 2024, then retreated by 7.41% to -$29000.0 in 2025.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$29000.0, $43000.0, and -$2000.0 for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | - |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | - |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 38.26 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -35,000.00 |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | - |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | - |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | - |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | -16.74 Mn |
| 10 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -29,000.00 |
| Sep 30, 2025 | 43,000.00 |
| Jun 30, 2025 | -2,000.00 |
| Mar 31, 2025 | -11,000.00 |
| Dec 31, 2024 | -27,000.00 |
| Sep 30, 2024 | 79,000.00 |
| Jun 30, 2024 | -30,000.00 |
| Mar 31, 2024 | -27.70 Mn |
| Dec 31, 2023 | 3.60 Mn |
| Sep 30, 2023 | 13.23 Mn |
| Jun 30, 2023 | 14.79 Mn |
| Mar 31, 2023 | -10.14 Mn |
| Dec 31, 2022 | -115.43 Mn |
| Sep 30, 2022 | -75.49 Mn |
| Jun 30, 2022 | -261.47 Mn |
| Mar 31, 2022 | 121.80 Mn |
| Dec 31, 2021 | -37.35 Mn |
| Sep 30, 2021 | 457.13 Mn |
| Jun 30, 2021 | 24.30 Mn |
| Mar 31, 2021 | 61.10 Mn |
Kimco Realty Non Operating Investment Income 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=non-operating-investment-income&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();