Airbnb (ABNB) Other Non Operating Income (2020 - 2026)
Airbnb (ABNB) posted Other Non Operating Income of -$7.0 million for Q2 2026, down 117.5% on a QoQ basis from $40.0 million in Q1 2026, and up 58.82% year-over-year from -$4.4 million in Q2 2025.
Airbnb (ABNB) Other Non Operating Income (2020 - 2026) Analysis & Trends
Airbnb has reported Other Non Operating Income for 7 years, with the latest figure at -$7.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 58.82% year-over-year to -$7.0 million in Q2 2026; TTM through Jun 2026 was -$18.0 million, a 58.14% increase from a year earlier, with the FY2025 full-year figure at -$112.0 million, down 180.0% from the prior year.
- Other Non Operating Income was -$7.0 million for Q2 2026 at Airbnb, down from $40.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $40.0 million in Q1 2026, with the low at -$79.0 million in Q4 2023.
- Average Other Non Operating Income over 5 years is -$13.8 million, with a median of -$10.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income surged 498.53% in 2022, then tumbled 2000.0% in 2023.
- Over 5 years, Other Non Operating Income stood at -$12.0 million in 2022, then sank by 558.33% to -$79.0 million in 2023, then soared by 111.39% to $9.0 million in 2024, then sank by 522.22% to -$38.0 million in 2025, then soared by 81.58% to -$7.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$7.0 million (Q2 2026), $40.0 million (Q1 2026), and -$38.0 million (Q4 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 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.00 Mn |
| Mar 31, 2026 | 40.00 Mn |
| Dec 31, 2025 | -38.00 Mn |
| Sep 30, 2025 | -13.00 Mn |
| Jun 30, 2025 | -17.00 Mn |
| Mar 31, 2025 | -38.00 Mn |
| Dec 31, 2024 | 9.00 Mn |
| Sep 30, 2024 | 3.00 Mn |
| Jun 30, 2024 | -42.00 Mn |
| Mar 31, 2024 | -10.00 Mn |
| Dec 31, 2023 | -79.00 Mn |
| Sep 30, 2023 | -9.00 Mn |
| Jun 30, 2023 | -38.00 Mn |
| Mar 31, 2023 | -11.00 Mn |
| Dec 31, 2022 | -12.00 Mn |
| Sep 30, 2022 | 13.00 Mn |
| Jun 30, 2022 | 2.00 Mn |
| Mar 31, 2022 | -2.00 Mn |
| Dec 31, 2021 | -3.95 Mn |
| Sep 30, 2021 | 2.17 Mn |
Airbnb 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=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "ABNB", "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=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();