Skip to content

NATE’S FOOD CO.: filings

Every NATE’S FOOD CO. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2024-01-17

The latest filing in this captured record is a 10-Q filed 2024-01-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. NATE’S FOOD CO. 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-Q2024-01-17fiscal Q2 202426760001640334-24-000069
10-Q2023-10-16fiscal Q1 202427590001640334-23-001843
10-K2023-09-13fiscal FY 202331630001640334-23-001698
10-Q2023-04-20fiscal Q3 202329930001640334-23-000683
10-Q2023-01-23fiscal Q2 202328840001640334-23-000118
10-Q2022-10-17fiscal Q1 202328600001640334-22-002247
10-K2022-09-20fiscal FY 202231630001640334-22-002071
10-Q2022-04-14fiscal Q3 202228920001640334-22-000779
10-Q2022-01-19fiscal Q2 202127840001640334-22-000125
10-Q2021-10-19fiscal Q1 202124500001640334-21-002601
10-K/A2021-10-12fiscal FY 202126520001640334-21-002551
10-K2021-07-29fiscal FY 202126520001640334-21-001709
10-K2019-04-19fiscal FY 201830570001640334-19-000655
10-Q2018-07-06fiscal Q3 201824710001640334-18-001325
10-Q2018-05-24fiscal Q2 201823690001640334-18-001092
10-Q2018-02-21fiscal Q1 201823440001640334-18-000385
10-K2017-12-22fiscal FY 201727520001640334-17-002712
10-Q2017-05-17fiscal Q3 201726740001640334-17-001010
10-Q2017-01-23fiscal Q2 201725740001640334-17-000155
10-Q2016-10-24fiscal Q1 201726480001640334-16-001836
10-K2016-10-06fiscal FY 201621430001640334-16-001767
10-Q2016-06-28fiscal Q3 201620510001640334-16-001272
10-Q2016-01-21fiscal Q2 201620520001640334-16-000600
10-Q2015-10-20fiscal Q1 201619330001640334-15-000231
10-K2015-09-21fiscal FY 201521340001477932-15-005999
10-Q2015-04-14fiscal Q3 201515260001477932-15-002433
10-Q2015-01-20fiscal Q2 201514250001477932-15-000528
10-Q2014-11-10fiscal Q1 201513190001477932-14-005920

Inspect the source

Entity
NATE’S FOOD CO. / CIK 0001409446
Captured
SEC response SHA-256
a0553a3b4a725eb3dbcaf6941e9a6f1f64df3f12d580290b985975975be7b3c1

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