Simon Property (SPG) Investment Income (2014 - 2016)
Simon Property's (SPG) quarterly Investment Income came in at $85.0 million in Q2 2016, up 21.08% year-over-year from $70.2 million in Q3 2015, and down 6.22% quarter-over-quarter from $90.6 million in Q1 2016.
Simon Property (SPG) Investment Income (2014 - 2016) Analysis & Trends
Simon Property (SPG) has reported Investment Income for 3 consecutive years, with $85.0 million the latest figure, recorded in Q2 2016.
- On a quarterly basis, Investment Income rose 21.08% year-over-year to $85.0 million in Q2 2016; TTM through Jun 2016 was $325.4 million, a 30.66% increase from a year earlier, with the FY2015 full-year figure at $284.8 million, up 25.59% from the prior year.
- Investment Income was $85.0 million for Q2 2016 at Simon Property, down from $90.6 million in the prior quarter.
- Over five years, Investment Income peaked at $90.6 million in Q1 2016 and troughed at $55.6 million in Q3 2014.
- A 3-year average of $70.0 million and a median of $68.2 million in 2015 frame the typical range for Investment Income.
- Across the five-year window, Investment Income surged 39.82% in 2015 and gained 21.08% in 2016, its largest moves.
- Over 3 years, Investment Income stood at $58.3 million in 2014, then surged by 39.82% to $81.5 million in 2015, then gained by 4.26% to $85.0 million in 2016.
- The last three Investment Income figures came in at $85.0 million (Q2 2016), $90.6 million (Q1 2016), and $81.5 million (Q4 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 98.54 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 | - | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 176,000.00 |
| 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 | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2016 | 84.99 Mn |
| Mar 31, 2016 | 90.63 Mn |
| Dec 31, 2015 | 81.52 Mn |
| Sep 30, 2015 | 68.22 Mn |
| Jun 30, 2015 | 70.20 Mn |
| Mar 31, 2015 | 64.87 Mn |
| Dec 31, 2014 | 58.30 Mn |
| Sep 30, 2014 | 55.63 Mn |
| Jun 30, 2014 | 55.76 Mn |
Simon Property 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=investment-income&ticker=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-income", "ticker": "SPG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=investment-income&ticker=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();