Phillips 66 (PSX) EV to EBIT (2012 - 2026)
Phillips 66's (PSX) quarterly EV to EBIT came in at 1.67 in Q2 2026, up 3.43% on a YoY basis from 1.61 in Q2 2025, and up 30.03% quarter-over-quarter from 2.38 in Q1 2026.
Phillips 66 (PSX) EV to EBIT (2012 - 2026) Analysis & Trends
Phillips 66 (PSX) has reported EV to EBIT for 15 consecutive years, with 1.67 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to EBIT rose 3.43% year-over-year to 1.67; the trailing twelve-month figure through Jun 2026 stood at 0.52 (down 27.34% YoY), and the FY2025 full-year result was 0.47, down 30.03% from the prior year.
- EV to EBIT improved to 1.67 in Q2 2026 per PSX's latest filing, from 2.38 in the prior quarter.
- Across five years, EV to EBIT topped out at 0.96 in Q2 2022 and bottomed at 2.38 in Q1 2026.
- Historically, EV to EBIT has averaged 1.65 across 5 years, with a median of 1.68 in 2024.
- The sharpest annual moves came in 2022 and 2023: EV to EBIT surged 37.23% in 2022, then slumped 49.59% in 2023.
- Over 5 years, EV to EBIT stood at 1.43 in 2022, then retreated by 18.87% to 1.71 in 2023, then grew by 12.76% to 1.49 in 2024, then sank by 35.44% to 2.01 in 2025, then gained by 17.19% to 1.67 in 2026.
- According to Business Quant data, EV to EBIT over the past three periods registered 1.67, 2.38, and 2.01 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 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 |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.67 |
| Mar 31, 2026 | -2.38 |
| Dec 31, 2025 | -2.01 |
| Sep 30, 2025 | -1.80 |
| Jun 30, 2025 | -1.73 |
| Mar 31, 2025 | -1.85 |
| Dec 31, 2024 | -1.49 |
| Sep 30, 2024 | -1.69 |
| Jun 30, 2024 | -1.73 |
| Mar 31, 2024 | -2.19 |
| Dec 31, 2023 | -1.71 |
| Sep 30, 2023 | -1.60 |
| Jun 30, 2023 | -1.43 |
| Mar 31, 2023 | -1.66 |
| Dec 31, 2022 | -1.43 |
| Sep 30, 2022 | -1.25 |
| Jun 30, 2022 | -0.96 |
| Mar 31, 2022 | -1.18 |
| Dec 31, 2021 | -1.12 |
| Sep 30, 2021 | -1.12 |
Phillips 66 EV to EBIT 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=ev-to-ebit&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebit", "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=ev-to-ebit&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();