Wayfair (W) Revenue (QoQ) (2014 - 2026)
Analysis
Wayfair (W) Revenue (QoQ) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.06% |
| Mar 31, 2026 | -12.17% |
| Dec 31, 2025 | 7.06% |
| Sep 30, 2025 | -4.77% |
| Jun 30, 2025 | 19.89% |
| Mar 31, 2025 | -12.53% |
| Dec 31, 2024 | 8.22% |
| Sep 30, 2024 | -7.48% |
| Jun 30, 2024 | 14.22% |
| Mar 31, 2024 | -12.36% |
| Dec 31, 2023 | 5.77% |
| Sep 30, 2023 | -7.16% |
| Jun 30, 2023 | 14.31% |
| Mar 31, 2023 | -10.54% |
| Dec 31, 2022 | 9.19% |
| Sep 30, 2022 | -13.52% |
| Jun 30, 2022 | 9.72% |
| Mar 31, 2022 | -7.96% |
| Dec 31, 2021 | 4.20% |
| Sep 30, 2021 | -19.08% |
API Access
Wayfair Revenue (QoQ) 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=revenue-qoq&ticker=W&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue-qoq", "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=revenue-qoq&ticker=W&period=max&api_key=YOUR_API_KEY");
const data = await res.json();