Terreno Realty (TRNO) Share-based Compensation (2010 - 2026)
Terreno Realty's (TRNO) quarterly Share-based Compensation came in at $3.1 million in Q2 2026, down 35.36% year-over-year from $4.9 million in Q2 2025, and down 49.97% quarter-over-quarter from $6.3 million in Q1 2026.
Terreno Realty (TRNO) Share-based Compensation (2010 - 2026) Analysis & Trends
Terreno Realty has disclosed Share-based Compensation across 17 years of filings, most recently posting $3.1 million for Q2 2026.
- In Q2 2026, Share-based Compensation fell 35.36% year-over-year to $3.1 million; the TTM figure through Jun 2026 stood at $18.0 million (up 8.0% YoY), while the FY2025 annual figure was $17.7 million, up 18.73% from the prior year.
- Share-based Compensation came in at $3.1 million for Q2 2026 at Terreno Realty, down from $6.3 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $11.5 million in Q1 2022 to a low of -$520000.0 in Q4 2022.
- Average Share-based Compensation over 5 years is $3.9 million, with a median of $3.8 million recorded in 2024.
- Year-over-year, Share-based Compensation plunged 127.33% in 2022 and jumped 742.88% in 2023.
- Over 5 years, Share-based Compensation stood at -$520000.0 in 2022, then jumped by 742.88% to $3.3 million in 2023, then climbed by 13.82% to $3.8 million in 2024, then gained by 13.64% to $4.3 million in 2025, then decreased by 27.2% to $3.1 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $3.1 million in Q2 2026, $6.3 million in Q1 2026, and $4.3 million in Q4 2025.
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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.15 Mn |
| Mar 31, 2026 | 6.29 Mn |
| Dec 31, 2025 | 4.32 Mn |
| Sep 30, 2025 | 4.28 Mn |
| Jun 30, 2025 | 4.87 Mn |
| Mar 31, 2025 | 4.25 Mn |
| Dec 31, 2024 | 3.81 Mn |
| Sep 30, 2024 | 3.78 Mn |
| Jun 30, 2024 | 3.58 Mn |
| Mar 31, 2024 | 3.76 Mn |
| Dec 31, 2023 | 3.34 Mn |
| Sep 30, 2023 | 3.28 Mn |
| Jun 30, 2023 | 1.30 Mn |
| Mar 31, 2023 | 5.55 Mn |
| Dec 31, 2022 | -520,000.00 |
| Jun 30, 2022 | 250,000.00 |
| Mar 31, 2022 | 11.54 Mn |
| Dec 31, 2021 | 1.90 Mn |
| Jun 30, 2021 | 330,000.00 |
| Mar 31, 2021 | 7.32 Mn |
Terreno Realty 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=TRNO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=TRNO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();