Conocophillips (COP) Interest & Investment Income (2015 - 2017)
Conocophillips' (COP) quarterly Interest & Investment Income came in at -$400.0 million in Q4 2017, up 26.87% year-over-year from -$315.3 million in Q4 2016, and up 26.87% quarter-over-quarter from -$547.0 million in Q4 2016.
Conocophillips (COP) Interest & Investment Income (2015 - 2017) Analysis & Trends
Conocophillips (COP) has reported Interest & Investment Income for 3 consecutive years, with -$400.0 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Interest & Investment Income rose 26.87% year-over-year to -$400.0 million in Q4 2017; TTM through Dec 2017 was -$400.0 million, a 26.87% increase from a year earlier, with the FY2020 full-year figure at $100.0 million, down 39.76% from the prior year.
- Interest & Investment Income was -$400.0 million for Q4 2017 at Conocophillips, up from -$547.0 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at -$400.0 million in Q4 2017 and troughed at -$547.0 million in Q4 2016.
- A 3-year average of -$463.3 million and a median of -$443.0 million in 2015 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income retreated 23.48% in 2016 and grew 26.87% in 2017, its largest moves.
- Over 3 years, Interest & Investment Income stood at -$443.0 million in 2015, then decreased by 23.48% to -$547.0 million in 2016, then gained by 26.87% to -$400.0 million in 2017.
- The last three Interest & Investment Income figures came in at -$400.0 million (Q4 2017), -$547.0 million (Q4 2016), and -$443.0 million (Q4 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | -56.00 Mn |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | -125.00 Mn |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | -37.52 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | -400.00 Mn |
| Dec 31, 2016 | -547.00 Mn |
| Dec 31, 2015 | -443.00 Mn |
Conocophillips 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=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "ticker": "COP", "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=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();