Lineage (LINE) Cash from Investing Activities (2023 - 2026)
Lineage's (LINE) quarterly Cash from Investing Activities came in at -$122.0 million in Q2 2026, up 78.97% year-over-year from -$68.2 million in Q2 2025, and up 25.61% quarter-over-quarter from -$164.0 million in Q1 2026.
Lineage (LINE) Cash from Investing Activities (2023 - 2026) Analysis & Trends
Lineage has disclosed Cash from Investing Activities across 4 years of filings, most recently posting -$122.0 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 78.97% year-over-year to -$122.0 million; the TTM figure through Jun 2026 stood at -$635.0 million (up 48.75% YoY), while the FY2025 annual figure was -$1.1 billion, down 16.1% from the prior year.
- Cash from Investing Activities came in at -$122.0 million for Q2 2026 at Lineage, up from -$164.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$122.0 million in Q2 2026 to a low of -$580.0 million in Q2 2025.
- Average Cash from Investing Activities over 4 years is -$240.3 million, with a median of -$186.0 million recorded in 2023.
- Year-over-year, Cash from Investing Activities sank 195.92% in 2025 and surged 78.97% in 2026.
- Over 4 years, Cash from Investing Activities stood at -$421.0 million in 2023, then gained by 9.03% to -$383.0 million in 2024, then soared by 56.14% to -$168.0 million in 2025, then advanced by 27.38% to -$122.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$122.0 million in Q2 2026, -$164.0 million in Q1 2026, and -$168.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 125.76 Bn | 130.15 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.88 Bn | 10.88 Bn | 193.10 Mn | -74.28 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | 84.20 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | -122.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | -316.39 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | -186.37 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -89.74 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -133.06 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | -78.06 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | 3.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -122.00 Mn |
| Mar 31, 2026 | -164.00 Mn |
| Dec 31, 2025 | -168.00 Mn |
| Sep 30, 2025 | -181.00 Mn |
| Jun 30, 2025 | -580.00 Mn |
| Mar 31, 2025 | -138.00 Mn |
| Dec 31, 2024 | -383.00 Mn |
| Sep 30, 2024 | -138.00 Mn |
| Jun 30, 2024 | -196.00 Mn |
| Mar 31, 2024 | -202.00 Mn |
| Dec 31, 2023 | -421.00 Mn |
| Sep 30, 2023 | -191.00 Mn |
Lineage 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=LINE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=LINE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();