Barrick Mining (B) Cash from Discontinued Operations (2009 - 2013)
Barrick Mining's (B) quarterly Cash from Discontinued Operations came in at $4.4 billion in Q4 2013, up 126.44% year-over-year from $1.9 billion in Q4 2012, and up 436000.0% quarter-over-quarter from -$1.0 million in Q3 2013.
Barrick Mining (B) Cash from Discontinued Operations (2009 - 2013) Analysis & Trends
Barrick Mining has disclosed Cash from Discontinued Operations across 5 years of filings, most recently posting $4.4 billion for Q4 2013.
- In Q4 2013, Cash from Discontinued Operations rose 126.44% year-over-year to $4.4 billion; the TTM figure through Dec 2013 stood at $4.4 billion (down 18.82% YoY), while the FY2013 annual figure was $50.0 million, down 99.12% from the prior year.
- Cash from Discontinued Operations came in at $4.4 billion for Q4 2013 at Barrick Mining, up from -$1.0 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $4.4 billion in Q4 2013 to a low of -$1.0 billion in Q2 2010.
- Average Cash from Discontinued Operations over 5 years is $992.6 million, with a median of $938.0 million recorded in 2011.
- Year-over-year, Cash from Discontinued Operations sank 25100.0% in 2010 and jumped 48066.67% in 2011.
- Over 5 years, Cash from Discontinued Operations stood at $2.9 billion in 2009, then sank by 50.43% to $1.4 billion in 2010, then fell by 9.6% to $1.3 billion in 2011, then jumped by 48.19% to $1.9 billion in 2012, then jumped by 126.44% to $4.4 billion in 2013.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were $4.4 billion in Q4 2013, -$1.0 million in Q3 2013, and $15.0 million in Q2 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 | 4,270.00 |
| 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 | 1.43 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | -1.00 Mn |
| Jun 30, 2013 | 15.00 Mn |
| Mar 31, 2013 | 36.00 Mn |
| Dec 31, 2010 | -4.00 Mn |
| Jun 30, 2010 | -1.00 Mn |
| Mar 31, 2010 | -3.00 Mn |
| Dec 31, 2009 | 1.00 Mn |
| Sep 30, 2009 | -1.00 Mn |
| Jun 30, 2009 | 4.00 Mn |
| Mar 31, 2009 | 3.00 Mn |
Barrick Mining Cash 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=cash-from-discontinued-operations&ticker=B&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=B&period=max&api_key=YOUR_API_KEY");
const data = await res.json();