Four Corners Property Trust (FCPT) Price to FCF (2015 - 2026)
Four Corners Property Trust's (FCPT) quarterly Price to FCF came in at 335.35 in Q2 2026, down 420.72% year-over-year from 104.56 in Q2 2025, and down 362.91% quarter-over-quarter from 127.55 in Q1 2026.
Four Corners Property Trust (FCPT) Price to FCF (2015 - 2026) Analysis & Trends
Four Corners Property Trust (FCPT) has reported Price to FCF for 12 consecutive years, with 335.35 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Price to FCF fell 420.72% year-over-year to 335.35 in Q2 2026; TTM through Jun 2026 was 37.47, a 147.11% decrease from a year earlier, with the FY2025 full-year figure at 18.73, up 10.89% from the prior year.
- Price to FCF was 335.35 for Q2 2026 at Four Corners Property Trust, down from 127.55 in the prior quarter.
- Over five years, Price to FCF peaked at 205.55 in Q1 2024 and troughed at 456.44 in Q1 2025.
- A 5-year average of 73.12 and a median of 57.54 in 2025 frame the typical range for Price to FCF.
- Across the five-year window, Price to FCF surged 502.13% in 2023 and sank 1574.03% in 2024, its largest moves.
- Over 5 years, Price to FCF stood at 24.21 in 2022, then surged by 502.13% to 97.35 in 2023, then plunged by 127.03% to 26.32 in 2024, then tumbled by 92.55% to 50.67 in 2025, then sank by 561.79% to 335.35 in 2026.
- The last three Price to FCF figures came in at 335.35 (Q2 2026), 127.55 (Q1 2026), and 50.67 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Welltower | 165.65 Bn | 164.71 Bn | 1.39 Bn |
| 2 | Prologis | 125.02 Bn | 129.42 Bn | 2.41 Bn |
| 3 | Simon Property | 66.64 Bn | 67.91 Bn | 1.76 Bn |
| 4 | Realty Income | 52.63 Bn | 55.01 Bn | - |
| 5 | Public Storage | 50.35 Bn | 50.19 Bn | 1.20 Bn |
| 6 | Ventas | 44.44 Bn | 44.75 Bn | 1.73 Bn |
| 7 | Extra Space Storage | 28.28 Bn | 29.15 Bn | 642.43 Mn |
| 8 | Vici Properties | 26.11 Bn | 25.67 Bn | 1.05 Bn |
| 9 | Vivmark Residential | 22.98 Bn | 23.17 Bn | - |
| 10 | Four Corners Property Trust | 2.44 Bn | 2.44 Bn | 70.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -335.35 |
| Mar 31, 2026 | 127.55 |
| Dec 31, 2025 | -50.67 |
| Sep 30, 2025 | -72.86 |
| Jun 30, 2025 | -64.40 |
| Mar 31, 2025 | -456.44 |
| Dec 31, 2024 | -26.32 |
| Sep 30, 2024 | -96.05 |
| Jun 30, 2024 | -304.50 |
| Mar 31, 2024 | 205.55 |
| Dec 31, 2023 | 97.35 |
| Sep 30, 2023 | -22.24 |
| Jun 30, 2023 | -18.19 |
| Mar 31, 2023 | 135.45 |
| Dec 31, 2022 | -24.21 |
| Sep 30, 2022 | -70.72 |
| Jun 30, 2022 | -83.14 |
| Mar 31, 2022 | -256.98 |
| Dec 31, 2021 | -52.57 |
| Sep 30, 2021 | -27.43 |
Four Corners Property Trust 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=FCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-fcf", "ticker": "FCPT", "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=FCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();