Lineage (LINE) Net Income (2023 - 2026)
Lineage's (LINE) quarterly Net Income came in at -$32.0 million in Q2 2026, down 357.14% year-over-year from $12.4 million in Q2 2025, and up 37.25% quarter-over-quarter from -$51.0 million in Q1 2026.
Lineage (LINE) Net Income (2023 - 2026) Analysis & Trends
Lineage has disclosed Net Income across 4 years of filings, most recently posting -$32.0 million for Q2 2026.
- In Q2 2026, Net Income fell 357.14% year-over-year to -$32.0 million; the TTM figure through Jun 2026 stood at -$189.0 million (up 70.0% YoY), while the FY2025 annual figure was -$113.0 million, up 84.95% from the prior year.
- Net Income came in at -$32.0 million for Q2 2026 at Lineage, up from -$51.0 million in the prior quarter.
- In the past five years, Net Income ranged from a high of $6.0 million in Q4 2025 to a low of -$543.0 million in Q3 2024.
- Average Net Income over 4 years is -$88.5 million, with a median of -$50.5 million recorded in 2023.
- Year-over-year, Net Income plunged 986.0% in 2024 and soared 107.5% in 2025.
- Over 4 years, Net Income stood at -$57.0 million in 2023, then plunged by 40.35% to -$80.0 million in 2024, then soared by 107.5% to $6.0 million in 2025, then tumbled by 633.33% to -$32.0 million in 2026.
- Per Business Quant data, the three most recent Net Income figures were -$32.0 million in Q2 2026, -$51.0 million in Q1 2026, and $6.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn | 1.12 Bn |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn | 69.58 Mn |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - | - |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn | -32.00 Mn |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - | - |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | - |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn | -346.46 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | 1.15 Mn |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - | 43.85 Mn |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - | -25.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -32.00 Mn |
| Mar 31, 2026 | -51.00 Mn |
| Dec 31, 2025 | 6.00 Mn |
| Sep 30, 2025 | -112.00 Mn |
| Jun 30, 2025 | -7.00 Mn |
| Dec 31, 2024 | -80.00 Mn |
| Sep 30, 2024 | -543.00 Mn |
| Jun 30, 2024 | -80.00 Mn |
| Mar 31, 2024 | -48.00 Mn |
| Dec 31, 2023 | -57.00 Mn |
| Sep 30, 2023 | -50.00 Mn |
| Jun 30, 2023 | -8.00 Mn |
Lineage Net Income 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=net-income&ticker=LINE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "ticker": "LINE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income&ticker=LINE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();