Analysts expect Realty Income Corp to report revenue of 1.34 B for Q3 26, against a range of 1.23 B to 1.45 B. The most recent reported quarter, Q2 26, came in at 1.43 B, a 7.5% beat against the 1.33 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.27 B | 1.28 B | 1.31 B | 1.34 B | 1.39 B | 1.40 B | 1.44 B | 1.43 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.38 B | 1.38 B | 1.47 B | 1.44 B | 1.55 B | 1.50 B | 1.55 B | 1.46 B | 1.45 B | 1.54 B | 1.65 B | 1.60 B | 1.57 B | 1.71 B | 1.77 B | 1.65 B | ||||||||||
| Low Estimate | 1.26 B | 1.26 B | 1.23 B | 1.28 B | 1.29 B | 1.34 B | 1.37 B | 1.20 B | 1.23 B | 1.27 B | 1.35 B | 1.31 B | 1.40 B | 1.49 B | 1.51 B | 1.41 B | ||||||||||
| Consensus Estimate | 1.32 B | 1.32 B | 1.35 B | 1.36 B | 1.42 B | 1.42 B | 1.46 B | 1.33 B | 1.34 B | 1.40 B | 1.50 B | 1.46 B | 1.48 B | 1.60 B | 1.64 B | 1.53 B |
Analysts expect Realty Income Corp to report earnings per share of 0.42 for Q3 26, against a range of 0.40 to 0.44. The most recent reported quarter, Q2 26, came in at 0.37, a 5.1% miss against the 0.39 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.30 | 0.23 | 0.28 | 0.22 | 0.35 | 0.32 | 0.33 | 0.37 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.36 | 0.39 | 0.38 | 0.35 | 0.36 | 0.38 | 0.42 | 0.42 | 0.44 | 0.48 | 0.39 | 0.46 | 0.57 | 0.55 | 0.38 | 0.39 | ||||||||||
| Low Estimate | 0.30 | 0.33 | 0.32 | 0.29 | 0.32 | 0.34 | 0.36 | 0.36 | 0.40 | 0.42 | 0.35 | 0.42 | 0.47 | 0.45 | 0.32 | 0.33 | ||||||||||
| Consensus Estimate | 0.33 | 0.36 | 0.35 | 0.32 | 0.34 | 0.36 | 0.39 | 0.39 | 0.42 | 0.45 | 0.37 | 0.44 | 0.52 | 0.50 | 0.35 | 0.36 |
Pull Wall Street consensus for Realty Income Corp (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=O&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "O", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=O&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();