Fortinet (FTNT) Treasury Shares (2010 - 2013)
Fortinet (FTNT) posted Treasury Shares of $3.0 million for Q2 2013, little changed on a QoQ basis from $3.0 million in Q1 2013, and little changed year-over-year from $3.0 million in Q2 2012.
Fortinet (FTNT) Treasury Shares (2010 - 2013) Analysis & Trends
Fortinet has reported Treasury Shares for 4 years, with the latest figure at $3.0 million in Q2 2013.
- On a quarterly basis, Treasury Shares changed 0.0% year-over-year to $3.0 million in Q2 2013; TTM through Jun 2013 was $3.0 million, a 0.0% change from a year earlier, with the FY2012 full-year figure at $3.0 million, changed 0.0% from the prior year.
- Treasury Shares was $3.0 million for Q2 2013 at Fortinet, roughly flat from $3.0 million in the prior quarter.
- The five-year high for Treasury Shares was $3.0 million in Q4 2010, with the low at $3.0 million in Q4 2010.
- Average Treasury Shares over 4 years is $3.0 million, with a median of $3.0 million recorded in 2010.
- The largest YoY upside for Treasury Shares was 0.0% in 2011 against a maximum downside of 0.0% in 2011.
- Over 4 years, Treasury Shares stood at $3.0 million in 2010, then changed by 0.0% to $3.0 million in 2011, then changed by 0.0% to $3.0 million in 2012, then changed by 0.0% to $3.0 million in 2013.
- The last three Treasury Shares figures came in at $3.0 million (Q2 2013), $3.0 million (Q1 2013), and $3.0 million (Q4 2012), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | - |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 381,000.00 |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | - |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 20.27 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | 3.00 Mn |
| Jun 30, 2013 | 3.00 Mn |
| Mar 31, 2013 | 3.00 Mn |
| Mar 31, 2013 | 3.00 Mn |
| Dec 31, 2012 | 3.00 Mn |
| Dec 31, 2012 | 3.00 Mn |
| Sep 30, 2012 | 3.00 Mn |
| Sep 30, 2012 | 3.00 Mn |
| Jun 30, 2012 | 3.00 Mn |
| Jun 30, 2012 | 3.00 Mn |
| Mar 31, 2012 | 3.00 Mn |
| Mar 31, 2012 | 3.00 Mn |
| Dec 31, 2011 | 3.00 Mn |
| Dec 31, 2011 | 3.00 Mn |
| Sep 30, 2011 | 3.00 Mn |
| Sep 30, 2011 | 3.00 Mn |
| Jun 30, 2011 | 3.00 Mn |
| Jun 30, 2011 | 3.00 Mn |
| Dec 31, 2010 | 3.00 Mn |
| Dec 31, 2010 | 3.00 Mn |
Fortinet Treasury 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=treasury-shares&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "FTNT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=treasury-shares&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();