Skip to content

DSG Global, Inc.: filings

Every DSG 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.

Filing record ends 2023-08-29

The latest filing in this captured record is a 10-Q filed 2023-08-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. DSG Global, 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-Q2023-08-29fiscal Q2 2023441260001493152-23-030494
10-K/A2023-07-13fiscal FY 202245880001493152-23-024445
10-Q2023-07-13fiscal Q1 202341840001493152-23-024440
10-K2023-04-18fiscal FY 202245870001493152-23-012658
10-Q2022-11-14fiscal Q3 2022421150001493152-22-032287
10-Q2022-08-18fiscal Q2 2022411130001493152-22-023418
10-Q/A2022-08-18fiscal Q1 202240810001493152-22-023393
10-K2022-04-01fiscal FY 202147910001493152-22-008666
10-Q2021-11-15fiscal Q3 2021411080001493152-21-028454
10-Q2021-08-16fiscal Q2 202138980001493152-21-020112
10-Q2021-05-17fiscal Q1 202143840001493152-21-011895
10-K2021-03-05fiscal FY 202043870001493152-21-005426
10-Q2020-11-12fiscal Q3 2020431270001493152-20-021157
10-Q2020-08-14fiscal Q2 2020391160001493152-20-015867
10-Q2020-06-29fiscal Q1 202040800001493152-20-012112
10-K2020-05-15fiscal FY 201944900001493152-20-008900
10-Q2019-11-14fiscal Q3 2019471340001493152-19-017456
10-Q2019-08-16fiscal Q2 2019471300001493152-19-012857
10-Q2019-06-17fiscal Q1 201943870001493152-19-009268
10-K2019-05-28fiscal FY 201845860001493152-19-008278
10-Q2018-12-28fiscal Q3 2018411040001493152-18-018055
10-Q2018-08-15fiscal Q2 2018401010001493152-18-011999
10-Q2018-05-23fiscal Q1 201833690001493152-18-007687
10-K2018-04-25fiscal FY 201738730001493152-18-005781
10-Q2017-12-21fiscal Q3 201734870001493152-17-014956
10-Q2017-12-21fiscal Q3 201734870001493152-17-014934
10-Q2017-08-21fiscal Q2 2017381050001493152-17-009678
10-Q2017-05-22fiscal Q1 201736690001493152-17-005744
10-K2017-04-28fiscal FY 201637720001493152-17-004554
10-Q2016-12-16fiscal Q3 2016391110001493152-16-015970
10-Q2016-08-26fiscal Q2 2016391100001493152-16-012917
10-Q2016-05-20fiscal Q1 201637740001165527-16-000788
10-K2016-05-02fiscal FY 201538730001165527-16-000752
10-Q2015-11-16fiscal Q3 2015361050001165527-15-000554
10-Q2015-08-14fiscal Q2 2015361020001165527-15-000410
10-Q2015-05-20fiscal Q2 201515450001165527-15-000252
10-Q2015-03-12fiscal Q1 201515340001165527-15-000106
10-K2015-02-18fiscal FY 201416470001165527-15-000070
10-Q2014-08-20fiscal Q3 201416470001165527-14-000522
10-Q2014-05-15fiscal Q2 201416470001165527-14-000308
10-Q2014-02-19fiscal Q1 201416350001165527-14-000108
10-K2014-01-15fiscal FY 201318480001165527-14-000035
10-Q2013-08-14fiscal Q3 201318530001165527-13-000718
10-K2013-01-07fiscal FY 201219470001165527-13-000016
10-Q2012-08-14fiscal Q3 201218520001165527-12-000870
10-Q2012-05-15fiscal Q2 201217550001165527-12-000469
10-K/A2012-04-25fiscal FY 201116440001165527-12-000364
10-Q2012-02-14fiscal Q1 201217430001165527-12-000130
10-Q2011-08-16fiscal Q3 201117550001165527-11-000745

Inspect the source

Entity
DSG Global, Inc. / CIK 0001413909
Captured
SEC response SHA-256
5ccfe780265717e69361cca82eb6a78c764232beb1055034048cf863f7297e41

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