Skip to content

Webstar Technology Group, Inc.: filings

Every Webstar Technology Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-05-20fiscal Q1 202629620001493152-26-024594
10-K2026-04-15fiscal FY 202531610001493152-26-016894
10-Q2025-11-14fiscal Q3 202526880001493152-25-023335
10-Q2025-08-15fiscal Q2 202524780001493152-25-012030
10-Q2025-07-11fiscal Q1 202522480001641172-25-018716
10-K2025-05-02fiscal FY 202423480001641172-25-008374
10-Q2024-11-14fiscal Q3 202423810001493152-24-045418
10-Q2024-08-19fiscal Q2 202421700001493152-24-033075
10-Q2024-05-10fiscal Q1 202421450001493152-24-018651
10-K2024-03-29fiscal FY 202327520001493152-24-011912
10-Q2023-11-13fiscal Q3 202325790001493152-23-040386
10-Q2023-08-11fiscal Q2 202326790001493152-23-027791
10-Q2023-05-12fiscal Q1 202326530001493152-23-016578
10-K2023-04-14fiscal FY 202227530001493152-23-012181
10-Q2022-11-14fiscal Q3 202227790001493152-22-031514
10-Q2022-08-19fiscal Q2 202227780001493152-22-023557
10-Q2022-05-12fiscal Q1 202225530001493152-22-012979
10-K2022-03-29fiscal FY 202130550001493152-22-007923
10-Q2021-11-10fiscal Q3 202127700001493152-21-027835
10-Q2021-08-12fiscal Q2 202126650001493152-21-019479
10-Q2021-05-14fiscal Q1 202126500001493152-21-011388
10-K2021-04-13fiscal FY 202030590001493152-21-008640
10-Q2020-11-10fiscal Q3 202029830001493152-20-020890
10-Q2020-08-13fiscal Q2 202028760001493152-20-015497
10-Q2020-05-08fiscal Q1 202026530001493152-20-008031
10-K2020-03-23fiscal FY 201927490001493152-20-004510
10-Q2020-01-30fiscal Q3 201926730001493152-20-001335
10-Q2019-12-17fiscal Q2 201926640001493152-19-019353
10-Q2019-07-03fiscal Q1 201921380001493152-19-010236
10-K2019-05-14fiscal FY 201820340001493152-19-007087

Inspect the source

Entity
Webstar Technology Group, Inc. / CIK 0001645155
Captured
2026-09-21T17:21:43.757Z
SEC response SHA-256
4730841fe3fe6f63f4f43a9869cbde77fd5a9345ddb267c80559ef70bc87eca8

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