Skip to content

FIRST FOODS GROUP, INC.: filings

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

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. FIRST FOODS GROUP, 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-Q2023-11-20fiscal Q3 202331930001477932-23-008680
10-Q2023-08-18fiscal Q2 202331870001477932-23-006273
10-Q2023-05-12fiscal Q1 202331660001477932-23-003355
10-K2023-04-17fiscal FY 202237760001477932-23-002666
10-Q2022-11-21fiscal Q3 2022361040001477932-22-008804
10-Q2022-08-22fiscal Q2 202334920001477932-22-006373
10-Q2022-05-23fiscal Q1 202230640001477932-22-003858
10-K2022-04-14fiscal FY 202136740001477932-22-002319
10-Q2021-11-12fiscal Q2 2021371020001477932-21-008082
10-Q2021-08-13fiscal Q2 202136970001477932-21-005415
10-Q2021-05-14fiscal Q1 202134710001477932-21-003170
10-K2021-03-03fiscal FY 202033670001477932-21-001185
10-Q2020-11-13fiscal Q3 202032920001477932-20-006518
10-Q2020-08-13fiscal Q2 202032930001477932-20-004809
10-Q2020-05-13fiscal Q1 202029570001477932-20-002608
10-K2020-03-26fiscal FY 201924460001477932-20-001512
10-Q2019-11-13fiscal Q3 201922650001477932-19-006414
10-Q2019-08-13fiscal Q2 201919590001477932-19-004738
10-Q2019-05-13fiscal Q1 201918380001477932-19-002647
10-K2019-03-29fiscal FY 201819380001477932-19-001279
10-Q2018-11-13fiscal Q3 201816410001477932-18-005465
10-Q2018-08-13fiscal Q2 201816430001477932-18-003948
10-Q2018-05-15fiscal Q1 201815280001477932-18-002451
10-K2018-03-21fiscal FY 201717310001477932-18-001381
10-Q2017-11-13fiscal Q3 201713310001477932-17-005471
10-Q2017-08-14fiscal Q2 201712300001477932-17-003964
10-Q2017-05-22fiscal Q1 201712210001477932-17-002482
10-K2017-03-27fiscal FY 201617300001477932-17-001299
10-Q2016-11-09fiscal Q3 201616340001477932-16-013312
10-Q2016-08-11fiscal Q2 201614300001477932-16-011763
10-Q2016-05-10fiscal Q1 201614190001477932-16-010147
10-K2016-03-29fiscal FY 201516160001477932-16-009217
10-Q2015-11-05fiscal Q3 201512180001477932-15-006785

Inspect the source

Entity
FIRST FOODS GROUP, INC. / CIK 0001648903
Captured
SEC response SHA-256
a68d9a1194301c054e8d228685c446d5cc39d3658b5e2906b6cbab7a8fbb8d4d

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