Phillips 66 (PSX) EBITDA Margin (2011 - 2026)
Phillips 66's (PSX) quarterly EBITDA Margin came in at 74.35% in Q2 2026, up 834.0% on a YoY basis from 7.96% in Q2 2025, and up 15.26% quarter-over-quarter from 87.74% in Q1 2026.
Phillips 66 (PSX) EBITDA Margin (2011 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported EBITDA Margin for 16 consecutive years, with 74.35% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA Margin rose 834.0% year-over-year to 74.35%; the trailing twelve-month figure through Jun 2026 stood at 78.59% (up 766.0% YoY), and the FY2025 full-year result was 80.34%, up 697.0% from the prior year.
- EBITDA Margin advanced to 74.35% in Q2 2026 per PSX's latest filing, from 87.74% in the prior quarter.
- Across five years, EBITDA Margin topped out at 64.57% in Q3 2022 and bottomed at 89.86% in Q4 2024.
- Historically, EBITDA Margin has averaged 81.2% across 5 years, with a median of 82.75% in 2023.
- The sharpest annual moves came in 2022 and 2023: EBITDA Margin surged 2148 bps in 2022, then plunged 1359 bps in 2023.
- Over 5 years, EBITDA Margin stood at 79.69% in 2022, then slipped by 4 bps to 82.82% in 2023, then retreated by 8 bps to 89.86% in 2024, then rose by 22 bps to 70.04% in 2025, then retreated by 6 bps to 74.35% in 2026.
- According to Business Quant data, EBITDA Margin over the past three periods registered 74.35%, 87.74%, and 70.04% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA 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.04% |
| Sep 30, 2025 | -85.13% |
| Jun 30, 2025 | -82.69% |
| Mar 31, 2025 | -84.37% |
| Dec 31, 2024 | -89.86% |
| Sep 30, 2024 | -87.81% |
| 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 EBITDA 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=ebitda-margin&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();