Skip to content

SafeSpace Global Corporation: filings

Every SafeSpace Global Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-06-15fiscal Q3 202637950001493152-26-028711
10-Q2026-03-17fiscal Q2 202630800001493152-26-010534
10-Q2025-12-15fiscal Q1 202625470001493152-25-027661
10-K2025-10-29fiscal FY 202530570001493152-25-020074
10-Q2025-06-13fiscal Q3 202529890001641172-25-014988
10-Q2025-03-14fiscal Q2 202528830001493152-25-010277
10-Q2024-12-13fiscal Q1 202526510001493152-24-049910
10-K2024-10-29fiscal FY 202430540001493152-24-042789
10-Q2024-06-20fiscal Q3 202428810001493152-24-024375
10-Q2024-03-18fiscal Q2 202429810001493152-24-010237
10-Q2023-12-20fiscal Q1 202426490001493152-23-045526
10-K2023-11-13fiscal FY 202326510001493152-23-040543
10-Q2023-06-12fiscal Q3 202327750001493152-23-020911
10-Q2023-03-22fiscal Q2 202328770001493152-23-008541
10-Q2022-12-15fiscal Q1 202328580001493152-22-035503
10-K2022-09-23fiscal FY 202229560001493152-22-026689
10-Q2022-06-10fiscal Q3 202229780001493152-22-016390
10-Q2022-03-08fiscal Q2 202227690001493152-22-006264
10-Q2021-12-10fiscal Q1 202227540001493152-21-031080
10-K2021-10-28fiscal FY 202128540001493152-21-026632
10-Q2021-06-11fiscal Q3 202128720001493152-21-014099
10-Q2021-03-12fiscal Q2 202127660001493152-21-005855
10-Q2020-12-11fiscal Q1 202126500001493152-20-023361
10-K2020-10-16fiscal FY 202025480001493152-20-019531
10-Q2020-06-11fiscal Q3 202024620001493152-20-010998
10-K2020-03-20fiscal FY 2019312800001493152-20-004397
10-Q2018-03-19fiscal Q2 201828710001393905-18-000105
10-Q2017-12-15fiscal Q1 201828550001393905-17-000402
10-K2017-11-14fiscal FY 201729580001393905-17-000358
10-Q2017-10-05fiscal Q3 201729710001393905-17-000305
10-Q2017-09-20fiscal Q2 201729730001393905-17-000286
10-Q2017-08-25fiscal Q1 201729560001393905-17-000258
10-K2017-07-18fiscal FY 201629580001393905-17-000210
10-Q2017-01-23fiscal Q3 201630750001393905-17-000011
10-Q2017-01-06fiscal Q2 201630680001393905-17-000007
10-Q2016-12-20fiscal Q1 201630540001393905-16-001121
10-K2016-11-23fiscal FY 201528460001393905-16-001111
10-Q2015-06-17fiscal Q3 201520450001393905-15-000326
10-Q2015-06-16fiscal Q3 201520450001393905-15-000321
10-Q2015-03-19fiscal Q2 201513330001393905-15-000124
10-Q2014-12-15fiscal Q1 201514300001393905-14-000696
10-K2014-10-29fiscal FY 201418420001393905-14-000574
10-Q2014-07-22fiscal Q3 201415310001393905-14-000413
10-Q2014-07-21fiscal Q2 201415320001393905-14-000410

Inspect the source

Entity
SafeSpace Global Corporation / CIK 0001584693
Captured
2026-09-19T11:19:19.799Z
SEC response SHA-256
1a24ba8d65687a6a4d6019941db8fc1b39e4c5c6950c932efdf0c1561f2cdde4

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