Paccar (PCAR) FCF Margin (2009 - 2026)
Paccar's (PCAR) quarterly FCF Margin came in at 9.23% in Q2 2026, up 159.0% year-over-year from 3.56% in Q2 2025, and down 227.54% quarter-over-quarter from 2.82% in Q1 2026.
Paccar (PCAR) FCF Margin (2009 - 2026) Analysis & Trends
Paccar (PCAR) has reported FCF Margin for 18 consecutive years, with 9.23% the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Margin rose 159.0% year-over-year to 9.23% in Q2 2026; TTM through Jun 2026 was 4.86%, a 174.0% increase from a year earlier, with the FY2025 full-year figure at 5.97%, up 4.0% from the prior year.
- FCF Margin was 9.23% for Q2 2026 at Paccar, down from 2.82% in the prior quarter.
- Over five years, FCF Margin peaked at 0.35% in Q1 2024 and troughed at 14.12% in Q2 2024.
- A 5-year average of 6.29% and a median of 6.38% in 2022 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin jumped 896 bps in 2022 and tumbled 602 bps in 2025, its largest moves.
- Over 5 years, FCF Margin stood at 3.08% in 2022, then tumbled by 127 bps to 6.99% in 2023, then jumped by 41 bps to 4.11% in 2024, then plunged by 73 bps to 7.13% in 2025, then retreated by 29 bps to 9.23% in 2026.
- The last three FCF Margin figures came in at 9.23% (Q2 2026), 2.82% (Q1 2026), and 7.13% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | -1.84% |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 13.72% |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | -29.93% |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | 10.24% |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 27.16% |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | 28.30% |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | 11.74% |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | 27.13% |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 14.67% |
| 10 | Paccar | 59.95 Bn | 51.29 Bn | 1.56 Bn | -9.23% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.23% |
| Mar 31, 2026 | -2.82% |
| Dec 31, 2025 | -7.13% |
| Sep 30, 2025 | 0.33% |
| Jun 30, 2025 | -10.82% |
| Mar 31, 2025 | -5.67% |
| Dec 31, 2024 | -4.11% |
| Sep 30, 2024 | -5.97% |
| Jun 30, 2024 | -14.12% |
| Mar 31, 2024 | 0.35% |
| Dec 31, 2023 | -6.99% |
| Sep 30, 2023 | -3.50% |
| Jun 30, 2023 | -8.28% |
| Mar 31, 2023 | -6.07% |
| Dec 31, 2022 | -3.08% |
| Sep 30, 2022 | -6.68% |
| Jun 30, 2022 | -7.65% |
| Mar 31, 2022 | -11.77% |
| Dec 31, 2021 | -2.32% |
| Sep 30, 2021 | -15.64% |
Paccar FCF 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=fcf-margin&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();