Kimco Realty (KIM) Treasury Shares (2022 - 2023)
Kimco Realty's (KIM) quarterly Treasury Shares came in at $1.0 million in Q4 2023, down 0.95% on a YoY basis from $1.1 million in Q4 2022, and little changed quarter-over-quarter from $1.0 million in Q3 2023.
Kimco Realty (KIM) Treasury Shares (2022 - 2023) Analysis & Trends
Kimco Realty (KIM) has reported Treasury Shares for 2 consecutive years, with $1.0 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Treasury Shares fell 0.95% year-over-year to $1.0 million; the trailing twelve-month figure through Dec 2023 stood at $1.0 million (down 0.95% YoY), and the FY2023 full-year result was $1.0 million, down 0.95% from the prior year.
- Treasury Shares held at $1.0 million in Q4 2023 per KIM's latest filing, from $1.0 million in the prior quarter.
- Across five years, Treasury Shares topped out at $1.1 million in Q2 2022 and bottomed at $1.0 million in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 25.96 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 105,373.00 |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | - |
| 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 | - |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | - |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 8.16 Mn |
| 10 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 1.05 Mn |
| Dec 31, 2023 | 1.05 Mn |
| Sep 30, 2023 | 1.05 Mn |
| Sep 30, 2023 | 1.05 Mn |
| Jun 30, 2023 | 1.05 Mn |
| Jun 30, 2023 | 1.05 Mn |
| Mar 31, 2023 | 1.05 Mn |
| Mar 31, 2023 | 1.05 Mn |
| Dec 31, 2022 | 1.06 Mn |
| Dec 31, 2022 | 1.06 Mn |
| Sep 30, 2022 | 1.06 Mn |
| Sep 30, 2022 | 1.06 Mn |
| Jun 30, 2022 | 1.06 Mn |
| Jun 30, 2022 | 1.06 Mn |
Kimco Realty Treasury Shares 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=treasury-shares&ticker=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();