Veeva Systems (VEEV) Preferred Shares (2013)
Veeva Systems (VEEV) posted Preferred Shares of $3.9 million for Q1 2013.
Analysis
Veeva Systems (VEEV) Preferred Shares (2013) Analysis & Trends
Veeva Systems has reported Preferred Shares for 1 years, with the latest figure at $3.9 million in Q1 2013.
- On a quarterly basis, Preferred Shares changed N/A year-over-year to $3.9 million in Q1 2013; TTM through Jan 2013 was $3.9 million, a N/A change from a year earlier, with the FY2013 full-year figure at $3.9 million, changed N/A from the prior year.
- Preferred Shares was $3.9 million for Q1 2013 at Veeva Systems.
- The five-year high for Preferred Shares was $3.9 million in Q1 2013, with the low at $3.9 million in Q1 2013.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (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 | - |
API Access
Veeva Systems Preferred Shares 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=preferred-shares&ticker=VEEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=VEEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();