Electronic Arts (EA) Non Operating Investment Income (2009 - 2014)
Electronic Arts (EA) posted Non Operating Investment Income of -$1.0 million for Q2 2014, down 150.0% on a QoQ basis from $2.0 million in Q1 2014.
Electronic Arts (EA) Non Operating Investment Income (2009 - 2014) Analysis & Trends
Electronic Arts has reported Non Operating Investment Income for 5 years, with the latest figure at -$1.0 million in Q2 2014.
- On a quarterly basis, Non Operating Investment Income changed N/A year-over-year to -$1.0 million in Q2 2014; TTM through Jun 2014 was -$24.0 million, a N/A change from a year earlier, with the FY2013 full-year figure at $39.0 million, changed N/A from the prior year.
- Non Operating Investment Income was -$1.0 million for Q2 2014 at Electronic Arts, down from $2.0 million in the prior quarter.
- The five-year high for Non Operating Investment Income was $28.0 million in Q3 2010, with the low at -$25.0 million in Q1 2013.
- Average Non Operating Investment Income over 4 years is -$857142.9, with a median of -$1.0 million recorded in 2010.
- The largest YoY upside for Non Operating Investment Income was 450.0% in 2010 against a maximum downside of 120.0% in 2010.
- Over 4 years, Non Operating Investment Income stood at $28.0 million in 2010, then slumped by 150.0% to -$14.0 million in 2012, then plunged by 78.57% to -$25.0 million in 2013, then soared by 96.0% to -$1.0 million in 2014.
- The last three Non Operating Investment Income figures came in at -$1.0 million (Q2 2014), $2.0 million (Q1 2014), and -$25.0 million (Q1 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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 | - |
| 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 |
|---|---|
| Jun 30, 2014 | -1.00 Mn |
| Mar 31, 2014 | 2.00 Mn |
| Mar 31, 2013 | -25.00 Mn |
| Dec 31, 2012 | -14.00 Mn |
| Sep 30, 2010 | 28.00 Mn |
| Jun 30, 2010 | 5.00 Mn |
| Mar 31, 2010 | -1.00 Mn |
| Dec 31, 2009 | -1.00 Mn |
| Sep 30, 2009 | -8.00 Mn |
| Jun 30, 2009 | -16.00 Mn |
| Mar 31, 2009 | 5.00 Mn |
Electronic Arts Non Operating Investment Income 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=non-operating-investment-income&ticker=EA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=EA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();