NutriBand (NTRB) Cash from Investing Activities (2018 - 2025)
NutriBand's (NTRB) quarterly Cash from Investing Activities came in at -$5324.0 in Q2 2025, up 14.06% year-over-year from -$4667.7 in Q2 2024, and up 88.66% quarter-over-quarter from -$46958.0 in Q4 2024.
NutriBand (NTRB) Cash from Investing Activities (2018 - 2025) Analysis & Trends
NutriBand has disclosed Cash from Investing Activities across 6 years of filings, most recently posting -$5324.0 for Q2 2025.
- In Q2 2025, Cash from Investing Activities rose 14.06% year-over-year to -$5324.0; the TTM figure through Jan 2026 stood at -$5324.0 (up 94.22% YoY), while the FY2026 annual figure was -$5324.0, up 94.22% from the prior year.
- Cash from Investing Activities came in at -$5324.0 for Q2 2025 at NutriBand, up from -$46958.0 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$1272.0 in Q4 2022 to a low of -$49137.0 in Q1 2024.
- Average Cash from Investing Activities over 5 years is -$22144.8, with a median of -$17411.5 recorded in 2021.
- Year-over-year, Cash from Investing Activities jumped 94.01% in 2023 and slumped 390.24% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$1992.0 in 2021, then soared by 36.14% to -$1272.0 in 2022, then sank by 106.29% to -$2624.0 in 2023, then plunged by 1689.56% to -$46958.0 in 2024, then jumped by 88.66% to -$5324.0 in 2025.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$5324.0 in Q2 2025, -$46958.0 in Q4 2024, and -$38890.0 in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | -491.00 Mn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | -51.60 Mn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 40.52 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -122.74 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | -93.00 Mn |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | -3.05 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | -44.77 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 44.87 Mn |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | - |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2025 | -5,324.00 |
| Oct 31, 2024 | -46,958.00 |
| Jul 31, 2024 | -38,890.00 |
| Apr 30, 2024 | -6,195.00 |
| Jan 31, 2024 | -49,137.00 |
| Apr 30, 2023 | -2,624.00 |
| Jan 31, 2023 | -10,023.00 |
| Oct 31, 2022 | -1,272.00 |
| Jul 31, 2022 | -24,206.00 |
| Apr 30, 2022 | -43,803.00 |
| Jan 31, 2022 | -30,207.00 |
| Oct 31, 2021 | -1,992.00 |
| Jul 31, 2021 | -10,617.00 |
| Apr 30, 2021 | -38,779.00 |
| Oct 31, 2018 | -400,000.00 |
NutriBand 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=NTRB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "NTRB", "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=NTRB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();