Phillips 66 (PSX) EBIT Margin (2011 - 2026)
Phillips 66's (PSX) quarterly EBIT Margin came in at 74.35% in Q2 2026, up 905.0% on a YoY basis from 7.4% in Q2 2025, and up 15.26% quarter-over-quarter from 87.74% in Q1 2026.
Phillips 66 (PSX) EBIT Margin (2011 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported EBIT Margin for 16 consecutive years, with 74.35% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT Margin rose 905.0% year-over-year to 74.35%; the trailing twelve-month figure through Jun 2026 stood at 78.89% (up 790.0% YoY), and the FY2025 full-year result was 81.04%, up 644.0% from the prior year.
- EBIT Margin advanced to 74.35% in Q2 2026 per PSX's latest filing, from 87.74% in the prior quarter.
- Across five years, EBIT Margin topped out at 64.57% in Q3 2022 and bottomed at 90.53% in Q4 2024.
- Historically, EBIT Margin has averaged 81.39% across 5 years, with a median of 83.11% in 2025.
- The sharpest annual moves came in 2022 and 2023: EBIT Margin surged 2148 bps in 2022, then plunged 1359 bps in 2023.
- Over 5 years, EBIT Margin stood at 79.69% in 2022, then slipped by 4 bps to 82.82% in 2023, then retreated by 9 bps to 90.53% in 2024, then gained by 22 bps to 70.69% in 2025, then decreased by 5 bps to 74.35% in 2026.
- According to Business Quant data, EBIT Margin over the past three periods registered 74.35%, 87.74%, and 70.69% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | -28.44% |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 28.64% |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | -37.20% |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 98.44% |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 53.17% |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | 36.94% |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | -74.35% |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 81.91% |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 91.95% |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 40.93% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -74.35% |
| Mar 31, 2026 | -87.74% |
| Dec 31, 2025 | -70.69% |
| Sep 30, 2025 | -85.82% |
| Jun 30, 2025 | -83.40% |
| Mar 31, 2025 | -85.14% |
| Dec 31, 2024 | -90.53% |
| Sep 30, 2024 | -87.88% |
| Jun 30, 2024 | -85.62% |
| Mar 31, 2024 | -86.24% |
| Dec 31, 2023 | -82.82% |
| Sep 30, 2023 | -78.16% |
| Jun 30, 2023 | -79.26% |
| Mar 31, 2023 | -76.06% |
| Dec 31, 2022 | -79.69% |
| Sep 30, 2022 | -64.57% |
| Jun 30, 2022 | -78.16% |
| Mar 31, 2022 | -88.96% |
| Dec 31, 2021 | -82.41% |
| Sep 30, 2021 | -86.05% |
Phillips 66 EBIT Margin 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=ebit-margin&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "ticker": "PSX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebit-margin&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();