Four Corners Property Trust (FCPT) Cash from Investing Activities (2014 - 2026)
Four Corners Property Trust's (FCPT) quarterly Cash from Investing Activities came in at -$62.8 million in Q2 2026, up 27.41% year-over-year from -$49.3 million in Q2 2025, and down 130.5% quarter-over-quarter from -$27.3 million in Q1 2026.
Four Corners Property Trust (FCPT) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Four Corners Property Trust (FCPT) has reported Cash from Investing Activities for 13 consecutive years, with -$62.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 27.41% year-over-year to -$62.8 million in Q2 2026; TTM through Jun 2026 was -$270.7 million, a 23.57% increase from a year earlier, with the FY2025 full-year figure at -$325.2 million, down 19.18% from the prior year.
- Cash from Investing Activities was -$62.8 million for Q2 2026 at Four Corners Property Trust, down from -$27.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$8.4 million in Q4 2023 and troughed at -$172.9 million in Q2 2023.
- A 5-year average of -$70.7 million and a median of -$63.5 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 92.96% in 2023 and tumbled 1525.51% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$119.0 million in 2022, then soared by 92.96% to -$8.4 million in 2023, then plunged by 1525.51% to -$136.2 million in 2024, then rose by 28.74% to -$97.0 million in 2025, then surged by 35.22% to -$62.8 million in 2026.
- The last three Cash from Investing Activities figures came in at -$62.8 million (Q2 2026), -$27.3 million (Q1 2026), and -$97.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.65 Bn | 164.71 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 125.02 Bn | 129.42 Bn | 2.41 Bn | - |
| 3 | Simon Property | 66.64 Bn | 67.91 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 52.63 Bn | 55.01 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.35 Bn | 50.19 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.44 Bn | 44.75 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.28 Bn | 29.15 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.11 Bn | 25.67 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 22.98 Bn | 23.17 Bn | - | - |
| 10 | Four Corners Property Trust | 2.44 Bn | 2.44 Bn | 70.62 Mn | -62.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -62.85 Mn |
| Mar 31, 2026 | -27.27 Mn |
| Dec 31, 2025 | -97.02 Mn |
| Sep 30, 2025 | -83.56 Mn |
| Jun 30, 2025 | -86.59 Mn |
| Mar 31, 2025 | -58.09 Mn |
| Dec 31, 2024 | -136.15 Mn |
| Sep 30, 2024 | -73.35 Mn |
| Jun 30, 2024 | -46.96 Mn |
| Mar 31, 2024 | -16.45 Mn |
| Dec 31, 2023 | -8.38 Mn |
| Sep 30, 2023 | -121.16 Mn |
| Jun 30, 2023 | -172.88 Mn |
| Mar 31, 2023 | -10.37 Mn |
| Dec 31, 2022 | -118.97 Mn |
| Sep 30, 2022 | -64.18 Mn |
| Jun 30, 2022 | -44.48 Mn |
| Mar 31, 2022 | -43.27 Mn |
| Dec 31, 2021 | -73.01 Mn |
| Sep 30, 2021 | -110.38 Mn |
Four Corners Property Trust Cash from Investing Activities 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=cash-from-investing-activities&ticker=FCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=FCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();