Under Armour (UA) Cash from Financing Activities (2009 - 2026)
Under Armour's (UA) quarterly Cash from Financing Activities came in at -$607.1 million in Q2 2026, down 256.74% on a YoY basis from $387.3 million in Q2 2025, and down 403.32% quarter-over-quarter from $200.1 million in Q1 2026.
Under Armour (UA) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Under Armour (UA) has reported Cash from Financing Activities for 18 consecutive years, with -$607.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 256.74% year-over-year to -$607.1 million; the trailing twelve-month figure through Jun 2026 stood at -$433.7 million (down 229.58% YoY), and the FY2026 full-year result was $560.6 million, up 410.07% from the prior year.
- Cash from Financing Activities slipped to -$607.1 million in Q2 2026 per UA's latest filing, from $200.1 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $387.3 million in Q2 2025 and bottomed at -$607.1 million in Q2 2026.
- Historically, Cash from Financing Activities has averaged -$25.3 million across 5 years, with a median of -$24.4 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities plunged 10290.6% in 2024, then jumped 14874.66% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$48.8 million in 2022, then surged by 49.89% to -$24.4 million in 2023, then dropped by 2.52% to -$25.1 million in 2024, then sank by 697.89% to -$200.0 million in 2025, then sank by 203.57% to -$607.1 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$607.1 million, $200.1 million, and -$200.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -333.70 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | -56.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -275.97 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -40.93 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -12.90 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | -14.06 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -2.30 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | -23.49 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | -607.06 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -607.06 Mn |
| Mar 31, 2026 | 200.14 Mn |
| Dec 31, 2025 | -199.98 Mn |
| Sep 30, 2025 | 173.16 Mn |
| Jun 30, 2025 | 387.30 Mn |
| Mar 31, 2025 | -26.35 Mn |
| Dec 31, 2024 | -25.06 Mn |
| Sep 30, 2024 | -1.17 Mn |
| Jun 30, 2024 | -128.22 Mn |
| Mar 31, 2024 | -3.71 Mn |
| Dec 31, 2023 | -24.45 Mn |
| Sep 30, 2023 | -49.30 Mn |
| Jun 30, 2023 | -1.23 Mn |
| Sep 30, 2022 | -48.79 Mn |
| Jun 30, 2022 | -24.36 Mn |
| Dec 31, 2021 | -415.29 Mn |
| Sep 30, 2021 | -414.00 Mn |
| Jun 30, 2021 | -247.12 Mn |
| Mar 31, 2021 | -3.44 Mn |
| Dec 31, 2020 | 530,000.00 |
Under Armour 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=UA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "UA", "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=UA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();