Skip to content

SinglePoint Inc.: filings

Every SinglePoint Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-K2025-09-10fiscal FY 2024511070001477932-25-006613
10-Q2024-12-31fiscal Q3 2024431240001477932-24-008387
10-Q2024-09-27fiscal Q2 2024441240001477932-24-005981
10-Q2024-08-29fiscal Q1 202447960001477932-24-005360
10-K/A2024-08-23fiscal FY 202343860001477932-24-005209
10-K2024-07-19fiscal FY 202343860001477932-24-004300
10-Q2023-11-14fiscal Q3 2023441230001477932-23-008435
10-Q2023-08-14fiscal Q2 2023481330001477932-23-006078
10-Q2023-05-15fiscal Q1 202342720001477932-23-003555
10-K2023-03-31fiscal FY 202242850001477932-23-002144
10-Q2022-11-14fiscal Q3 2022441250001477932-22-008506
10-Q2022-08-15fiscal Q2 2022431200001477932-22-006131
10-Q2022-05-16fiscal Q1 202239820001477932-22-003479
10-K2022-03-31fiscal FY 202140820001477932-22-001768
10-Q2021-11-15fiscal Q3 2021421140001477932-21-008366
10-Q2021-08-16fiscal Q2 2021391040001477932-21-005632
10-Q2021-05-17fiscal Q1 202140830001477932-21-003289
10-K2021-04-15fiscal FY 202038770001477932-21-002371
10-Q2020-11-16fiscal Q3 2020411150001477932-20-006618
10-Q2020-08-14fiscal Q2 2020391040001477932-20-004938
10-Q2020-05-20fiscal Q1 202036750001477932-20-002953
10-K2020-03-31fiscal FY 201935670001477932-20-001718
10-Q2019-11-12fiscal Q3 201935910001477932-19-006301
10-Q2019-08-15fiscal Q2 201933900001477932-19-004882
10-Q2019-05-15fiscal Q1 201933670001477932-19-002791
10-K2019-04-05fiscal FY 201837680001477932-19-001480
10-Q2018-11-14fiscal Q3 201836920001477932-18-005562
10-Q2018-08-20fiscal Q2 201836940001477932-18-004209

Inspect the source

Entity
SinglePoint Inc. / CIK 0001443611
Captured
2026-09-21T17:19:56.559Z
SEC response SHA-256
7362973c3a7714408e045e7bef4d7c94ad41b2857ed03f0cfe813f730e6026f7

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