Nerdwallet (NRDS) Change in Taxes (2026)
Nerdwallet (NRDS) posted Change in Taxes of $3.5 million for Q2 2026, down 41.67% on a QoQ basis from $6.0 million in Q1 2026.
Analysis
Nerdwallet (NRDS) Change in Taxes (2026) Analysis & Trends
Nerdwallet has reported Change in Taxes for 1 years, with the latest figure at $3.5 million in Q2 2026.
- On a quarterly basis, Change in Taxes changed N/A year-over-year to $3.5 million in Q2 2026; TTM through Jun 2026 was $9.5 million, a N/A change from a year earlier, with the FY2019 full-year figure at $100000.0, changed N/A from the prior year.
- Change in Taxes was $3.5 million for Q2 2026 at Nerdwallet, down from $6.0 million in the prior quarter.
- The five-year high for Change in Taxes was $6.0 million in Q1 2026, with the low at $3.5 million in Q2 2026.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | - |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | - |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | - |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 15.00 Mn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | - |
| 10 | Nerdwallet | 544.89 Mn | 482.89 Mn | 183.90 Mn | 3.50 Mn |
API Access
Nerdwallet 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=NRDS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "NRDS", "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=NRDS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();