Westinghouse Air Brake Technologies (WAB) Cash from Financing Activities (2009 - 2026)
Westinghouse Air Brake Technologies' (WAB) quarterly Cash from Financing Activities came in at -$248.0 million in Q2 2026, down 139.62% on a YoY basis from $626.0 million in Q2 2025, and down 137.8% quarter-over-quarter from $656.0 million in Q1 2026.
Westinghouse Air Brake Technologies (WAB) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Westinghouse Air Brake Technologies (WAB) has reported Cash from Financing Activities for 18 consecutive years, with -$248.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 139.62% year-over-year to -$248.0 million; the trailing twelve-month figure through Jun 2026 stood at $985.0 million (up 350.0% YoY), and the FY2025 full-year result was $1.0 billion, up 175.2% from the prior year.
- Cash from Financing Activities declined to -$248.0 million in Q2 2026 per WAB's latest filing, from $656.0 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $656.0 million in Q1 2026 and bottomed at -$686.0 million in Q3 2024.
- Historically, Cash from Financing Activities has averaged -$70.7 million across 5 years, with a median of -$150.5 million in 2022.
- The sharpest annual moves came in 2022 and 2026: Cash from Financing Activities sank 1762.5% in 2022, then soared 481.4% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$313.0 million in 2022, then climbed by 0.96% to -$310.0 million in 2023, then jumped by 47.74% to -$162.0 million in 2024, then soared by 176.54% to $124.0 million in 2025, then plunged by 300.0% to -$248.0 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$248.0 million, $656.0 million, and $124.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -248.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | -313.60 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 60.00 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -70.77 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 500,000.00 |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -12.49 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | 5.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -248.00 Mn |
| Mar 31, 2026 | 656.00 Mn |
| Dec 31, 2025 | 124.00 Mn |
| Sep 30, 2025 | 453.00 Mn |
| Jun 30, 2025 | 626.00 Mn |
| Mar 31, 2025 | -172.00 Mn |
| Dec 31, 2024 | -162.00 Mn |
| Sep 30, 2024 | -686.00 Mn |
| Jun 30, 2024 | -234.00 Mn |
| Mar 31, 2024 | -289.00 Mn |
| Dec 31, 2023 | -310.00 Mn |
| Sep 30, 2023 | -353.00 Mn |
| Jun 30, 2023 | 102.00 Mn |
| Mar 31, 2023 | -72.00 Mn |
| Dec 31, 2022 | -313.00 Mn |
| Sep 30, 2022 | -139.00 Mn |
| Jun 30, 2022 | -123.00 Mn |
| Mar 31, 2022 | -133.00 Mn |
| Dec 31, 2021 | -220.00 Mn |
| Sep 30, 2021 | -220.00 Mn |
Westinghouse Air Brake Technologies Cash from Financing Activities 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=cash-from-financing-activities&ticker=WAB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "WAB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-financing-activities&ticker=WAB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();