Conocophillips (COP) Selling, General & Administrative (2009 - 2026)
Analysis
Conocophillips (COP) Selling, General & Administrative (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 1.31 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 2.91 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 188.00 Mn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | -3.44 Bn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 538.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 114.95 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 213.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 188.00 Mn |
| Mar 31, 2026 | 193.00 Mn |
| Dec 31, 2025 | 181.00 Mn |
| Sep 30, 2025 | 271.00 Mn |
| Jun 30, 2025 | 250.00 Mn |
| Mar 31, 2025 | 191.00 Mn |
| Dec 31, 2024 | 630.00 Mn |
| Sep 30, 2024 | 186.00 Mn |
| Jun 30, 2024 | 164.00 Mn |
| Mar 31, 2024 | 178.00 Mn |
| Dec 31, 2023 | 172.00 Mn |
| Sep 30, 2023 | 169.00 Mn |
| Jun 30, 2023 | 205.00 Mn |
| Mar 31, 2023 | 159.00 Mn |
| Dec 31, 2022 | 192.00 Mn |
| Sep 30, 2022 | 148.00 Mn |
| Jun 30, 2022 | 96.00 Mn |
| Mar 31, 2022 | 187.00 Mn |
| Dec 31, 2021 | 163.00 Mn |
| Sep 30, 2021 | 128.00 Mn |
API Access
Conocophillips Selling, General & Administrative 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=selling-general-and-administrative&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();