Skip to content

VISIUM TECHNOLOGIES, INC.: filings

Every VISIUM TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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 Q3 202627820001654954-26-005185
10-Q2026-02-20fiscal Q2 202626820001654954-26-001435
10-Q2025-11-19fiscal Q1 202627580001654954-25-013301
10-K2025-10-07fiscal FY 202527560001654954-25-011506
10-Q2025-05-15fiscal Q3 202524730001654954-25-005761
10-Q2025-02-14fiscal Q2 202525760001654954-25-001579
10-Q2024-11-14fiscal Q1 202527580001654954-24-014469
10-K2024-09-30fiscal FY 202427550001654954-24-012507
10-Q2024-05-15fiscal Q3 202424700001654954-24-006412
10-Q2024-02-20fiscal Q2 202424700001654954-24-001969
10-Q2023-11-20fiscal Q1 202424520001654954-23-014621
10-K2023-10-06fiscal FY 202326540001654954-23-012664
10-Q2023-05-15fiscal Q3 202325710001654954-23-006569
10-Q/A2023-03-06fiscal Q2 202325740001654954-23-002434
10-Q2023-02-14fiscal Q2 202325740001654954-23-001733
10-Q2022-11-18fiscal Q1 202326560001654954-22-015550
10-K2022-10-04fiscal FY 202224490001654954-22-013289
10-Q2022-05-13fiscal Q3 202220580001654954-22-006715
10-Q2022-01-20fiscal Q2 202220580001654954-22-000688
10-Q/A2021-11-08fiscal Q1 202219420001654954-21-011755
10-K2021-10-13fiscal FY 202123450001654954-21-011057
10-Q2021-05-17fiscal Q3 202122620001654954-21-005789
10-Q2021-02-16fiscal Q2 202122620001654954-21-001685
10-Q2020-11-12fiscal Q1 202122460001654954-20-012256
10-K2020-10-09fiscal FY 202023470001654954-20-010986
10-Q2020-06-29fiscal Q3 202024650001654954-20-007085
10-Q2020-02-12fiscal Q2 202023550001493152-20-002019
10-Q2019-11-14fiscal Q1 202020400001493152-19-017168
10-K2019-09-27fiscal FY 201921410001493152-19-014676
10-Q2019-05-13fiscal Q3 201922630001493152-19-006926
10-Q2019-02-13fiscal Q2 201923500001493152-19-001833
10-Q2018-11-14fiscal Q1 201918360001493152-18-016129
10-K2018-08-20fiscal FY 201821430001493152-18-012383
10-Q2018-05-10fiscal Q3 201817460001493152-18-006578
10-Q2018-04-05fiscal Q3 201519510001493152-18-004807
10-Q2018-04-05fiscal Q2 201519530001493152-18-004805
10-Q2018-04-05fiscal Q1 201518370001493152-18-004803
10-Q2018-04-05fiscal Q3 201420510001493152-18-004802
10-Q2018-04-05fiscal Q2 201421560001493152-18-004801
10-Q2018-04-05fiscal Q1 201418380001493152-18-004800
10-Q2018-02-09fiscal Q2 201820570001493152-18-001698
10-Q2017-11-14fiscal Q1 201818360001493152-17-013231
10-K2017-09-28fiscal FY 201722450001493152-17-011047
10-Q2017-05-15fiscal Q3 201722610001493152-17-005365
10-Q2017-02-13fiscal Q2 201722630001493152-17-001395
10-Q2016-11-14fiscal Q1 201719360001493152-16-014936
10-K/A2016-10-14fiscal FY 201622440001493152-16-014027
10-K2016-10-13fiscal FY 201622440001493152-16-014009
10-Q2016-05-16fiscal Q3 201620570001493152-16-009857
10-Q2016-05-06fiscal Q2 201620570001493152-16-009475
10-Q2016-05-06fiscal Q1 201618380001493152-16-009474
10-K2016-04-11fiscal FY 201520410001493152-16-008799
10-K2016-02-04fiscal FY 201420420001493152-16-007138
10-K2015-09-01fiscal FY 201323450001493152-15-004104
10-Q2013-05-20fiscal Q3 201321630001437749-13-006433

Inspect the source

Entity
VISIUM TECHNOLOGIES, INC. / CIK 0001082733
Captured
2026-09-20T05:20:47.800Z
SEC response SHA-256
251e725d3fea86663694ee893db7d76a6baba7bfe2f9d7a6c5950fa9a1f9d907

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