Barrick Mining (B) Income from Discontinued Operations (2009 - 2013)
Barrick Mining's (B) quarterly Income from Discontinued Operations came in at -$9.0 million in Q3 2013, up 98.22% quarter-over-quarter from -$505.0 million in Q2 2013.
Barrick Mining (B) Income from Discontinued Operations (2009 - 2013) Analysis & Trends
Barrick Mining has disclosed Income from Discontinued Operations across 3 years of filings, most recently posting -$9.0 million for Q3 2013.
- In Q3 2013, Income from Discontinued Operations changed N/A year-over-year to -$9.0 million; the TTM figure through Dec 2013 stood at -$506.0 million (changed N/A YoY), while the FY2013 annual figure was -$506.0 million, changed N/A from the prior year.
- Income from Discontinued Operations came in at -$9.0 million for Q3 2013 at Barrick Mining, up from -$505.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $152.0 million in Q4 2009 to a low of -$505.0 million in Q2 2013.
- Average Income from Discontinued Operations over 3 years is -$61.4 million, with a median of -$22.0 million recorded in 2009.
- The largest YoY upside for Income from Discontinued Operations was 136.67% in 2010 against a maximum downside of 1066.67% in 2010.
- Over 3 years, Income from Discontinued Operations stood at $152.0 million in 2009, then sank by 235.53% to -$206.0 million in 2010, then soared by 95.63% to -$9.0 million in 2013.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$9.0 million in Q3 2013, -$505.0 million in Q2 2013, and $8.0 million in Q1 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | - |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | - |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | - |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | - |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | - |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | - |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | -9.00 Mn |
| Jun 30, 2013 | -505.00 Mn |
| Mar 31, 2013 | 8.00 Mn |
| Dec 31, 2010 | 42.00 Mn |
| Sep 30, 2010 | 11.00 Mn |
| Jun 30, 2010 | -36.00 Mn |
| Mar 31, 2010 | -35.00 Mn |
| Dec 31, 2009 | 152.00 Mn |
| Sep 30, 2009 | -30.00 Mn |
| Jun 30, 2009 | -22.00 Mn |
| Mar 31, 2009 | -3.00 Mn |
Barrick Mining Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=B&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "B", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=B&period=max&api_key=YOUR_API_KEY");
const data = await res.json();