Skip to content

FELLAZO CORP.: filings

Every FELLAZO CORP. 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 2023-04-19

The latest filing in this captured record is a 10-Q filed 2023-04-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. FELLAZO CORP. 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-04-19fiscal Q2 202326800001640334-23-000671
10-Q2023-01-19fiscal Q1 202326560001640334-23-000099
10-K2022-12-13fiscal FY 202226530001640334-22-002627
10-Q2022-07-12fiscal Q3 202225820001640334-22-001465
10-Q2022-04-14fiscal Q2 202224730001640334-22-000776
10-Q2022-01-14fiscal Q3 202123490001640334-22-000092
10-K2021-12-16fiscal FY 202125520001640334-21-003194
10-Q2021-07-14fiscal Q3 202125820001640334-21-001561
10-Q2021-04-19fiscal Q2 202125800001640334-21-000978
10-Q2021-01-13fiscal Q1 202125540001640334-21-000068
10-K2020-12-28fiscal FY 202025520001640334-20-003150
10-Q2020-11-27fiscal Q3 202024800001640334-20-002952
10-Q2020-11-27fiscal Q2 202024760001640334-20-002951
10-Q2020-11-23fiscal Q1 202024530001640334-20-002916
10-K2020-08-10fiscal FY 201923480001640334-20-002008
10-Q2019-07-22fiscal Q3 201920570001640334-19-001433
10-Q2019-04-23fiscal Q2 201919550001640334-19-000690
10-Q2019-01-14fiscal Q1 201912260001640334-19-000031
10-K2018-11-29fiscal FY 201815290001640334-18-002303
10-Q2018-07-09fiscal Q3 201816370001493152-18-009791
10-Q2018-04-16fiscal Q2 201814340001493152-18-005170
10-Q2018-01-16fiscal Q1 201814280001493152-18-000568
10-K2017-11-29fiscal FY 201724390001493152-17-013908
10-Q2017-07-17fiscal Q3 201724490001493152-17-007859
10-Q2017-04-13fiscal Q2 201724450001493152-17-003808
10-Q2017-01-17fiscal Q1 201721350001493152-17-000504
10-K2016-11-29fiscal FY 201624480001493152-16-015509
10-Q2016-08-30fiscal Q3 201623590001659207-16-000007

Inspect the source

Entity
FELLAZO CORP. / CIK 0001659207
Captured
SEC response SHA-256
f5694a018a9f2164ada87550a02e746edbd3115e4bf266192d7946bbf9f5decf

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