Under Armour (UA) Other Non Operating Income (2009 - 2026)
Under Armour's (UA) quarterly Other Non Operating Income came in at -$7.0 million in Q2 2026, down 49.37% on a YoY basis from -$13.9 million in Q2 2025, and down 12650.91% quarter-over-quarter from -$55000.0 in Q1 2026.
Under Armour (UA) Other Non Operating Income (2009 - 2026) Analysis & Trends
Under Armour (UA) has reported Other Non Operating Income for 18 consecutive years, with -$7.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 49.37% year-over-year to -$7.0 million; the trailing twelve-month figure through Jun 2026 stood at -$9.6 million (up 37.69% YoY), and the FY2026 full-year result was -$7.3 million, up 45.83% from the prior year.
- Other Non Operating Income fell to -$7.0 million in Q2 2026 per UA's latest filing, from -$55000.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $47.9 million in Q4 2023 and bottomed at -$20.0 million in Q3 2022.
- Historically, Other Non Operating Income has averaged -$2.2 million across 5 years, with a median of -$4.2 million in 2024.
- The sharpest annual moves came in 2024 and 2026: Other Non Operating Income tumbled 105.35% in 2024, then jumped 98.83% in 2026.
- Over 5 years, Other Non Operating Income stood at -$20.0 million in 2022, then surged by 339.49% to $47.9 million in 2023, then sank by 105.35% to -$2.6 million in 2024, then surged by 38.2% to -$1.6 million in 2025, then tumbled by 342.74% to -$7.0 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$7.0 million, -$55000.0, and -$1.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.01 Mn |
| Mar 31, 2026 | -55,000.00 |
| Dec 31, 2025 | -1.58 Mn |
| Sep 30, 2025 | -942,000.00 |
| Jun 30, 2025 | -4.70 Mn |
| Mar 31, 2025 | -4.72 Mn |
| Dec 31, 2024 | -2.56 Mn |
| Sep 30, 2024 | -3.42 Mn |
| Jun 30, 2024 | -2.73 Mn |
| Mar 31, 2024 | -3.71 Mn |
| Dec 31, 2023 | 47.93 Mn |
| Sep 30, 2023 | -6.10 Mn |
| Jun 30, 2023 | -6.06 Mn |
| Mar 31, 2023 | -5.74 Mn |
| Sep 30, 2022 | -20.01 Mn |
| Jun 30, 2022 | -14.24 Mn |
| Dec 31, 2021 | -43.93 Mn |
| Sep 30, 2021 | -67.97 Mn |
| Jun 30, 2021 | -38.49 Mn |
| Mar 31, 2021 | -7.18 Mn |
Under Armour Other Non Operating Income 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=other-non-operating-income&ticker=UA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=UA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();