Skip to content

GLOBAL ASSET MANAGEMENT GROUP, INC.: filings

Every GLOBAL ASSET MANAGEMENT GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-08-19fiscal Q2 202625700001477932-26-005182
10-Q2026-05-20fiscal Q1 202628600001477932-26-003343
10-K2026-04-15fiscal FY 202531590001477932-26-002281
10-Q2025-11-14fiscal Q3 202525530001477932-25-008249
10-Q2025-08-14fiscal Q2 202521480001477932-25-005839
10-Q2025-05-19fiscal Q1 202521460001477932-25-003941
10-K2025-04-14fiscal FY 202420400001477932-25-002666
10-Q2024-11-14fiscal Q3 202422480001477932-24-007166
10-Q2024-08-14fiscal Q2 202423490001477932-24-004867
10-Q/A2024-07-09fiscal Q1 202423490001477932-24-004128
10-K/A2024-06-25fiscal FY 202323480001477932-24-003865
10-K/A2024-05-28fiscal FY 202323480001477932-24-003328
10-Q2024-05-13fiscal Q1 202421450001477932-24-002744
10-K2024-03-14fiscal FY 202323480001477932-24-001211
10-Q2023-10-30fiscal Q3 202324510001477932-23-007965
10-Q2023-08-14fiscal Q2 202320610001477932-23-006092
10-Q2023-05-15fiscal Q1 202319440001477932-23-003381
10-K2023-04-17fiscal FY 202220410001477932-23-002609
10-Q2022-11-21fiscal Q3 202221590001477932-22-008777
10-Q2022-11-21fiscal Q2 202222660001477932-22-008773
10-Q2022-07-27fiscal Q1 202219430001477932-22-005420
10-K2022-05-03fiscal FY 202119390001477932-22-002915
10-Q2021-11-22fiscal Q3 202123660001477932-21-008671
10-Q2021-09-16fiscal Q2 202120570001477932-21-006375
10-Q2021-08-26fiscal Q1 202120490001477932-21-005971
10-K2021-08-11fiscal FY 202018400001477932-21-005339
10-Q/A2011-09-14fiscal Q2 201116490001376474-11-000142

Inspect the source

Entity
GLOBAL ASSET MANAGEMENT GROUP, INC. / CIK 0000055234
Captured
2026-09-19T14:48:27.182Z
SEC response SHA-256
2e9393dd1731e522da7827902882438873eb215b1951057403b6890e9ce49db1

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