Global-E Online (GLBE) Deferred Taxes (2021 - 2025)
Global-E Online's (GLBE) quarterly Deferred Taxes came in at -$436000.0 in Q4 2025, up 83.18% year-over-year from -$238018.5 in Q4 2024, and up 83.18% quarter-over-quarter from -$2.6 million in Q4 2024.
Global-E Online (GLBE) Deferred Taxes (2021 - 2025) Analysis & Trends
Global-E Online has disclosed Deferred Taxes across 5 years of filings, most recently posting -$436000.0 for Q4 2025.
- In Q4 2025, Deferred Taxes rose 83.18% year-over-year to -$436000.0; the TTM figure through Dec 2025 stood at -$5.5 million (up 15.18% YoY), while the FY2025 annual figure was -$436000.0, up 93.3% from the prior year.
- Deferred Taxes came in at -$436000.0 for Q4 2025 at Global-E Online, up from -$2.6 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $3.6 million in Q4 2023 to a low of -$8.0 million in Q4 2022.
- Average Deferred Taxes over 5 years is -$1.0 million, with a median of -$436000.0 recorded in 2025.
- Year-over-year, Deferred Taxes plunged 5696.38% in 2022 and jumped 249.72% in 2023.
- Over 5 years, Deferred Taxes stood at -$138000.0 in 2021, then sank by 5696.38% to -$8.0 million in 2022, then surged by 145.44% to $3.6 million in 2023, then slumped by 171.31% to -$2.6 million in 2024, then jumped by 83.18% to -$436000.0 in 2025.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$436000.0 in Q4 2025, -$2.6 million in Q4 2024, and -$1.1 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | -165.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | - |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -844,000.00 |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | - |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | - |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -436,000.00 |
| Dec 31, 2024 | -2.59 Mn |
| Sep 30, 2024 | -1.05 Mn |
| Jun 30, 2024 | -1.44 Mn |
| Mar 31, 2024 | -1.42 Mn |
| Dec 31, 2023 | 3.64 Mn |
| Sep 30, 2023 | 268,000.00 |
| Jun 30, 2023 | -1.87 Mn |
| Mar 31, 2023 | -1.91 Mn |
| Dec 31, 2022 | -8.00 Mn |
| Sep 30, 2022 | -179,000.00 |
| Dec 31, 2021 | -138,000.00 |
| Sep 30, 2021 | 29,000.00 |
| Jun 30, 2021 | 8,000.00 |
| Mar 31, 2021 | 11,000.00 |
Global-E Online Deferred 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=deferred-taxes&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "GLBE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=deferred-taxes&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();