Figs (FIGS) Cash from Investing Activities (2020 - 2026)
Figs' (FIGS) quarterly Cash from Investing Activities came in at $10.9 million in Q2 2026, up 140.59% year-over-year from $4.5 million in Q2 2025, and down 20.84% quarter-over-quarter from $13.8 million in Q1 2026.
Figs (FIGS) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Figs (FIGS) has reported Cash from Investing Activities for 7 consecutive years, with $10.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 140.59% year-over-year to $10.9 million in Q2 2026; TTM through Jun 2026 was -$10.1 million, a 87.82% increase from a year earlier, with the FY2025 full-year figure at -$64.0 million, up 32.62% from the prior year.
- Cash from Investing Activities was $10.9 million for Q2 2026 at Figs, down from $13.8 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $13.8 million in Q1 2026 and troughed at -$59.2 million in Q4 2023.
- A 5-year average of -$14.3 million and a median of -$5.7 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities slumped 5321.15% in 2023 and soared 731.87% in 2026, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$1.1 million in 2022, then tumbled by 5321.15% to -$59.2 million in 2023, then soared by 47.44% to -$31.1 million in 2024, then rose by 16.77% to -$25.9 million in 2025, then soared by 142.18% to $10.9 million in 2026.
- The last three Cash from Investing Activities figures came in at $10.9 million (Q2 2026), $13.8 million (Q1 2026), and -$25.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | -142.95 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | -77.80 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -42.93 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -44.30 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 5.70 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 112.70 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | -22.86 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 10.92 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 585.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.92 Mn |
| Mar 31, 2026 | 13.80 Mn |
| Dec 31, 2025 | -25.90 Mn |
| Sep 30, 2025 | -8.97 Mn |
| Jun 30, 2025 | -26.91 Mn |
| Mar 31, 2025 | -2.18 Mn |
| Dec 31, 2024 | -31.12 Mn |
| Sep 30, 2024 | -23.02 Mn |
| Jun 30, 2024 | -40.31 Mn |
| Mar 31, 2024 | -474,000.00 |
| Dec 31, 2023 | -59.20 Mn |
| Sep 30, 2023 | -18.03 Mn |
| Jun 30, 2023 | -39.18 Mn |
| Mar 31, 2023 | -772,000.00 |
| Dec 31, 2022 | -1.09 Mn |
| Sep 30, 2022 | -2.53 Mn |
| Jun 30, 2022 | -1.86 Mn |
| Mar 31, 2022 | -364,000.00 |
| Dec 31, 2021 | -704,000.00 |
| Sep 30, 2021 | -985,000.00 |
Figs 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=FIGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FIGS", "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=FIGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();