Shopify (SHOP) Other Non Operating Income (2024 - 2026)
Shopify (SHOP) posted Other Non Operating Income of -$7.0 million for Q2 2026, up 22.22% on a QoQ basis from -$9.0 million in Q1 2026, and down 129.17% year-over-year from $24.0 million in Q2 2025.
Shopify (SHOP) Other Non Operating Income (2024 - 2026) Analysis & Trends
Shopify has reported Other Non Operating Income for 3 years, with the latest figure at -$7.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 129.17% year-over-year to -$7.0 million in Q2 2026; TTM through Jun 2026 was -$20.0 million, a 183.33% decrease from a year earlier, with the FY2025 full-year figure at $26.0 million, up 425.0% from the prior year.
- Other Non Operating Income was -$7.0 million for Q2 2026 at Shopify, up from -$9.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $24.0 million in Q2 2025, with the low at -$22.0 million in Q4 2024.
- Average Other Non Operating Income over 3 years is $222222.2, with a median of -$4.0 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Other Non Operating Income jumped 1100.0% in 2025, then sank 250.0% in 2026.
- Over 3 years, Other Non Operating Income stood at -$22.0 million in 2024, then soared by 81.82% to -$4.0 million in 2025, then slumped by 75.0% to -$7.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$7.0 million (Q2 2026), -$9.0 million (Q1 2026), and -$4.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.00 Mn |
| Mar 31, 2026 | -9.00 Mn |
| Sep 30, 2025 | -4.00 Mn |
| Jun 30, 2025 | 24.00 Mn |
| Mar 31, 2025 | 6.00 Mn |
| Dec 31, 2024 | -22.00 Mn |
| Sep 30, 2024 | 16.00 Mn |
| Jun 30, 2024 | 2.00 Mn |
| Mar 31, 2024 | -4.00 Mn |
Shopify Other Non Operating Income 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=other-non-operating-income&ticker=SHOP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "SHOP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=SHOP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();