Skip to content

NUTRIBAND INC.: filings

Every NUTRIBAND INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-09-04fiscal Q2 2027441200001213900-26-097701
10-Q2026-06-11fiscal Q1 202744890001213900-26-067840
10-K2026-04-29fiscal FY 202647950001213900-26-049399
10-Q2025-12-11fiscal Q3 2026471310001213900-25-120204
10-Q2025-09-09fiscal Q2 2026471300001213900-25-086270
10-Q2025-05-30fiscal Q1 202646940001213900-25-049455
10-K2025-04-28fiscal FY 202547940001213900-25-036201
10-Q2024-12-04fiscal Q3 2025461280001213900-24-105201
10-Q2024-09-03fiscal Q2 2024451250001213900-24-075159
10-Q2024-05-31fiscal Q1 202543900001213900-24-048363
10-K2024-05-01fiscal FY 202443880001213900-24-037996
10-Q2023-12-13fiscal Q3 2024411140001213900-23-095208
10-Q2023-09-11fiscal Q2 2023411130001213900-23-075508
10-Q2023-06-09fiscal Q1 202340810001213900-23-047881
10-K2023-04-26fiscal FY 202343860001213900-23-032682
10-Q2022-12-02fiscal Q3 2023421170001213900-22-077324
10-Q2022-09-08fiscal Q1 2022411110001213900-22-054592
10-Q2022-05-31fiscal Q1 202239820001213900-22-030469
10-K2022-04-29fiscal FY 202244860001213900-22-022425
10-Q2021-12-14fiscal Q3 202236910001213900-21-065228
10-Q2021-09-03fiscal Q2 202135870001213900-21-046610
10-Q2021-06-14fiscal Q1 202137740001213900-21-032333
10-K2021-04-02fiscal FY 202137700001213900-21-019991
10-Q2020-12-15fiscal Q3 202137920001213900-20-042751
10-Q2020-09-11fiscal Q2 202135900001213900-20-026264
10-Q2020-06-04fiscal Q1 202036710001213900-20-014088
10-K2020-04-14fiscal FY 202038690001213900-20-009139
10-Q2019-12-12fiscal Q3 202038920001213900-19-025956
10-Q2019-09-13fiscal Q2 202038900001213900-19-017900
10-Q2019-06-13fiscal Q1 201934630001213900-19-010662
10-K2019-04-19fiscal FY 201933540001213900-19-006792
10-Q2018-12-14fiscal Q3 201931640001213900-18-017390
10-Q2018-09-17fiscal Q2 201925570001213900-18-012638
10-Q2018-06-18fiscal Q1 201918340001213900-18-007826
10-K2018-05-01fiscal FY 201821450001213900-18-005302
10-Q2017-12-08fiscal Q3 201821530001213900-17-013036
10-Q2017-09-19fiscal Q2 201822550001213900-17-009829
10-Q2017-06-19fiscal Q1 201821420001213900-17-006601
10-K2017-05-08fiscal FY 201722390001213900-17-004683
10-Q2016-12-13fiscal Q3 201721360001213900-16-019377
10-Q2016-09-14fiscal Q2 201721360001213900-16-016784

Inspect the source

Entity
NUTRIBAND INC. / CIK 0001676047
Captured
2026-09-21T17:24:36.556Z
SEC response SHA-256
20b50b68c7583f3e19dd70d83225724f5c9de325e2dc4e15d1a3ea0cb5b4a7dd

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001676047.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))