LXP Industrial Trust (LXP) Gains from Investment Securities (2022)
LXP Industrial Trust's (LXP) quarterly Gains from Investment Securities came in at -$11.1 million in Q4 2022, down 166.87% quarter-over-quarter from $16.6 million in Q2 2022.
LXP Industrial Trust (LXP) Gains from Investment Securities (2022) Analysis & Trends
LXP Industrial Trust (LXP) has reported Gains from Investment Securities for 1 consecutive years, with -$11.1 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Gains from Investment Securities changed N/A year-over-year to -$11.1 million; the trailing twelve-month figure through Dec 2022 stood at $17.0 million (changed N/A YoY), and the FY2024 full-year result was $1.6 million, down 64.33% from the prior year.
- Gains from Investment Securities retreated to -$11.1 million in Q4 2022 per LXP's latest filing, from $16.6 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $16.6 million in Q2 2022 and bottomed at -$11.1 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn |
| 2 | Eastgroup Properties | 10.94 Bn | 10.94 Bn | 193.10 Mn |
| 3 | Lineage | 8.53 Bn | 9.45 Bn | 425.00 Mn |
| 4 | Rexford Industrial Realty | 8.53 Bn | 8.88 Bn | - |
| 5 | STAG Industrial | 7.20 Bn | 7.27 Bn | - |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - |
| 7 | Americold Realty Trust | 4.16 Bn | 4.15 Bn | 212.69 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn |
| 9 | Innovative Industrial Properties | 1.57 Bn | 1.57 Bn | - |
| 10 | Industrial Logistics Properties Trust | 512.73 Mn | 892.24 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -11.12 Mn |
| Jun 30, 2022 | 16.63 Mn |
| Mar 31, 2022 | 11.51 Mn |
LXP Industrial Trust Gains from Investment Securities 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=gains-from-investment-securities&ticker=LXP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=LXP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();