Skip to content

Vado Corp.: filings

Every Vado Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-14fiscal Q3 2024401170001185185-24-001120
10-Q2024-08-14fiscal Q2 2024401150001185185-24-000822
10-Q2024-05-15fiscal Q1 202439810001185185-24-000533
10-K2024-04-16fiscal FY 202343870001185185-24-000394
10-Q2023-11-14fiscal Q3 2023421210001185185-23-001197
10-Q2023-08-17fiscal Q2 2023421210001185185-23-000860
10-Q2023-05-15fiscal Q1 202342870001185185-23-000526
10-K2023-02-22fiscal FY 202223500001185185-23-000157
10-Q2022-10-11fiscal Q3 202222720001185185-22-001163
10-Q2022-07-11fiscal Q2 202222720001185185-22-000813
10-Q2022-04-14fiscal Q1 202222500001185185-22-000444
10-K2022-02-11fiscal FY 202127580001185185-22-000171
10-Q2021-10-12fiscal Q3 202126800001185185-21-001475
10-Q2021-07-12fiscal Q2 202127810001185185-21-000948
10-Q2021-04-12fiscal Q1 202125540001185185-21-000498
10-K2021-02-03fiscal FY 202027560001185185-21-000151
10-Q/A2020-11-20fiscal Q3 202026780001185185-20-001658
10-Q2020-10-08fiscal Q3 202025740001185185-20-001420
10-Q2020-07-15fiscal Q2 202025720001185185-20-001002
10-Q2020-04-14fiscal Q1 202018430001700849-20-000004
10-K2020-01-13fiscal FY 201924480001700849-20-000002
10-Q2019-10-02fiscal Q3 201922550001700849-19-000009
10-Q2019-06-17fiscal Q2 201921520001700849-19-000007
10-Q2019-03-27fiscal Q1 201921430001700849-19-000004
10-K2019-02-11fiscal FY 201824430001700849-19-000002
10-Q2018-10-18fiscal Q3 201821500001700849-18-000019

Inspect the source

Entity
Vado Corp. / CIK 0001700849
Captured
2026-09-21T17:25:47.833Z
SEC response SHA-256
4a45b9b61fd254b30223c44fc039e7de096bb445f07c94bcc2e23189b6056fc4

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