Barrick Mining (B) Interest & Investment Income (2009 - 2018)
Barrick Mining's (B) quarterly Interest & Investment Income came in at $4.0 million in Q1 2016, up 100.0% year-over-year from $2.0 million in Q2 2015, and down 96.23% quarter-over-quarter from $106.0 million in Q4 2015.
Barrick Mining (B) Interest & Investment Income (2009 - 2018) Analysis & Trends
Barrick Mining has disclosed Interest & Investment Income across 8 years of filings, most recently posting $4.0 million for Q1 2016.
- In Q1 2016, Interest & Investment Income rose 100.0% year-over-year to $4.0 million; the TTM figure through Mar 2016 stood at $114.0 million (up 1040.0% YoY), while the FY2025 annual figure was $221.0 million, down 21.35% from the prior year.
- Interest & Investment Income came in at $4.0 million for Q1 2016 at Barrick Mining, down from $106.0 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of $106.0 million in Q4 2015 to a low of -$2.0 million in Q4 2012.
- Average Interest & Investment Income over 5 years is $8.5 million, with a median of $2.5 million recorded in 2012.
- Year-over-year, Interest & Investment Income tumbled 33.33% in 2013 and soared 5200.0% in 2015.
- Over 5 years, Interest & Investment Income stood at -$2.0 million in 2012, then changed by 0.0% to -$2.0 million in 2013, then soared by 200.0% to $2.0 million in 2014, then soared by 5200.0% to $106.0 million in 2015, then tumbled by 96.23% to $4.0 million in 2016.
- Per Business Quant data, the three most recent Interest & Investment Income figures were $4.0 million in Q1 2016, $106.0 million in Q4 2015, and $2.0 million in Q3 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 57.50 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | - |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 45.20 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 | 24.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 36.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 3.38 Bn |
| Sep 30, 2018 | 3.81 Mn |
| Jun 30, 2018 | 2.13 Mn |
| Mar 31, 2018 | 1.97 Mn |
| Dec 31, 2017 | 4.15 Bn |
| Jun 30, 2017 | 1.02 Mn |
| Mar 31, 2016 | 4.00 Mn |
| Dec 31, 2015 | -7.00 Mn |
| Sep 30, 2015 | 2.00 Mn |
| Jun 30, 2015 | 2.00 Mn |
| Mar 31, 2015 | 2.00 Mn |
| Dec 31, 2014 | -2.00 Mn |
| Sep 30, 2014 | 3.00 Mn |
| Jun 30, 2014 | 3.00 Mn |
| Mar 31, 2014 | 3.00 Mn |
| Dec 31, 2013 | -16.00 Mn |
| Sep 30, 2013 | 2.00 Mn |
| Jun 30, 2013 | 2.00 Mn |
| Mar 31, 2013 | 3.00 Mn |
| Dec 31, 2012 | 2.00 Mn |
Barrick Mining Interest & 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=interest-and-investment-income&ticker=B&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=B&period=max&api_key=YOUR_API_KEY");
const data = await res.json();