Revolve (RVLV) Change in Taxes (2019 - 2026)
Revolve's (RVLV) quarterly Change in Taxes came in at -$4.0 million in Q2 2026, down 49.83% year-over-year from -$7.9 million in Q2 2025, and down 220.51% quarter-over-quarter from $3.3 million in Q1 2026.
Revolve (RVLV) Change in Taxes (2019 - 2026) Analysis & Trends
Revolve (RVLV) has reported Change in Taxes for 8 consecutive years, with -$4.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Taxes fell 49.83% year-over-year to -$4.0 million in Q2 2026; TTM through Jun 2026 was $683000.0, a 153.82% increase from a year earlier, with the FY2025 full-year figure at $1.4 million, up 33725.0% from the prior year.
- Change in Taxes was -$4.0 million for Q2 2026 at Revolve, down from $3.3 million in the prior quarter.
- Over five years, Change in Taxes peaked at $3.3 million in Q1 2026 and troughed at -$4.0 million in Q2 2026.
- A 5-year average of $37944.4 and a median of -$94500.0 in 2022 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes surged 697.67% in 2022 and sank 12685.71% in 2025, its largest moves.
- Over 5 years, Change in Taxes stood at -$210000.0 in 2022, then plunged by 583.33% to -$1.4 million in 2023, then jumped by 53.31% to -$670000.0 in 2024, then tumbled by 48.06% to -$992000.0 in 2025, then tumbled by 299.19% to -$4.0 million in 2026.
- The last three Change in Taxes figures came in at -$4.0 million (Q2 2026), $3.3 million (Q1 2026), and -$992000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Taxes (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 | -16.02 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 | -3.96 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
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.96 Mn |
| Mar 31, 2026 | 3.29 Mn |
| Dec 31, 2025 | -992,000.00 |
| Sep 30, 2025 | 2.35 Mn |
| Jun 30, 2025 | -2.64 Mn |
| Mar 31, 2025 | 2.64 Mn |
| Dec 31, 2024 | -670,000.00 |
| Sep 30, 2024 | -595,000.00 |
| Jun 30, 2024 | 21,000.00 |
| Mar 31, 2024 | 1.25 Mn |
| Dec 31, 2023 | -1.44 Mn |
| Sep 30, 2023 | 292,000.00 |
| Jun 30, 2023 | -1.45 Mn |
| Mar 31, 2023 | 2.37 Mn |
| Dec 31, 2022 | -210,000.00 |
| Sep 30, 2022 | 343,000.00 |
| Jun 30, 2022 | -2.67 Mn |
| Mar 31, 2022 | 2.76 Mn |
| Dec 31, 2021 | -995,000.00 |
| Sep 30, 2021 | 43,000.00 |
Revolve Change in Taxes 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=change-in-taxes&ticker=RVLV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "RVLV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-taxes&ticker=RVLV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();