Skip to content

NUTRALIFE BIOSCIENCES, INC.: filings

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

Filing record ends 2022-11-21

The latest filing in this captured record is a 10-Q filed 2022-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. NUTRALIFE BIOSCIENCES, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-21fiscal Q3 2022431230001493152-22-033121
10-Q2022-08-22fiscal Q2 2022421190001493152-22-023676
10-Q2022-05-23fiscal Q1 202242840001493152-22-014754
10-K2022-04-11fiscal FY 202141800001493152-22-009623
10-Q2021-11-15fiscal Q3 2021411120001493152-21-028406
10-Q2021-08-16fiscal Q2 2021421110001493152-21-020001
10-Q2021-07-16fiscal Q1 202142830001493152-21-017022
10-K2021-06-24fiscal FY 202046870001493152-21-015197
10-Q2021-05-12fiscal Q3 2020441180001493152-21-011126
10-Q2021-04-22fiscal Q2 2020441130001493152-21-009463
10-Q2021-04-12fiscal Q1 202043840001493152-21-008537
10-K2021-03-19fiscal FY 201944890001493152-21-006466
10-Q2019-11-14fiscal Q3 201935960001477932-19-006455
10-Q2019-08-19fiscal Q2 201935890001477932-19-005023
10-Q2019-05-17fiscal Q1 201928550001477932-19-002947
10-K2019-04-03fiscal FY 201831620001477932-19-001448
10-Q2018-11-13fiscal Q3 201828720001511164-18-000631
10-Q2018-08-14fiscal Q2 201828700001511164-18-000508
10-Q2018-05-21fiscal Q1 201826530001511164-18-000343
10-K2018-04-17fiscal FY 201727550001511164-18-000246
10-Q2015-12-17fiscal Q3 201527720001511164-15-000580
10-Q2015-09-04fiscal Q2 201525680001511164-15-000455
10-Q2015-05-15fiscal Q1 201526530001511164-15-000266
10-K/A2015-04-29fiscal FY 201426530001511164-15-000238
10-K2015-04-27fiscal FY 201426530001511164-15-000232
10-Q2014-11-19fiscal Q3 201426680001511164-14-000707
10-Q2014-08-13fiscal Q2 201424640001511164-14-000439
10-Q2014-05-15fiscal Q1 201427540001520138-14-000098
10-K/A2014-05-09fiscal FY 201326530001511164-14-000236

Inspect the source

Entity
NUTRALIFE BIOSCIENCES, INC. / CIK 0001563463
Captured
SEC response SHA-256
4135bc2589ecdd8d29e1429f885b5fb1f0f21acb7a2c443511e7522aed38168b

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/0001563463.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"])))