Yelp (YELP) Invested Capital (2011 - 2026)
Yelp's (YELP) quarterly Invested Capital came in at $744.5 million in Q2 2026, down 2.18% quarter-over-quarter from $761.1 million in Q1 2026.
Yelp (YELP) Invested Capital (2011 - 2026) Analysis & Trends
Yelp has disclosed Invested Capital across 6 years of filings, most recently posting $744.5 million for Q2 2026.
- In Q2 2026, Invested Capital changed N/A year-over-year to $744.5 million; the TTM figure through Jun 2026 stood at $744.5 million (changed N/A YoY), while the FY2025 annual figure was $710.9 million, changed N/A from the prior year.
- Invested Capital came in at $744.5 million for Q2 2026 at Yelp, down from $761.1 million in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $761.1 million in Q1 2026 to a low of $710.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 344.89 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | - | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 3.74 Bn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | - | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 3.31 Bn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 5.77 Bn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 1.79 Bn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 6.53 Bn |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn | 744.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 744.53 Mn |
| Mar 31, 2026 | 761.09 Mn |
| Dec 31, 2025 | 710.85 Mn |
| Jun 30, 2014 | 527.67 Mn |
| Mar 31, 2014 | 505.72 Mn |
| Dec 31, 2013 | 490.99 Mn |
| Sep 30, 2013 | 197.23 Mn |
| Jun 30, 2013 | 175.19 Mn |
| Mar 31, 2013 | 166.04 Mn |
| Dec 31, 2012 | 167.58 Mn |
| Sep 30, 2012 | 142.96 Mn |
| Jun 30, 2012 | 140.68 Mn |
| Mar 31, 2012 | 140.62 Mn |
| Dec 31, 2011 | -24.34 Mn |
Yelp Invested Capital 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=invested-capital&ticker=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "ticker": "YELP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=invested-capital&ticker=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();