Skip to content

Frelii, Inc.: filings

Every Frelii, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Frelii, 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-Q2019-11-14fiscal Q3 201932860001493152-19-017230
10-Q/A2019-08-29fiscal Q2 201926690001493152-19-013472
10-Q2019-08-16fiscal Q2 201926690001493152-19-012837
10-Q2019-05-20fiscal Q1 201924440001493152-19-007766
10-K2019-04-16fiscal FY 201827470001493152-19-005370
10-Q2018-12-07fiscal Q3 201822480001493152-18-017215
10-Q2018-08-17fiscal Q2 201822510001493152-18-012216
10-Q2018-05-23fiscal Q1 201820320001493152-18-007707
10-K2018-05-14fiscal FY 201721400001493152-18-006692
10-Q2017-11-14fiscal Q3 201717500001079974-17-000519
10-Q2017-11-09fiscal Q2 201716440001079974-17-000503
10-Q2017-05-22fiscal Q1 201715320001391609-17-000136
10-K2017-04-26fiscal FY 201617350001391609-17-000106
10-Q2016-11-10fiscal Q3 201617470001391609-16-000615
10-Q2016-08-12fiscal Q2 201617470001391609-16-000536
10-Q2016-05-13fiscal Q1 201617350001391609-16-000482
10-K2016-03-29fiscal FY 201516330001391609-16-000415
10-Q2015-11-13fiscal Q3 201517460001391609-15-000272
10-Q2015-08-13fiscal Q2 201517470001391609-15-000189
10-Q2015-05-07fiscal Q1 201517350001391609-15-000112
10-K2015-04-15fiscal FY 201416330001391609-15-000084
10-Q2014-11-12fiscal Q3 201415440001391609-14-000201
10-Q2014-08-19fiscal Q2 201415440001391609-14-000154
10-Q2014-05-20fiscal Q1 201415320001391609-14-000103
10-K/A2014-04-28fiscal FY 201317340001391609-14-000059
10-Q2013-11-13fiscal Q3 201316460000721748-13-000773
10-Q2013-08-09fiscal Q2 201317480000721748-13-000432
10-K/A2013-05-14fiscal FY 201223460001391609-13-000312
10-Q2013-05-14fiscal Q1 201317360000721748-13-000130
10-Q2012-11-19fiscal Q3 201216400001391609-12-000377
10-Q2012-08-14fiscal Q2 201217430001391609-12-000254
10-Q2012-05-21fiscal Q1 201217320001391609-12-000208
10-K/A2012-04-25fiscal FY 201122380001391609-12-000162
10-Q/A2011-12-21fiscal Q3 201122550001391609-11-000576
10-Q/A2011-09-14fiscal Q2 201120520001391609-11-000439

Inspect the source

Entity
Frelii, Inc. / CIK 0001223533
Captured
SEC response SHA-256
0d9199c09e8c0fd0ea4c7a6c89d9c1b82ace05911918208b21fc000db6367e7d

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