Skip to content

ATLANTIS GLORY INC.: filings

Every ATLANTIS GLORY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

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-Q2026-07-24fiscal Q2 202617550001493152-26-034459
10-Q2026-04-30fiscal Q1 202617350001493152-26-019709
10-K2026-03-06fiscal FY 202517340001493152-26-009051
10-Q2025-10-24fiscal Q3 202517590001493152-25-019159
10-Q2025-08-21fiscal Q2 202517550001641172-25-025030
10-Q2025-08-21fiscal Q1 202517350001641172-25-025029
10-K2025-03-25fiscal FY 202417340001641172-25-000541
10-Q2024-11-12fiscal Q3 202418600001493152-24-044483
10-Q2024-08-08fiscal Q2 202417550001493152-24-030644
10-Q2024-05-14fiscal Q1 202417350001493152-24-019023
10-K2024-03-13fiscal FY 202321390001493152-24-009763
10-Q2023-11-07fiscal Q3 202320630001493152-23-039654
10-Q2023-08-03fiscal Q2 202319570001493152-23-026540
10-Q2023-05-15fiscal Q1 202317330001493152-23-016867
10-K2023-03-17fiscal FY 202222380001493152-23-008004
10-Q2023-02-13fiscal Q3 202034820001493152-23-004371
10-Q2023-02-13fiscal Q2 202034670001493152-23-004369
10-Q2023-02-13fiscal Q1 202018360001493152-23-004364
10-Q2022-11-22fiscal Q3 202222620001493152-22-033255
10-Q2022-08-12fiscal Q2 202219490001829126-22-015697
10-Q2022-05-16fiscal Q1 202217340001829126-22-011043
10-K2022-03-15fiscal FY 202120380001829126-22-006094
10-Q2021-10-14fiscal Q3 202117460001829126-21-011980
10-Q2021-08-24fiscal Q2 202115270001829126-21-008582
10-Q2021-08-24fiscal Q1 202115220001829126-21-008580
10-K2021-08-24fiscal FY 202035540001829126-21-008579
10-Q2019-11-12fiscal Q3 201935710001213900-19-022804
10-K2019-08-23fiscal FY 201922440001673504-19-000010
10-Q2019-05-09fiscal Q3 201920550001673504-19-000004
10-Q2019-02-05fiscal Q2 201921560001673504-19-000002
10-Q2018-11-08fiscal Q1 201922420001673504-18-000009
10-K2018-09-24fiscal FY 201822460001673504-18-000006
10-Q2018-05-03fiscal Q3 201821560001673504-18-000004
10-Q2018-02-14fiscal Q2 201820540001673504-18-000002
10-Q2017-11-17fiscal Q1 201820400001673504-17-000014
10-K2017-10-13fiscal FY 201722410001673504-17-000011
10-Q2017-05-16fiscal Q3 201720330001673504-17-000008
10-Q2017-02-15fiscal Q2 201717300001673504-17-000006

Inspect the source

Entity
ATLANTIS GLORY INC. / CIK 0001673504
Captured
2026-09-21T17:22:57.095Z
SEC response SHA-256
8255137ad52aa1a8b278baefd14dceaa7eda959d2d53ae0998e1dddaef108425

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