Realty Income (O) EV to FCF (2009 - 2026)
Realty Income's (O) quarterly EV to FCF came in at 80.02 in Q2 2026, down 104.64% year-over-year from 1722.79 in Q2 2025, and down 5.47% quarter-over-quarter from 75.86 in Q1 2026.
Realty Income (O) EV to FCF (2009 - 2026) Analysis & Trends
Realty Income has disclosed EV to FCF across 18 years of filings, most recently posting 80.02 for Q2 2026.
- In Q2 2026, EV to FCF fell 104.64% year-over-year to 80.02; the TTM figure through Jun 2026 stood at 33.27 (up 41.07% YoY), while the FY2025 annual figure was 80.99, down 153.13% from the prior year.
- EV to FCF came in at 80.02 for Q2 2026 at Realty Income, down from 75.86 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 1722.79 in Q2 2025 to a low of 147.8 in Q4 2025.
- Average EV to FCF over 5 years is 134.42, with a median of 36.57 recorded in 2022.
- Year-over-year, EV to FCF slumped 471.66% in 2023 and soared 2251.73% in 2025.
- Over 5 years, EV to FCF stood at 12.77 in 2022, then tumbled by 471.66% to 73.02 in 2023, then increased by 4.39% to 69.81 in 2024, then slumped by 111.71% to 147.8 in 2025, then jumped by 45.86% to 80.02 in 2026.
- Per Business Quant data, the three most recent EV to FCF figures were 80.02 in Q2 2026, 75.86 in Q1 2026, and 147.8 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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, 2026 | -80.02 |
| Mar 31, 2026 | -75.86 |
| Dec 31, 2025 | -147.80 |
| Sep 30, 2025 | 783.42 |
| Jun 30, 2025 | 1,722.79 |
| Mar 31, 2025 | -131.83 |
| Dec 31, 2024 | -69.81 |
| Sep 30, 2024 | 451.11 |
| Jun 30, 2024 | 73.26 |
| Mar 31, 2024 | 191.92 |
| Dec 31, 2023 | -73.02 |
| Sep 30, 2023 | -28.03 |
| Jun 30, 2023 | -18.58 |
| Mar 31, 2023 | -45.12 |
| Dec 31, 2022 | -12.77 |
| Sep 30, 2022 | -32.04 |
| Jun 30, 2022 | -46.88 |
| Mar 31, 2022 | -41.11 |
| Dec 31, 2021 | -13.10 |
| Sep 30, 2021 | -20.45 |
Realty Income EV to FCF 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=ev-to-fcf&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();