Terreno Realty (TRNO) Net Cash Flow (2010 - 2026)
Terreno Realty's (TRNO) quarterly Net Cash Flow came in at -$36.4 million in Q2 2026, down 28.67% year-over-year from -$51.0 million in Q2 2025, and down 157.81% quarter-over-quarter from $63.0 million in Q1 2026.
Terreno Realty (TRNO) Net Cash Flow (2010 - 2026) Analysis & Trends
Terreno Realty has disclosed Net Cash Flow across 17 years of filings, most recently posting -$36.4 million for Q2 2026.
- In Q2 2026, Net Cash Flow fell 28.67% year-over-year to -$36.4 million; the TTM figure through Jun 2026 stood at -$76.7 million (down 43.01% YoY), while the FY2025 annual figure was $7.2 million, up 104.89% from the prior year.
- Net Cash Flow came in at -$36.4 million for Q2 2026 at Terreno Realty, down from $63.0 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $494.2 million in Q1 2024 to a low of -$478.0 million in Q2 2024.
- Average Net Cash Flow over 5 years is -$8.5 million, with a median of -$254500.0 recorded in 2022.
- Year-over-year, Net Cash Flow surged 5954.37% in 2023 and slumped 1131.01% in 2024.
- Over 5 years, Net Cash Flow stood at $17.1 million in 2022, then surged by 286.36% to $66.0 million in 2023, then sank by 441.71% to -$225.6 million in 2024, then jumped by 99.48% to -$1.2 million in 2025, then sank by 3003.24% to -$36.4 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$36.4 million in Q2 2026, $63.0 million in Q1 2026, and -$1.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn | 2.02 Mn |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - | -19.49 Mn |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn | -9.00 Mn |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - | 27.40 Mn |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | -36.40 Mn |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn | 1.08 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | -112.12 Mn |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - | 118.52 Mn |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - | -3.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -36.40 Mn |
| Mar 31, 2026 | 62.97 Mn |
| Dec 31, 2025 | -1.17 Mn |
| Sep 30, 2025 | -102.07 Mn |
| Jun 30, 2025 | -28.29 Mn |
| Mar 31, 2025 | 138.77 Mn |
| Dec 31, 2024 | -225.58 Mn |
| Sep 30, 2024 | 61.48 Mn |
| Jun 30, 2024 | -478.00 Mn |
| Mar 31, 2024 | 494.21 Mn |
| Dec 31, 2023 | 66.01 Mn |
| Sep 30, 2023 | 40.20 Mn |
| Jun 30, 2023 | 46.36 Mn |
| Mar 31, 2023 | -14.42 Mn |
| Dec 31, 2022 | 17.09 Mn |
| Sep 30, 2022 | 664,000.00 |
| Jun 30, 2022 | -99.19 Mn |
| Mar 31, 2022 | -95.28 Mn |
| Dec 31, 2021 | 131.10 Mn |
| Sep 30, 2021 | 30.99 Mn |
Terreno Realty Net Cash Flow 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-cash-flow&ticker=TRNO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "TRNO", "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-cash-flow&ticker=TRNO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();