Yelp (YELP) Cash from Investing Activities (2011 - 2026)
Yelp's (YELP) quarterly Cash from Investing Activities came in at -$15.4 million in Q2 2026, down 5.25% year-over-year from -$16.2 million in Q2 2025, and up 90.84% quarter-over-quarter from -$167.9 million in Q1 2026.
Yelp (YELP) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Yelp has disclosed Cash from Investing Activities across 15 years of filings, most recently posting -$15.4 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 5.25% year-over-year to -$15.4 million; the TTM figure through Jun 2026 stood at -$202.3 million (down 150.25% YoY), while the FY2025 annual figure was -$45.7 million, up 40.91% from the prior year.
- Cash from Investing Activities came in at -$15.4 million for Q2 2026 at Yelp, up from -$167.9 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $420000.0 in Q3 2023 to a low of -$167.9 million in Q1 2026.
- Average Cash from Investing Activities over 5 years is -$27.1 million, with a median of -$11.7 million recorded in 2024.
- Year-over-year, Cash from Investing Activities surged 100.43% in 2023 and plunged 2812.86% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$14.8 million in 2022, then jumped by 44.6% to -$8.2 million in 2023, then tumbled by 421.06% to -$42.8 million in 2024, then surged by 82.07% to -$7.7 million in 2025, then tumbled by 100.4% to -$15.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$15.4 million in Q2 2026, -$167.9 million in Q1 2026, and -$7.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | -49.65 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 94.71 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | - |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 45.89 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | -129.30 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -24.16 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | - |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn | -15.39 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.39 Mn |
| Mar 31, 2026 | -167.88 Mn |
| Dec 31, 2025 | -7.68 Mn |
| Sep 30, 2025 | -11.36 Mn |
| Jun 30, 2025 | -14.62 Mn |
| Mar 31, 2025 | -12.00 Mn |
| Dec 31, 2024 | -42.83 Mn |
| Sep 30, 2024 | -11.39 Mn |
| Jun 30, 2024 | -16.64 Mn |
| Mar 31, 2024 | -6.40 Mn |
| Dec 31, 2023 | -8.22 Mn |
| Sep 30, 2023 | 420,000.00 |
| Jun 30, 2023 | -9.61 Mn |
| Mar 31, 2023 | -37.28 Mn |
| Dec 31, 2022 | -14.84 Mn |
| Sep 30, 2022 | -96.83 Mn |
| Jun 30, 2022 | -7.90 Mn |
| Mar 31, 2022 | -6.58 Mn |
| Dec 31, 2021 | -6.39 Mn |
| Sep 30, 2021 | -8.06 Mn |
Yelp Cash from Investing Activities 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=cash-from-investing-activities&ticker=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();