Kimco Realty (KIM) Intangibles (2009 - 2025)
Kimco Realty's (KIM) quarterly Intangibles came in at $1.2 billion in Q4 2025, down 1.59% on a YoY basis from $1.2 billion in Q4 2024, and down 1.59% quarter-over-quarter from $1.2 billion in Q4 2024.
Kimco Realty (KIM) Intangibles (2009 - 2025) Analysis & Trends
Kimco Realty (KIM) has reported Intangibles for 5 consecutive years, with $1.2 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Intangibles fell 1.59% year-over-year to $1.2 billion; the trailing twelve-month figure through Dec 2025 stood at $1.2 billion (down 1.59% YoY), and the FY2025 full-year result was $1.2 billion, down 1.59% from the prior year.
- Intangibles eased to $1.2 billion in Q4 2025 per KIM's latest filing, from $1.2 billion in the prior quarter.
- Across five years, Intangibles topped out at $1.2 billion in Q4 2024 and bottomed at $7.4 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 3.17 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 | - | 5.62 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.94 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 | - | 566.00 Mn |
| 10 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.23 Bn |
| Dec 31, 2024 | 1.25 Bn |
| Sep 30, 2024 | 7.40 Mn |
| Jun 30, 2024 | 7.40 Mn |
| Mar 31, 2024 | 7.40 Mn |
| Jun 30, 2019 | 7.30 Mn |
| Mar 31, 2019 | 7.30 Mn |
| Dec 31, 2010 | 306.32 Mn |
| Dec 31, 2009 | 246.22 Mn |
Kimco Realty Intangibles 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=intangibles&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();