Paccar (PCAR) EV to FCF (2009 - 2026)
Paccar's (PCAR) quarterly EV to FCF came in at 78.31 in Q2 2026, down 52.91% year-over-year from 166.31 in Q2 2025, and up 71.34% quarter-over-quarter from 273.25 in Q1 2026.
Paccar (PCAR) EV to FCF (2009 - 2026) Analysis & Trends
Paccar (PCAR) has reported EV to FCF for 18 consecutive years, with 78.31 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to FCF fell 52.91% year-over-year to 78.31 in Q2 2026; TTM through Jun 2026 was 40.35, a 98.87% decrease from a year earlier, with the FY2025 full-year figure at 28.45, down 28.24% from the prior year.
- EV to FCF was 78.31 for Q2 2026 at Paccar, up from 273.25 in the prior quarter.
- Over five years, EV to FCF peaked at 1943.81 in Q3 2025 and troughed at 273.25 in Q1 2026.
- A 5-year average of 133.82 and a median of 64.93 in 2023 frame the typical range for EV to FCF.
- Across the five-year window, EV to FCF jumped 3084.95% in 2024 and sank 167.88% in 2026, its largest moves.
- Over 5 years, EV to FCF stood at 113.09 in 2022, then jumped by 40.73% to 67.02 in 2023, then sank by 106.26% to 138.23 in 2024, then climbed by 28.1% to 99.4 in 2025, then climbed by 21.21% to 78.31 in 2026.
- The last three EV to FCF figures came in at 78.31 (Q2 2026), 273.25 (Q1 2026), and 99.4 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn |
| 10 | Paccar | 59.95 Bn | 51.29 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -78.31 |
| Mar 31, 2026 | -273.25 |
| Dec 31, 2025 | -99.40 |
| Sep 30, 2025 | 1,943.81 |
| Jun 30, 2025 | -51.21 |
| Mar 31, 2025 | -102.00 |
| Dec 31, 2024 | -138.23 |
| Sep 30, 2024 | -86.52 |
| Jun 30, 2024 | -37.26 |
| Mar 31, 2024 | 1,875.71 |
| Dec 31, 2023 | -67.02 |
| Sep 30, 2023 | -121.82 |
| Jun 30, 2023 | -50.45 |
| Mar 31, 2023 | -62.84 |
| Dec 31, 2022 | -113.09 |
| Sep 30, 2022 | -51.59 |
| Jun 30, 2022 | -43.69 |
| Mar 31, 2022 | -34.06 |
| Dec 31, 2021 | -167.08 |
| Sep 30, 2021 | -29.50 |
Paccar EV to FCF 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-fcf&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "ticker": "PCAR", "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-fcf&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();