Wayfair (W) EBT Margin (2014 - 2026)
Wayfair's (W) quarterly EBT Margin came in at 0.06% in Q2 2026, down 46.0% year-over-year from 0.11% in Q2 2025, and up 101.6% quarter-over-quarter from 3.55% in Q1 2026.
Wayfair (W) EBT Margin (2014 - 2026) Analysis & Trends
Wayfair (W) has reported EBT Margin for 13 consecutive years, with 0.06% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT Margin fell 46.0% year-over-year to 0.06% in Q2 2026; TTM through Jun 2026 was 2.43%, a 1.0% decrease from a year earlier, with the FY2025 full-year figure at 2.44%, up 163.0% from the prior year.
- EBT Margin was 0.06% for Q2 2026 at Wayfair, up from 3.55% in the prior quarter.
- Over five years, EBT Margin peaked at 0.52% in Q2 2025 and troughed at 12.73% in Q1 2023.
- A 5-year average of 5.47% and a median of 4.03% in 2025 frame the typical range for EBT Margin.
- Across the five-year window, EBT Margin plunged 1498 bps in 2022 and jumped 1009 bps in 2023, its largest moves.
- Over 5 years, EBT Margin stood at 11.03% in 2022, then soared by 50 bps to 5.49% in 2023, then gained by 26 bps to 4.04% in 2024, then climbed by 15 bps to 3.42% in 2025, then soared by 102 bps to 0.06% in 2026.
- The last three EBT Margin figures came in at 0.06% (Q2 2026), 3.55% (Q1 2026), and 3.42% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 31.58% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 2.68% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.02% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 0.06% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 12.12% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 4.28% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 7.16% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 44.08% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -0.43% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.06% |
| Mar 31, 2026 | -3.55% |
| Dec 31, 2025 | -3.42% |
| Sep 30, 2025 | -3.11% |
| Jun 30, 2025 | 0.52% |
| Mar 31, 2025 | -4.03% |
| Dec 31, 2024 | -4.04% |
| Sep 30, 2024 | -2.46% |
| Jun 30, 2024 | -1.28% |
| Mar 31, 2024 | -8.98% |
| Dec 31, 2023 | -5.49% |
| Sep 30, 2023 | -5.47% |
| Jun 30, 2023 | -1.39% |
| Mar 31, 2023 | -12.73% |
| Dec 31, 2022 | -11.03% |
| Sep 30, 2022 | -9.93% |
| Jun 30, 2022 | -11.48% |
| Mar 31, 2022 | -10.62% |
| Dec 31, 2021 | -6.37% |
| Sep 30, 2021 | -2.37% |
Wayfair EBT 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=ebt-margin&ticker=W&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "ticker": "W", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt-margin&ticker=W&period=max&api_key=YOUR_API_KEY");
const data = await res.json();