Paccar (PCAR) Price to FCF (2009 - 2026)
Paccar's (PCAR) quarterly Price to FCF came in at 90.75 in Q2 2026, down 47.81% year-over-year from 173.89 in Q2 2025, and up 71.48% quarter-over-quarter from 318.25 in Q1 2026.
Paccar (PCAR) Price to FCF (2009 - 2026) Analysis & Trends
Paccar (PCAR) has reported Price to FCF for 18 consecutive years, with 90.75 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Price to FCF fell 47.81% year-over-year to 90.75 in Q2 2026; TTM through Jun 2026 was 46.76, a 92.23% decrease from a year earlier, with the FY2025 full-year figure at 33.89, down 25.78% from the prior year.
- Price to FCF was 90.75 for Q2 2026 at Paccar, up from 318.25 in the prior quarter.
- Over five years, Price to FCF peaked at 2357.9 in Q3 2025 and troughed at 318.25 in Q1 2026.
- A 5-year average of 155.99 and a median of 77.51 in 2023 frame the typical range for Price to FCF.
- Across the five-year window, Price to FCF soared 2963.59% in 2024 and sank 162.56% in 2026, its largest moves.
- Over 5 years, Price to FCF stood at 137.68 in 2022, then jumped by 41.4% to 80.68 in 2023, then plunged by 108.14% to 167.92 in 2024, then climbed by 29.47% to 118.43 in 2025, then grew by 23.37% to 90.75 in 2026.
- The last three Price to FCF figures came in at 90.75 (Q2 2026), 318.25 (Q1 2026), and 118.43 (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 | -90.75 |
| Mar 31, 2026 | -318.25 |
| Dec 31, 2025 | -118.43 |
| Sep 30, 2025 | 2,357.90 |
| Jun 30, 2025 | -61.40 |
| Mar 31, 2025 | -121.21 |
| Dec 31, 2024 | -167.92 |
| Sep 30, 2024 | -105.12 |
| Jun 30, 2024 | -43.55 |
| Mar 31, 2024 | 2,129.06 |
| Dec 31, 2023 | -80.68 |
| Sep 30, 2023 | -146.29 |
| Jun 30, 2023 | -59.45 |
| Mar 31, 2023 | -74.35 |
| Dec 31, 2022 | -137.68 |
| Sep 30, 2022 | -61.68 |
| Jun 30, 2022 | -52.26 |
| Mar 31, 2022 | -40.20 |
| Dec 31, 2021 | -198.17 |
| Sep 30, 2021 | -34.03 |
Paccar Price 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=price-to-fcf&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();