Skip to content

VISIBER57 CORP.: filings

Every VISIBER57 CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2023-04-28

The latest filing in this captured record is a 10-Q filed 2023-04-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. VISIBER57 CORP. 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-04-28fiscal Q2 202316500001493152-23-014050
10-Q2023-01-13fiscal Q1 202316340001493152-23-001346
10-K2022-12-16fiscal FY 202216330001493152-22-035659
10-Q2022-07-13fiscal Q3 202216540001493152-22-019122
10-Q2022-04-13fiscal Q2 202214420001493152-22-009762
10-Q2022-01-14fiscal Q1 202214300001493152-22-001191
10-K2022-01-05fiscal FY 202114290001493152-22-000377
10-Q2021-07-13fiscal Q3 202114480001493152-21-016680
10-Q2021-04-09fiscal Q2 202114420001493152-21-008370
10-Q2021-01-12fiscal Q1 202114300001493152-21-000811
10-K2020-11-30fiscal FY 202014290001493152-20-022651
10-Q2020-07-09fiscal Q3 202014460001493152-20-012882
10-Q2020-04-09fiscal Q2 202014420001493152-20-006102
10-Q2020-01-13fiscal Q1 202014300001493152-20-000497
10-K2019-11-26fiscal FY 201914290001493152-19-018419
10-Q2019-07-12fiscal Q3 201915480001493152-19-010530
10-Q2019-04-12fiscal Q2 201914420001493152-19-005186
10-Q2019-01-10fiscal Q1 201915300001493152-19-000411
10-K2018-11-27fiscal FY 201814290001493152-18-016730
10-Q2018-07-12fiscal Q3 201814360001493152-18-009918
10-Q2018-04-13fiscal Q2 201813340001493152-18-005110
10-Q2018-01-16fiscal Q1 201813260001493152-18-000551
10-K2017-11-28fiscal FY 201717310001493152-17-013854
10-Q2017-07-13fiscal Q3 201717390001493152-17-007768
10-Q2017-04-11fiscal Q2 201716370001493152-17-003738
10-Q2017-01-12fiscal Q1 201716290001493152-17-000389
10-K2016-12-15fiscal FY 201616330001493152-16-015909

Inspect the source

Entity
VISIBER57 CORP. / CIK 0001627041
Captured
SEC response SHA-256
bbae21fac9520ee752c4db31f822af3db7af657727fb14a500210568eea8cc5b

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