NutriBand (NTRB) Free Cash Flow (2016 - 2026)
NutriBand's (NTRB) quarterly Free Cash Flow came in at -$584999.0 in Q3 2026, up 55.46% year-over-year from -$376308.7 in Q3 2025, and down 3.89% quarter-over-quarter from -$563104.0 in Q2 2026.
NutriBand (NTRB) Free Cash Flow (2016 - 2026) Analysis & Trends
NutriBand has disclosed Free Cash Flow across 11 years of filings, most recently posting -$584999.0 for Q3 2026.
- In Q3 2026, Free Cash Flow rose 55.46% year-over-year to -$584999.0; the TTM figure through Jul 2026 stood at -$3.6 million (up 26.64% YoY), while the FY2026 annual figure was -$5.1 million, down 8.93% from the prior year.
- Free Cash Flow came in at -$584999.0 for Q3 2026 at NutriBand, down from -$563104.0 in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of -$521715.0 in Q4 2022 to a low of -$1.8 million in Q4 2025.
- Average Free Cash Flow over 5 years is -$995530.4, with a median of -$932699.0 recorded in 2022.
- Year-over-year, Free Cash Flow slumped 1418.58% in 2022 and surged 58.05% in 2026.
- Over 5 years, Free Cash Flow stood at -$521715.0 in 2022, then tumbled by 103.99% to -$1.1 million in 2023, then grew by 0.72% to -$1.1 million in 2024, then plunged by 65.86% to -$1.8 million in 2025, then surged by 66.62% to -$584999.0 in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$584999.0 in Q3 2026, -$563104.0 in Q2 2026, and -$731830.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | 307.00 Mn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | 329.00 Mn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 26.40 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -51.94 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | 593.00 Mn |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 53.62 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 8.08 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 42.73 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,999.00 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -584,999.00 |
| Apr 30, 2026 | -563,104.00 |
| Jan 31, 2026 | -731,830.00 |
| Oct 31, 2025 | -1.75 Mn |
| Jul 31, 2025 | -1.31 Mn |
| Apr 30, 2025 | -1.34 Mn |
| Jan 31, 2025 | -1.24 Mn |
| Oct 31, 2024 | -1.06 Mn |
| Jul 31, 2024 | -1.58 Mn |
| Apr 30, 2024 | -840,121.00 |
| Jan 31, 2024 | -767,377.00 |
| Oct 31, 2023 | -1.06 Mn |
| Jul 31, 2023 | -995,135.00 |
| Apr 30, 2023 | -752,488.00 |
| Jan 31, 2023 | -824,028.00 |
| Oct 31, 2022 | -521,715.00 |
| Jul 31, 2022 | -932,699.00 |
| Apr 30, 2022 | -788,060.00 |
| Jan 31, 2022 | -1.26 Mn |
| Oct 31, 2021 | -1.21 Mn |
NutriBand Free Cash Flow 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=free-cash-flow&ticker=NTRB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=NTRB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();