Kimco Realty (KIM) Amortizatization of Intangibles (2022 - 2025)
Kimco Realty's (KIM) quarterly Amortizatization of Intangibles came in at -$8.4 million in Q4 2025, down 10.55% on a YoY basis from -$9.4 million in Q4 2024, and up 12.55% quarter-over-quarter from -$9.7 million in Q3 2025.
Kimco Realty (KIM) Amortizatization of Intangibles (2022 - 2025) Analysis & Trends
Kimco Realty (KIM) has reported Amortizatization of Intangibles for 4 consecutive years, with -$8.4 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Amortizatization of Intangibles fell 10.55% year-over-year to -$8.4 million; the trailing twelve-month figure through Dec 2025 stood at -$30.7 million (down 21.98% YoY), and the FY2025 full-year result was -$30.7 million, down 21.98% from the prior year.
- Amortizatization of Intangibles rose to -$8.4 million in Q4 2025 per KIM's latest filing, from -$9.7 million in the prior quarter.
- Across five years, Amortizatization of Intangibles topped out at -$2.7 million in Q2 2022 and bottomed at -$9.7 million in Q3 2025.
- Historically, Amortizatization of Intangibles has averaged -$5.4 million across 4 years, with a median of -$4.9 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Amortizatization of Intangibles tumbled 161.39% in 2023, then surged 36.63% in 2024.
- Over 4 years, Amortizatization of Intangibles stood at -$3.5 million in 2022, then rose by 6.28% to -$3.3 million in 2023, then sank by 132.58% to -$7.6 million in 2024, then retreated by 10.55% to -$8.4 million in 2025.
- According to Business Quant data, Amortizatization of Intangibles over the past three periods registered -$8.4 million, -$9.7 million, and -$7.3 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amort. of Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 11.09 Mn |
| 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 | - | 8.32 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | - |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 12.74 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | - |
| 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 | -8.44 Mn |
| Sep 30, 2025 | -9.66 Mn |
| Jun 30, 2025 | -7.33 Mn |
| Mar 31, 2025 | -5.31 Mn |
| Dec 31, 2024 | -7.64 Mn |
| Sep 30, 2024 | -7.22 Mn |
| Jun 30, 2024 | -4.44 Mn |
| Mar 31, 2024 | -5.90 Mn |
| Dec 31, 2023 | -3.28 Mn |
| Sep 30, 2023 | -3.97 Mn |
| Jun 30, 2023 | -7.01 Mn |
| Mar 31, 2023 | -2.99 Mn |
| Dec 31, 2022 | -3.50 Mn |
| Sep 30, 2022 | -3.11 Mn |
| Jun 30, 2022 | -2.68 Mn |
| Mar 31, 2022 | -4.30 Mn |
Kimco Realty Amortizatization of 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=amortizatization-of-intangibles&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-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=amortizatization-of-intangibles&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();