Four Corners Property Trust (FCPT) Tax Rate (2014 - 2026)
Four Corners Property Trust's (FCPT) quarterly Tax Rate came in at 0.31% in Q2 2026, down 23.0% year-over-year from 0.4% in Q2 2025, and down 29.52% quarter-over-quarter from 0.44% in Q1 2026.
Four Corners Property Trust (FCPT) Tax Rate (2014 - 2026) Analysis & Trends
Four Corners Property Trust (FCPT) has reported Tax Rate for 13 consecutive years, with 0.31% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate fell 23.0% year-over-year to 0.31% in Q2 2026; TTM through Jun 2026 was 27.07%, a 82.0% decrease from a year earlier, with the FY2025 full-year figure at 28.69%, down 13.0% from the prior year.
- Tax Rate was 0.31% for Q2 2026 at Four Corners Property Trust, down from 0.44% in the prior quarter.
- Over five years, Tax Rate peaked at 112.58% in Q4 2023 and troughed at 0.55% in Q3 2023.
- A 5-year average of 18.6% and a median of 0.49% in 2024 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate soared 11160 bps in 2023 and sank 469 bps in 2025, its largest moves.
- Over 5 years, Tax Rate stood at 0.98% in 2022, then jumped by 11391 bps to 112.58% in 2023, then declined by 2 bps to 110.63% in 2024, then retreated by 4 bps to 105.94% in 2025, then plunged by 100 bps to 0.31% in 2026.
- The last three Tax Rate figures came in at 0.31% (Q2 2026), 0.44% (Q1 2026), and 105.94% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.65 Bn | 164.71 Bn | 1.39 Bn | -19.34% |
| 2 | Prologis | 125.02 Bn | 129.42 Bn | 2.41 Bn | 8.78% |
| 3 | Simon Property | 66.64 Bn | 67.91 Bn | 1.76 Bn | -1.10% |
| 4 | Realty Income | 52.63 Bn | 55.01 Bn | - | 6.51% |
| 5 | Public Storage | 50.35 Bn | 50.19 Bn | 1.20 Bn | 0.54% |
| 6 | Ventas | 44.44 Bn | 44.75 Bn | 1.73 Bn | -47.23% |
| 7 | Extra Space Storage | 28.28 Bn | 29.15 Bn | 642.43 Mn | 4.45% |
| 8 | Vici Properties | 26.11 Bn | 25.67 Bn | 1.05 Bn | -0.09% |
| 9 | Vivmark Residential | 22.98 Bn | 23.17 Bn | - | 0.34% |
| 10 | Four Corners Property Trust | 2.44 Bn | 2.44 Bn | 70.62 Mn | 0.31% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.31% |
| Mar 31, 2026 | 0.44% |
| Dec 31, 2025 | 105.94% |
| Sep 30, 2025 | 0.14% |
| Jun 30, 2025 | 0.54% |
| Mar 31, 2025 | 0.34% |
| Dec 31, 2024 | 110.63% |
| Sep 30, 2024 | 0.49% |
| Jun 30, 2024 | 0.50% |
| Mar 31, 2024 | 0.17% |
| Dec 31, 2023 | 112.58% |
| Sep 30, 2023 | -0.55% |
| Jun 30, 2023 | 0.57% |
| Mar 31, 2023 | 0.35% |
| Dec 31, 2022 | 0.98% |
| Sep 30, 2022 | -0.15% |
| Jun 30, 2022 | 0.94% |
| Mar 31, 2022 | 0.58% |
| Dec 31, 2021 | -4.73% |
| Sep 30, 2021 | 0.67% |
Four Corners Property Trust Tax Rate 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=tax-rate&ticker=FCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=FCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();