NutriBand (NTRB) Change in Cash (2016 - 2026)
NutriBand's (NTRB) quarterly Change in Cash came in at -$584569.0 in Q3 2026, down 114.5% year-over-year from $4.0 million in Q3 2025, and down 2.8% quarter-over-quarter from -$568673.0 in Q2 2026.
NutriBand (NTRB) Change in Cash (2016 - 2026) Analysis & Trends
NutriBand has disclosed Change in Cash across 11 years of filings, most recently posting -$584569.0 for Q3 2026.
- In Q3 2026, Change in Cash fell 114.5% year-over-year to -$584569.0; the TTM figure through Jul 2026 stood at -$3.6 million (down 1619.77% YoY), while the FY2026 annual figure was $263138.0, down 93.11% from the prior year.
- Change in Cash came in at -$584569.0 for Q3 2026 at NutriBand, down from -$568673.0 in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $7.9 million in Q2 2024 to a low of -$1.7 million in Q4 2025.
- Average Change in Cash over 5 years is -$108617.3, with a median of -$737320.0 recorded in 2026.
- Year-over-year, Change in Cash sank 1333.55% in 2022 and soared 1210.43% in 2024.
- Over 5 years, Change in Cash stood at -$528240.0 in 2022, then tumbled by 102.41% to -$1.1 million in 2023, then advanced by 0.7% to -$1.1 million in 2024, then tumbled by 58.5% to -$1.7 million in 2025, then soared by 65.26% to -$584569.0 in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$584569.0 in Q3 2026, -$568673.0 in Q2 2026, and -$737320.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | -86.00 Mn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | -915.70 Mn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | -44.45 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -64.79 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | 526.00 Mn |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 49.04 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 279.95 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 52.68 Mn |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | -584,569.00 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -584,569.00 |
| Apr 30, 2026 | -568,673.00 |
| Jan 31, 2026 | -737,320.00 |
| Oct 31, 2025 | -1.68 Mn |
| Jul 31, 2025 | 4.03 Mn |
| Apr 30, 2025 | -1.35 Mn |
| Jan 31, 2025 | -1.39 Mn |
| Oct 31, 2024 | -1.06 Mn |
| Jul 31, 2024 | -1.59 Mn |
| Apr 30, 2024 | 7.85 Mn |
| Jan 31, 2024 | -772,381.00 |
| Oct 31, 2023 | -1.07 Mn |
| Jul 31, 2023 | 1.06 Mn |
| Apr 30, 2023 | -707,365.00 |
| Jan 31, 2023 | -830,878.00 |
| Oct 31, 2022 | -528,240.00 |
| Jul 31, 2022 | -666,086.00 |
| Apr 30, 2022 | -881,224.00 |
| Jan 31, 2022 | -593,476.00 |
| Oct 31, 2021 | 5.18 Mn |
NutriBand Change in Cash 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=change-in-cash&ticker=NTRB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=NTRB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();