Electronic Arts (EA) Preferred Shares (2020 - 2022)
Electronic Arts (EA) posted Preferred Shares of $10.0 million for Q1 2022, little changed on a QoQ basis from $10.0 million in Q1 2021, and little changed year-over-year from $10.0 million in Q1 2021.
Electronic Arts (EA) Preferred Shares (2020 - 2022) Analysis & Trends
Electronic Arts has reported Preferred Shares for 3 years, with the latest figure at $10.0 million in Q1 2022.
- On a quarterly basis, Preferred Shares changed 0.0% year-over-year to $10.0 million in Q1 2022; TTM through Mar 2022 was $10.0 million, a 0.0% change from a year earlier, with the FY2023 full-year figure at $10.0 million, changed 0.0% from the prior year.
- Preferred Shares was $10.0 million for Q1 2022 at Electronic Arts, roughly flat from $10.0 million in the prior quarter.
- The five-year high for Preferred Shares was $10.0 million in Q1 2020, with the low at $10.0 million in Q1 2020.
- Average Preferred Shares over 3 years is $10.0 million, with a median of $10.0 million recorded in 2020.
- The largest YoY upside for Preferred Shares was 0.0% in 2021 against a maximum downside of 0.0% in 2021.
- Over 3 years, Preferred Shares stood at $10.0 million in 2020, then changed by 0.0% to $10.0 million in 2021, then changed by 0.0% to $10.0 million in 2022.
- The last three Preferred Shares figures came in at $10.0 million (Q1 2022), $10.0 million (Q1 2021), and $10.0 million (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | - |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | - |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | - |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | - |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 4.53 Mn |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | - |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | - |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | - |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 10.00 Mn |
| Mar 31, 2021 | 10.00 Mn |
| Mar 31, 2020 | 10.00 Mn |
Electronic Arts 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=EA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "ticker": "EA", "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=EA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();