Skip to content

Financial Gravity Companies, Inc.: filings

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

Filing record ends 2022-08-15

The latest filing in this captured record is a 10-Q filed 2022-08-15. No later filing is in the SEC companyfacts record captured on 2026-09-20. Financial Gravity Companies, 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-08-15fiscal Q3 2022431160001683168-22-005774
10-Q2022-05-16fiscal Q2 2022441210001683168-22-003639
10-Q2022-02-14fiscal Q1 202238780001683168-22-000986
10-K2021-12-30fiscal FY 202144880001683168-21-006644
10-Q2021-08-27fiscal Q3 2021471270001683168-21-003962
10-Q2021-05-17fiscal Q2 2021441200001683168-21-002047
10-Q2021-02-17fiscal Q1 202143890001683168-21-000607
10-K2021-01-12fiscal FY 202039800001683168-21-000111
10-Q2020-08-27fiscal Q3 202037880001683168-20-002873
10-Q2020-05-29fiscal Q2 202035920001683168-20-001775
10-Q2020-03-03fiscal Q1 202037790001683168-20-000669
10-K/A2020-01-21fiscal FY 201934700001683168-20-000199
10-K2020-01-13fiscal FY 201934700001683168-20-000101
10-Q2019-08-12fiscal Q3 201931840001683168-19-002529
10-Q2019-05-14fiscal Q2 201934940001683168-19-001499
10-Q2019-02-19fiscal Q1 201934700001683168-19-000438
10-K2019-01-15fiscal FY 201934700001683168-19-000111
10-Q2018-08-22fiscal Q3 201835930001683168-18-002461
10-Q/A2018-05-17fiscal Q1 201832620001683168-18-001454
10-Q2018-05-15fiscal Q2 201834890001683168-18-001388
10-Q2018-03-02fiscal Q1 201832620001683168-18-000559
10-K2018-02-20fiscal FY 201733690001683168-18-000456
10-Q2017-08-22fiscal Q3 201727740001683168-17-002199
10-Q2017-05-16fiscal Q2 201727740001683168-17-001276
10-Q2017-03-13fiscal Q1 201727560001683168-17-000546
10-K2017-01-25fiscal FY 201627570001683168-17-000166
10-Q2016-08-15fiscal Q3 201619460001308411-16-000219
10-Q2016-04-14fiscal Q2 201619460001308411-16-000196
10-Q2016-02-19fiscal Q1 201617310001308411-16-000176
10-K2015-12-30fiscal FY 201519340001308411-15-000144
10-Q2015-10-14fiscal Q3 201417380000721748-15-000761
10-Q2015-05-20fiscal Q2 201521560001078782-15-000865
10-Q2015-02-17fiscal Q1 201416290000721748-15-000091
10-K2015-01-23fiscal FY 201318360000721748-15-000051
10-Q2014-08-14fiscal Q3 201317480000721748-14-000819
10-Q2014-08-05fiscal Q1 201419650000721748-14-000748
10-Q2013-08-12fiscal Q3 201313430000721748-13-000441
10-Q2013-08-12fiscal Q2 201312380000721748-13-000439
10-Q2013-02-19fiscal Q1 201320550001078782-13-000352
10-K2013-01-14fiscal FY 201220650001078782-13-000072
10-Q2012-08-14fiscal Q3 201219640001078782-12-002002
10-Q2012-05-03fiscal Q2 201219620001078782-12-001196
10-Q/A2012-04-05fiscal Q1 201219500001078782-12-000949
10-K2012-02-21fiscal FY 201121660001078782-12-000490
10-Q/A2011-09-13fiscal Q3 201119640001078782-11-002647

Inspect the source

Entity
Financial Gravity Companies, Inc. / CIK 0001377167
Captured
2026-09-20T07:57:44.980Z
SEC response SHA-256
e65da223ea900692991a41f7a1296313578282d18329350caa8ba8655375e8e7

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