Skip to content

HST Global, Inc.: filings

Every HST Global, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-Q2024-11-22fiscal Q3 202423700001674796-24-000026
10-Q2024-08-26fiscal Q2 202423700001674796-24-000019
10-Q2024-06-05fiscal Q1 202423480001674796-24-000015
10-K2024-04-05fiscal FY 202325500001674796-24-000003
10-Q2023-11-07fiscal Q3 202323700001674796-23-000015
10-Q2023-08-11fiscal Q2 202323700001674796-23-000012
10-Q2023-05-12fiscal Q1 202321440001674796-23-000009
10-K2023-01-31fiscal FY 202225510001674796-23-000007
10-Q2022-11-04fiscal Q3 202223700001674796-22-000014
10-Q2022-07-26fiscal Q2 202223700001674796-22-000012
10-Q2022-04-29fiscal Q1 202221440001674796-22-000009
10-K2022-03-04fiscal FY 202123470001674796-22-000007
10-Q2021-11-08fiscal Q3 202121620001674796-21-000019
10-Q2021-08-13fiscal Q2 202121620001674796-21-000017
10-Q2021-05-13fiscal Q1 202121440001674796-21-000014
10-K2021-04-14fiscal FY 202024490001674796-21-000012
10-Q2020-11-13fiscal Q3 202023660001674796-20-000035
10-Q2020-08-10fiscal Q2 202023660001674796-20-000032
10-Q2020-05-15fiscal Q1 202023480001674796-20-000016
10-K2020-04-09fiscal FY 201923470001674796-20-000011
10-Q2019-11-19fiscal Q3 201922510001674796-19-000096
10-Q2019-08-20fiscal Q2 201922510001674796-19-000084
10-Q2019-05-16fiscal Q1 201923480001674796-19-000071
10-K2019-04-02fiscal FY 201822450001674796-19-000049
10-Q2018-11-02fiscal Q3 201823670001674796-18-000049
10-Q2018-08-13fiscal Q2 201820560001674796-18-000020
10-Q2018-05-07fiscal Q1 201816530001674796-18-000007
10-K2018-04-02fiscal FY 201716330001674796-18-000005
10-Q2017-11-20fiscal Q3 201716460001674796-17-000014
10-Q2017-08-14fiscal Q2 201716460001674796-17-000009
10-Q2017-05-15fiscal Q1 201716330001674796-17-000005
10-K2017-03-31fiscal FY 201615310001674796-17-000002
10-Q2016-11-14fiscal Q3 201616460001674796-16-000013
10-Q2016-05-17fiscal Q1 201616330001674796-16-000001
10-K2016-04-13fiscal FY 201516330001360865-16-000021
10-Q2015-10-26fiscal Q3 201516460001360865-15-000015
10-Q2014-08-29fiscal Q2 201420580001360865-14-000044
10-Q2014-05-12fiscal Q1 201420320001360865-14-000034
10-K/A2014-05-12fiscal FY 201319420001360865-14-000033
10-Q2013-11-19fiscal Q3 201320580001360865-13-000183
10-Q2013-08-15fiscal Q2 201320580001360865-13-000150
10-Q2013-05-15fiscal Q1 201320460001360865-13-000087
10-K/A2013-04-26fiscal FY 201222510001360865-13-000068
10-Q2012-11-14fiscal Q3 201218520001360865-12-000221
10-Q2012-08-20fiscal Q2 201218520001360865-12-000132
10-Q2012-05-17fiscal Q1 201218420001360865-12-000084
10-K/A2012-04-13fiscal FY 201118410001360865-12-000043
10-Q2011-11-21fiscal Q3 201120560001360865-11-000199
10-Q/A2011-09-15fiscal Q2 201118510001360865-11-000158

Inspect the source

Entity
HST Global, Inc. / CIK 0000797564
Captured
2026-09-19T15:04:54.356Z
SEC response SHA-256
0765178d9d9ac3eff014f9058fc9a05dc5adaa6190efef9697f0be524ef47a8f

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