Airbnb (ABNB) Long-Term Debt Issuances (2021 - 2026)
Airbnb (ABNB) posted Long-Term Debt Issuances of -$5.0 million for Q2 2026, down 100.2% on a QoQ basis from $2.5 billion in Q1 2026.
Analysis
Airbnb (ABNB) Long-Term Debt Issuances (2021 - 2026) Analysis & Trends
Airbnb has reported Long-Term Debt Issuances for 2 years, with the latest figure at -$5.0 million in Q2 2026.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to -$5.0 million in Q2 2026; TTM through Jun 2026 was $2.5 billion, a N/A change from a year earlier, with the FY2021 full-year figure at $2.0 billion, changed N/A from the prior year.
- Long-Term Debt Issuances was -$5.0 million for Q2 2026 at Airbnb, down from $2.5 billion in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $2.5 billion in Q1 2026, with the low at -$5.0 million in Q2 2026.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,221.38 Bn | 3,792.34 Bn | 73.85 Bn | 24.85 Bn |
| 2 | Netflix | 300.47 Bn | 291.34 Bn | 6.52 Bn | - |
| 3 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | - |
| 4 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | - |
| 5 | Uber Technologies | 142.64 Bn | 137.43 Bn | 6.38 Bn | - |
| 6 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | - |
| 7 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 8 | AppLovin | 110.22 Bn | 107.17 Bn | 1.70 Bn | - |
| 9 | Spotify Technology | 103.19 Bn | 92.28 Bn | 1.86 Bn | - |
| 10 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | -5.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.00 Mn |
| Mar 31, 2026 | 2.48 Bn |
| Dec 31, 2021 | -166,000.00 |
| Jun 30, 2021 | 1.77 Bn |
| Mar 31, 2021 | 1.98 Bn |
API Access
Airbnb Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();