Warby Parker (WRBY) Profit After Tax (2020 - 2026)
Warby Parker's (WRBY) quarterly Profit After Tax came in at $4.6 million in Q2 2026, up 365.07% on a YoY basis from $998562.6 in Q2 2025, and up 46.18% quarter-over-quarter from $3.2 million in Q1 2026.
Warby Parker (WRBY) Profit After Tax (2020 - 2026) Analysis & Trends
Warby Parker (WRBY) has reported Profit After Tax for 7 consecutive years, with $4.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax rose 365.07% year-over-year to $4.6 million; the trailing twelve-month figure through Jun 2026 stood at $8.0 million (up 184.16% YoY), and the FY2025 full-year result was $2.1 million, up 110.09% from the prior year.
- Profit After Tax improved to $4.6 million in Q2 2026 per WRBY's latest filing, from $3.2 million in the prior quarter.
- Across five years, Profit After Tax topped out at $6.0 million in Q3 2025 and bottomed at -$34.1 million in Q1 2022.
- Historically, Profit After Tax has averaged -$9.5 million across 5 years, with a median of -$7.0 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Profit After Tax sank 1233.61% in 2022, then jumped 365.07% in 2026.
- Over 5 years, Profit After Tax stood at -$20.5 million in 2022, then gained by 7.5% to -$18.9 million in 2023, then soared by 62.27% to -$7.1 million in 2024, then increased by 19.19% to -$5.8 million in 2025, then surged by 180.42% to $4.6 million in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered $4.6 million, $3.2 million, and -$5.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 329.22 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 94.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -49.95 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -97.15 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 64.80 Mn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | -102.90 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 26.55 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 4.64 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 28.38 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 545,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.64 Mn |
| Mar 31, 2026 | 3.18 Mn |
| Dec 31, 2025 | -5.78 Mn |
| Sep 30, 2025 | 5.97 Mn |
| Jun 30, 2025 | -1.75 Mn |
| Mar 31, 2025 | 3.47 Mn |
| Dec 31, 2024 | -7.15 Mn |
| Sep 30, 2024 | -4.10 Mn |
| Jun 30, 2024 | -6.76 Mn |
| Mar 31, 2024 | -2.68 Mn |
| Dec 31, 2023 | -18.94 Mn |
| Sep 30, 2023 | -17.68 Mn |
| Jun 30, 2023 | -15.93 Mn |
| Mar 31, 2023 | -10.81 Mn |
| Dec 31, 2022 | -20.48 Mn |
| Sep 30, 2022 | -10.81 Mn |
| Jun 30, 2022 | -32.17 Mn |
| Mar 31, 2022 | -34.13 Mn |
| Dec 31, 2021 | -45.90 Mn |
| Sep 30, 2021 | -91.20 Mn |
Warby Parker Profit After Tax 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=profit-after-tax&ticker=WRBY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "ticker": "WRBY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=profit-after-tax&ticker=WRBY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();