Snowflake (SNOW) Net Equity Issued and Repurchased (2020)
Snowflake's (SNOW) quarterly Net Equity Issued and Repurchased came in at $3.8 billion in Q4 2020, up 686.44% quarter-over-quarter from $478.6 million in Q2 2020.
Snowflake (SNOW) Net Equity Issued and Repurchased (2020) Analysis & Trends
Snowflake has disclosed Net Equity Issued and Repurchased across 1 years of filings, most recently posting $3.8 billion for Q4 2020.
- In Q4 2020, Net Equity Issued and Repurchased changed N/A year-over-year to $3.8 billion; the TTM figure through Jul 2021 stood at $3.8 billion (changed N/A YoY), while the FY2021 annual figure was $4.2 billion, up 17487.51% from the prior year.
- Net Equity Issued and Repurchased came in at $3.8 billion for Q4 2020 at Snowflake, up from $478.6 million in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $3.8 billion in Q4 2020 to a low of $478.6 million in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | - |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | - |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 44.70 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | - |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | - |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | - |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | - |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | - |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | - |
Snowflake Net Equity Issued and Repurchased 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-equity-issued-and-repurchased&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "SNOW", "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-equity-issued-and-repurchased&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();