Etsy (ETSY) Retained Earnings (2014 - 2026)
Etsy's (ETSY) quarterly Retained Earnings came in at -$2.8 billion in Q2 2026, down 18.96% on a YoY basis from -$3.4 billion in Q2 2025, and down 12.01% quarter-over-quarter from -$2.5 billion in Q1 2026.
Etsy (ETSY) Retained Earnings (2014 - 2026) Analysis & Trends
Etsy (ETSY) has reported Retained Earnings for 13 consecutive years, with -$2.8 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 18.96% year-over-year to -$2.8 billion; the trailing twelve-month figure through Jun 2026 stood at -$2.8 billion (down 18.96% YoY), and the FY2025 full-year result was -$2.4 billion, down 34.75% from the prior year.
- Retained Earnings fell to -$2.8 billion in Q2 2026 per ETSY's latest filing, from -$2.5 billion in the prior quarter.
- Across five years, Retained Earnings topped out at $712.1 million in Q2 2022 and bottomed at -$2.8 billion in Q2 2026.
- Historically, Retained Earnings has averaged -$1.5 billion across 5 years, with a median of -$1.5 billion in 2024.
- The sharpest annual moves came in 2022 and 2023: Retained Earnings increased 20.64% in 2022, then tumbled 271.92% in 2023.
- Over 5 years, Retained Earnings stood at -$1.0 billion in 2022, then dropped by 29.49% to -$1.4 billion in 2023, then slumped by 31.43% to -$1.8 billion in 2024, then sank by 34.75% to -$2.4 billion in 2025, then fell by 15.58% to -$2.8 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$2.8 billion, -$2.5 billion, and -$2.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 103.45 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 43.05 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 18.95 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 14.43 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 6.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 40.07 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 2.45 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 7.29 Bn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -706.23 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -2.78 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.78 Bn |
| Mar 31, 2026 | -2.48 Bn |
| Dec 31, 2025 | -2.40 Bn |
| Sep 30, 2025 | -2.38 Bn |
| Jun 30, 2025 | -2.34 Bn |
| Mar 31, 2025 | -2.03 Bn |
| Dec 31, 2024 | -1.78 Bn |
| Sep 30, 2024 | -1.65 Bn |
| Jun 30, 2024 | -1.55 Bn |
| Mar 31, 2024 | -1.45 Bn |
| Dec 31, 2023 | -1.36 Bn |
| Sep 30, 2023 | -1.35 Bn |
| Jun 30, 2023 | -1.14 Bn |
| Mar 31, 2023 | -1.16 Bn |
| Dec 31, 2022 | -1.05 Bn |
| Sep 30, 2022 | -1.01 Bn |
| Jun 30, 2022 | 712.05 Mn |
| Mar 31, 2022 | 672.49 Mn |
| Dec 31, 2021 | 631.76 Mn |
| Sep 30, 2021 | 624.37 Mn |
Etsy Retained Earnings 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=retained-earnings&ticker=ETSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "ETSY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=ETSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();