Veeva Systems (VEEV) Cash & Equivalents Growth (1y) (2013 - 2026)
Analysis
Veeva Systems (VEEV) Cash & Equivalents Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | -6.13% |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 12.74% |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | -14.99% |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 76.33% |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | -19.37% |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 20.96% |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | -19.29% |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | -65.11% |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 63.96% |
| 10 | Procore Technologies | 7.76 Bn | 7.10 Bn | 299.80 Mn | 52.47% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -6.13% |
| Apr 30, 2026 | -3.48% |
| Jan 31, 2026 | 27.03% |
| Oct 31, 2025 | 58.94% |
| Jul 31, 2025 | 65.60% |
| Apr 30, 2025 | 64.13% |
| Jan 31, 2025 | 59.03% |
| Oct 31, 2024 | 40.45% |
| Jul 31, 2024 | 56.98% |
| Apr 30, 2024 | 9.47% |
| Jan 31, 2024 | -20.64% |
| Oct 31, 2023 | -14.04% |
| Jul 31, 2023 | -34.87% |
| Apr 30, 2023 | -11.80% |
| Jan 31, 2023 | -22.11% |
| Oct 31, 2022 | -24.77% |
| Jul 31, 2022 | 7.09% |
| Apr 30, 2022 | 4.64% |
| Jan 31, 2022 | 55.79% |
| Oct 31, 2021 | 81.30% |
API Access
Veeva Systems Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=VEEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "ticker": "VEEV", "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-and-equivalents-growth-1y&ticker=VEEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();