LXP Industrial Trust (LXP) Share-based Compensation (2018 - 2019)
LXP Industrial Trust's (LXP) quarterly Share-based Compensation came in at $4.0 million in Q1 2019, up 35.79% on a YoY basis from $2.9 million in Q1 2018, and up 35.79% quarter-over-quarter from $2.9 million in Q1 2018.
LXP Industrial Trust (LXP) Share-based Compensation (2018 - 2019) Analysis & Trends
LXP Industrial Trust (LXP) has reported Share-based Compensation for 2 consecutive years, with $4.0 million the latest figure, recorded in Q1 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 55.48 Mn |
| 2 | Eastgroup Properties | 10.94 Bn | 10.94 Bn | 193.10 Mn | 2.82 Mn |
| 3 | Lineage | 8.53 Bn | 9.45 Bn | 425.00 Mn | 23.00 Mn |
| 4 | Rexford Industrial Realty | 8.53 Bn | 8.88 Bn | - | 26.41 Mn |
| 5 | STAG Industrial | 7.20 Bn | 7.27 Bn | - | 3.52 Mn |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | 3.15 Mn |
| 7 | Americold Realty Trust | 4.16 Bn | 4.15 Bn | 212.69 Mn | 14.49 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | - |
| 9 | Innovative Industrial Properties | 1.57 Bn | 1.57 Bn | - | 2.83 Mn |
| 10 | Industrial Logistics Properties Trust | 512.73 Mn | 892.24 Mn | - | 2.28 Mn |
LXP Industrial Trust Share-based Compensation 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=share-based-compensation&ticker=LXP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "LXP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=LXP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();