Four Corners Property Trust (FCPT) Income from Discontinued Operations (2016 - 2018)
Four Corners Property Trust's (FCPT) quarterly Income from Discontinued Operations came in at $4.4 million in Q4 2018, up 37.34% year-over-year from $3.2 million in Q4 2017, and down 59.63% quarter-over-quarter from $10.9 million in Q2 2018.
Four Corners Property Trust (FCPT) Income from Discontinued Operations (2016 - 2018) Analysis & Trends
Four Corners Property Trust (FCPT) has reported Income from Discontinued Operations for 3 consecutive years, with $4.4 million the latest figure, recorded in Q4 2018.
- On a quarterly basis, Income from Discontinued Operations rose 37.34% year-over-year to $4.4 million in Q4 2018; TTM through Sep 2019 was $4.4 million, a 68.8% decrease from a year earlier, with the FY2018 full-year figure at $15.3 million, up 45.0% from the prior year.
- Income from Discontinued Operations was $4.4 million for Q4 2018 at Four Corners Property Trust, down from $10.9 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $16.6 million in Q4 2016 and troughed at $3.2 million in Q4 2017.
- A 3-year average of $7.1 million and a median of $4.2 million in 2017 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations sank 80.76% in 2017 and soared 230.47% in 2018, its largest moves.
- Over 3 years, Income from Discontinued Operations stood at $16.6 million in 2016, then slumped by 80.76% to $3.2 million in 2017, then jumped by 37.34% to $4.4 million in 2018.
- The last three Income from Discontinued Operations figures came in at $4.4 million (Q4 2018), $10.9 million (Q2 2018), and $3.2 million (Q4 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Dec 31, 2018 | 4.39 Mn |
| Jun 30, 2018 | 10.88 Mn |
| Dec 31, 2017 | 3.20 Mn |
| Sep 30, 2017 | 4.04 Mn |
| Jun 30, 2017 | 3.29 Mn |
| Dec 31, 2016 | 16.62 Mn |
Four Corners Property Trust Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=FCPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=FCPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();