Realty Income (O) Loans - Net (2011 - 2018)
Realty Income's (O) quarterly Loans - Net came in at $5.2 million in Q1 2018, down 0.61% quarter-over-quarter from $5.3 million in Q4 2017.
Realty Income (O) Loans - Net (2011 - 2018) Analysis & Trends
Realty Income has disclosed Loans - Net across 6 years of filings, most recently posting $5.2 million for Q1 2018.
- In Q1 2018, Loans - Net changed N/A year-over-year to $5.2 million; the TTM figure through Mar 2018 stood at $5.2 million (changed N/A YoY), while the FY2017 annual figure was $5.3 million, down 2.28% from the prior year.
- Loans - Net came in at $5.2 million for Q1 2018 at Realty Income, down from $5.3 million in the prior quarter.
- In the past five years, Loans - Net ranged from a high of $5.4 million in Q4 2016 to a low of $5.2 million in Q1 2018.
- Average Loans - Net over 3 years is $5.3 million, with a median of $5.3 million recorded in 2017.
- The largest YoY upside for Loans - Net was 2.28% in 2017 against a maximum downside of 2.28% in 2017.
- Over 3 years, Loans - Net stood at $5.4 million in 2016, then retreated by 2.28% to $5.3 million in 2017, then slipped by 0.61% to $5.2 million in 2018.
- Per Business Quant data, the three most recent Loans - Net figures were $5.2 million in Q1 2018, $5.3 million in Q4 2017, and $5.3 million in Q3 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Loans - Net (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 | - | - |
| 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 | 19.28 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 |
|---|---|
| Mar 31, 2018 | 5.24 Mn |
| Dec 31, 2017 | 5.27 Mn |
| Sep 30, 2017 | 5.30 Mn |
| Jun 30, 2017 | 5.33 Mn |
| Dec 31, 2016 | 5.39 Mn |
| Dec 31, 2013 | 48.84 Mn |
| Jun 30, 2013 | 48.89 Mn |
| Mar 31, 2013 | 44.81 Mn |
| Dec 31, 2012 | 35.13 Mn |
| Mar 31, 2012 | 4.70 Mn |
| Dec 31, 2011 | 2.18 Mn |
Realty Income Loans - Net 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=loans-net&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-net", "ticker": "O", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=loans-net&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();