Palo Alto Networks (PANW) Preferred Stock Liabilities (2015 - 2021)
Palo Alto Networks' (PANW) quarterly Preferred Stock Liabilities came in at $129.1 million in Q3 2021, down 19.91% on a QoQ basis from $161.2 million in Q1 2021.
Palo Alto Networks (PANW) Preferred Stock Liabilities (2015 - 2021) Analysis & Trends
Palo Alto Networks (PANW) has 6 years of Preferred Stock Liabilities data on file, last reported at $129.1 million in Q3 2021.
- On a quarterly basis, Preferred Stock Liabilities changed N/A year-over-year to $129.1 million in Q3 2021; TTM through Jul 2021 was $129.1 million, a N/A change from a year earlier, with the FY2021 full-year figure at $129.1 million, changed N/A from the prior year.
- Preferred Stock Liabilities for Q3 2021 stood at $129.1 million, down from $161.2 million in the prior quarter.
- Across five years, Preferred Stock Liabilities topped out at $161.2 million in Q1 2021 and bottomed at $1.1 million in Q2 2019.
- Historically, Preferred Stock Liabilities has averaged $47.0 million across 4 years, with a median of $27.7 million in 2018.
- The widest annual swing landed in 2017, when Preferred Stock Liabilities slumped 36.16%; it then plunged 96.03% in 2019.
- Year by year, Preferred Stock Liabilities stood at $39.2 million in 2017, then sank by 82.4% to $6.9 million in 2018, then sank by 84.06% to $1.1 million in 2019, then surged by 11636.36% to $129.1 million in 2021.
- Per Business Quant data, the three most recent Preferred Stock Liabilities figures were $129.1 million in Q3 2021, $161.2 million in Q1 2021, and $1.1 million in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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 | - |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2021 | 129.10 Mn |
| Jan 31, 2021 | 161.20 Mn |
| Apr 30, 2019 | 1.10 Mn |
| Jan 31, 2019 | 2.80 Mn |
| Oct 31, 2018 | 6.90 Mn |
| Jul 31, 2018 | 21.90 Mn |
| Apr 30, 2018 | 27.70 Mn |
| Jan 31, 2018 | 33.50 Mn |
| Oct 31, 2017 | 39.20 Mn |
| Oct 31, 2016 | 61.40 Mn |
| Apr 30, 2016 | 72.20 Mn |
| Jan 31, 2016 | 77.50 Mn |
| Oct 31, 2015 | 82.70 Mn |
| Jul 31, 2015 | 87.90 Mn |
| Apr 30, 2015 | 93.04 Mn |
Palo Alto Networks Preferred Stock Liabilities 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-stock-liabilities&ticker=PANW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "ticker": "PANW", "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-stock-liabilities&ticker=PANW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();