Four Corners Property Trust (FCPT) Asset Utilization Ratio (2015 - 2026)
Four Corners Property Trust's (FCPT) quarterly Asset Utilization Ratio came in at 0.1 in Q2 2026, up 0.95% year-over-year from 0.1 in Q2 2025, and up 0.56% quarter-over-quarter from 0.1 in Q1 2026.
Four Corners Property Trust (FCPT) Asset Utilization Ratio (2015 - 2026) Analysis & Trends
Four Corners Property Trust (FCPT) has reported Asset Utilization Ratio for 12 consecutive years, with 0.1 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 0.95% year-over-year to 0.1 in Q2 2026; TTM through Jun 2026 was 0.1, a 0.95% increase from a year earlier, with the FY2025 full-year figure at 0.11, changed 0.49% from the prior year.
- Asset Utilization Ratio was 0.1 for Q2 2026 at Four Corners Property Trust, up from 0.1 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.11 in Q2 2022 and troughed at 0.1 in Q3 2023.
- A 5-year average of 0.1 and a median of 0.1 in 2026 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio decreased 4.69% in 2023 and increased 3.54% in 2024, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.1 in 2022, then slipped by 1.65% to 0.1 in 2023, then increased by 0.61% to 0.1 in 2024, then declined by 0.53% to 0.1 in 2025, then increased by 0.79% to 0.1 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.1 (Q2 2026), 0.1 (Q1 2026), and 0.1 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.65 Bn | 164.71 Bn | 1.39 Bn | 0.19 |
| 2 | Prologis | 125.02 Bn | 129.42 Bn | 2.41 Bn | 0.09 |
| 3 | Simon Property | 66.64 Bn | 67.91 Bn | 1.76 Bn | 0.17 |
| 4 | Realty Income | 52.63 Bn | 55.01 Bn | - | 0.08 |
| 5 | Public Storage | 50.35 Bn | 50.19 Bn | 1.20 Bn | 0.24 |
| 6 | Ventas | 44.44 Bn | 44.75 Bn | 1.73 Bn | 0.22 |
| 7 | Extra Space Storage | 28.28 Bn | 29.15 Bn | 642.43 Mn | 0.12 |
| 8 | Vici Properties | 26.11 Bn | 25.67 Bn | 1.05 Bn | 0.09 |
| 9 | Vivmark Residential | 22.98 Bn | 23.17 Bn | - | - |
| 10 | Four Corners Property Trust | 2.44 Bn | 2.44 Bn | 70.62 Mn | 0.10 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.10 |
| Mar 31, 2026 | 0.10 |
| Dec 31, 2025 | 0.10 |
| Sep 30, 2025 | 0.10 |
| Jun 30, 2025 | 0.10 |
| Mar 31, 2025 | 0.10 |
| Dec 31, 2024 | 0.10 |
| Sep 30, 2024 | 0.10 |
| Jun 30, 2024 | 0.11 |
| Mar 31, 2024 | 0.10 |
| Dec 31, 2023 | 0.10 |
| Sep 30, 2023 | 0.10 |
| Jun 30, 2023 | 0.10 |
| Mar 31, 2023 | 0.10 |
| Dec 31, 2022 | 0.10 |
| Sep 30, 2022 | 0.11 |
| Jun 30, 2022 | 0.11 |
| Mar 31, 2022 | 0.11 |
| Dec 31, 2021 | 0.11 |
| Sep 30, 2021 | 0.11 |
Four Corners Property Trust Asset Utilization Ratio 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=asset-utilization-ratio&ticker=FCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=FCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();