Dropbox (DBX) Interest & Investment Income (2017 - 2026)
Dropbox's (DBX) quarterly Interest & Investment Income came in at -$50.0 million in Q2 2026, down 168.82% on a YoY basis from $72.7 million in Q2 2025, and down 36.24% quarter-over-quarter from -$36.7 million in Q1 2026.
Dropbox (DBX) Interest & Investment Income (2017 - 2026) Analysis & Trends
Dropbox (DBX) has reported Interest & Investment Income for 10 consecutive years, with -$50.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest & Investment Income fell 168.82% year-over-year to -$50.0 million; the trailing twelve-month figure through Jun 2026 stood at -$132.1 million (down 322.04% YoY), and the FY2025 full-year result was -$78.6 million, down 665.47% from the prior year.
- Interest & Investment Income declined to -$50.0 million in Q2 2026 per DBX's latest filing, from -$36.7 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at $7.3 million in Q1 2024 and bottomed at -$50.0 million in Q2 2026.
- Historically, Interest & Investment Income has averaged -$7.2 million across 5 years, with a median of $600000.0 in 2022.
- The sharpest annual moves came in 2023 and 2025: Interest & Investment Income jumped 840.0% in 2023, then sank 1221.05% in 2025.
- Over 5 years, Interest & Investment Income stood at $3.5 million in 2022, then surged by 94.29% to $6.8 million in 2023, then sank by 127.94% to -$1.9 million in 2024, then tumbled by 1221.05% to -$25.1 million in 2025, then plunged by 99.2% to -$50.0 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$50.0 million, -$36.7 million, and -$25.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | - |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 9.25 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | -6.00 Mn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | - |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 66.45 Mn |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | -50.00 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | - |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | - |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | -74.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -50.00 Mn |
| Mar 31, 2026 | -36.70 Mn |
| Dec 31, 2025 | -25.10 Mn |
| Sep 30, 2025 | -20.30 Mn |
| Jun 30, 2025 | -18.60 Mn |
| Mar 31, 2025 | -14.60 Mn |
| Dec 31, 2024 | -1.90 Mn |
| Sep 30, 2024 | 3.80 Mn |
| Jun 30, 2024 | 4.70 Mn |
| Mar 31, 2024 | 7.30 Mn |
| Dec 31, 2023 | 6.80 Mn |
| Sep 30, 2023 | 5.00 Mn |
| Jun 30, 2023 | 3.70 Mn |
| Mar 31, 2023 | 3.90 Mn |
| Dec 31, 2022 | 3.50 Mn |
| Sep 30, 2022 | 1.70 Mn |
| Jun 30, 2022 | -500,000.00 |
| Mar 31, 2022 | -1.40 Mn |
| Dec 31, 2021 | -1.40 Mn |
| Sep 30, 2021 | -1.70 Mn |
Dropbox Interest & Investment 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=interest-and-investment-income&ticker=DBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "ticker": "DBX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-and-investment-income&ticker=DBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();