Realty Income (O) Price to FCF (2009 - 2026)
Realty Income's (O) quarterly Price to FCF came in at 77.59 in Q2 2026, down 104.45% year-over-year from 1742.32 in Q2 2025, and down 5.35% quarter-over-quarter from 73.65 in Q1 2026.
Realty Income (O) Price to FCF (2009 - 2026) Analysis & Trends
Realty Income has disclosed Price to FCF across 18 years of filings, most recently posting 77.59 for Q2 2026.
- In Q2 2026, Price to FCF fell 104.45% year-over-year to 77.59; the TTM figure through Jun 2026 stood at 32.27 (up 43.5% YoY), while the FY2025 annual figure was 80.61, down 152.62% from the prior year.
- Price to FCF came in at 77.59 for Q2 2026 at Realty Income, down from 73.65 in the prior quarter.
- In the past five years, Price to FCF ranged from a high of 1742.32 in Q2 2025 to a low of 147.11 in Q4 2025.
- Average Price to FCF over 5 years is 136.13, with a median of 36.64 recorded in 2022.
- Year-over-year, Price to FCF sank 471.99% in 2023 and surged 2264.03% in 2025.
- Over 5 years, Price to FCF stood at 12.79 in 2022, then slumped by 471.99% to 73.13 in 2023, then grew by 4.07% to 70.16 in 2024, then slumped by 109.67% to 147.11 in 2025, then jumped by 47.25% to 77.59 in 2026.
- Per Business Quant data, the three most recent Price to FCF figures were 77.59 in Q2 2026, 73.65 in Q1 2026, and 147.11 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 | -77.59 |
| Mar 31, 2026 | -73.65 |
| Dec 31, 2025 | -147.11 |
| Sep 30, 2025 | 786.34 |
| Jun 30, 2025 | 1,742.32 |
| Mar 31, 2025 | -132.10 |
| Dec 31, 2024 | -70.16 |
| Sep 30, 2024 | 452.62 |
| Jun 30, 2024 | 73.70 |
| Mar 31, 2024 | 194.04 |
| Dec 31, 2023 | -73.13 |
| Sep 30, 2023 | -28.17 |
| Jun 30, 2023 | -18.61 |
| Mar 31, 2023 | -45.16 |
| Dec 31, 2022 | -12.79 |
| Sep 30, 2022 | -32.09 |
| Jun 30, 2022 | -46.99 |
| Mar 31, 2022 | -41.18 |
| Dec 31, 2021 | -13.18 |
| Sep 30, 2021 | -20.84 |
Realty Income Price 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=price-to-fcf&ticker=O&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=O&period=max&api_key=YOUR_API_KEY");
const data = await res.json();