Skip to content

SHARING SERVICES GLOBAL CORPORATION: filings

Every SHARING SERVICES GLOBAL CORPORATION 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-Q2024-11-13fiscal Q2 2025441190001493152-24-045193
10-Q2024-08-09fiscal Q1 202543840001493152-24-031048
10-K2024-07-01fiscal FY 202444870001493152-24-025787
10-Q2024-02-14fiscal Q3 2024461220001493152-24-006526
10-Q2023-11-14fiscal Q2 2024461210001493152-23-041207
10-Q2023-08-11fiscal Q1 202445860001493152-23-027845
10-K2023-06-23fiscal FY 202348930001493152-23-022193
10-Q2023-02-07fiscal Q3 2023471240001493152-23-003848
10-Q2022-11-14fiscal Q2 2023481280001493152-22-031688
10-Q2022-08-15fiscal Q1 202346900001493152-22-023012
10-K/A2022-07-07fiscal FY 202249970001493152-22-018819
10-K2022-06-21fiscal FY 202249970001493152-22-017240
10-Q2022-02-11fiscal Q3 2022491320001493152-22-004041
10-Q2021-11-12fiscal Q2 2022461300001493152-21-027989
10-Q2021-08-16fiscal Q1 202244880001493152-21-019900
10-Q2021-03-12fiscal Q3 2021451270001493152-21-005836
10-Q2020-12-14fiscal Q2 2021451210001493152-20-023544
10-Q2020-09-11fiscal Q1 202145900001493152-20-017648
10-K2020-07-08fiscal FY 202046860001493152-20-012834
10-Q2020-03-12fiscal Q3 2020421110001493152-20-003829
10-Q2019-12-16fiscal Q2 2020421110001493152-19-019275
10-Q2019-09-16fiscal Q1 202041810001493152-19-014136
10-K2019-07-10fiscal FY 201939770001493152-19-010468
10-Q2019-03-15fiscal Q3 2019391060001493152-19-003392
10-Q2018-12-13fiscal Q2 201939970001493152-18-017444
10-Q/A2018-09-20fiscal Q1 201935700001469709-18-000165
10-Q2018-09-14fiscal Q1 201935700001469709-18-000162
10-K2018-08-10fiscal FY 201831340001469709-18-000132
10-Q2018-03-26fiscal Q3 201829390001469709-18-000046
10-Q2017-12-27fiscal Q2 201821290001469709-17-000316
10-Q2017-09-22fiscal Q1 201822250001469709-17-000234
10-K2017-09-11fiscal FY 201722470001469709-17-000212
10-Q2017-03-17fiscal Q3 201713340001469709-17-000043
10-Q2016-12-14fiscal Q2 201711230001477932-16-014074
10-Q2016-09-14fiscal Q1 201710180001477932-16-012481
10-K2016-08-08fiscal FY 201612210001477932-16-011664
10-Q2016-03-14fiscal Q3 201611170001477932-16-009023
10-Q2015-12-09fiscal Q2 201610170001477932-15-007538

Inspect the source

Entity
SHARING SERVICES GLOBAL CORPORATION / CIK 0001644488
Captured
2026-09-21T17:23:09.312Z
SEC response SHA-256
a2d82b9139a15f70913ce17e87f15bb71f5dd5009420fa3e011c7919aff55406

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