Trimble (TRMB) Other financing activities (2010 - 2026)
Trimble's (TRMB) quarterly Other financing activities came in at -$2.6 million in Q1 2026, down 2700.0% year-over-year from $100000.0 in Q1 2025, and down 2700.0% quarter-over-quarter from $100000.0 in Q4 2025.
Trimble (TRMB) Other financing activities (2010 - 2026) Analysis & Trends
Trimble (TRMB) has reported Other financing activities for 17 consecutive years, with -$2.6 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Other financing activities fell 2700.0% year-over-year to -$2.6 million in Q1 2026; TTM through Jan 2026 was -$5.6 million, a 24.44% decrease from a year earlier, with the FY2026 full-year figure at -$5.6 million, down 24.44% from the prior year.
- Other financing activities was -$2.6 million for Q1 2026 at Trimble, down from $100000.0 in the prior quarter.
- Over five years, Other financing activities peaked at $100000.0 in Q1 2025 and troughed at -$22.8 million in Q3 2023.
- A 5-year average of -$4.6 million and a median of -$2.8 million in 2022 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities plunged 6300.0% in 2022 and soared 200.0% in 2025, its largest moves.
- Over 5 years, Other financing activities stood at -$6.4 million in 2022, then soared by 98.44% to -$100000.0 in 2023, then slumped by 4500.0% to -$4.6 million in 2024, then soared by 102.17% to $100000.0 in 2025, then slumped by 2700.0% to -$2.6 million in 2026.
- The last three Other financing activities figures came in at -$2.6 million (Q1 2026), $100000.0 (Q4 2025), and -$3.1 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn |
| 10 | Procore Technologies | 7.76 Bn | 7.10 Bn | 299.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jan 2, 2026 | -2.60 Mn |
| Oct 3, 2025 | 100,000.00 |
| Jul 4, 2025 | -3.10 Mn |
| Jan 3, 2025 | 100,000.00 |
| Mar 29, 2024 | -4.60 Mn |
| Dec 29, 2023 | -100,000.00 |
| Sep 29, 2023 | -22.80 Mn |
| Jun 30, 2023 | -2.20 Mn |
| Mar 31, 2023 | -4.30 Mn |
| Dec 30, 2022 | -6.40 Mn |
| Jul 1, 2022 | -6.30 Mn |
| Apr 1, 2022 | -2.60 Mn |
| Dec 31, 2021 | -100,000.00 |
| Oct 1, 2021 | -100,000.00 |
| Jul 2, 2021 | -1.40 Mn |
| Jan 1, 2021 | -6.30 Mn |
| Apr 3, 2020 | -400,000.00 |
| Sep 27, 2019 | -2.90 Mn |
| Jun 28, 2019 | -200,000.00 |
| Mar 29, 2019 | -7.10 Mn |
Trimble Other financing 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=other-financing-activities&ticker=TRMB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "TRMB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=TRMB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();