Skip to content

Value Exchange International, Inc.: filings

Every Value Exchange International, Inc. 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 2024501380001214659-24-019065
10-Q2024-08-14fiscal Q2 2024491340001214659-24-014580
10-Q/A2024-07-19fiscal Q1 2024501030001214659-24-012643
10-K2024-07-16fiscal FY 2023531060001214659-24-012449
10-Q2023-11-15fiscal Q3 2023491350001214659-23-015207
10-Q2023-08-21fiscal Q2 2023481320001214659-23-011539
10-Q2023-05-15fiscal Q1 202345910001214659-23-007064
10-K2023-03-31fiscal FY 202247950001214659-23-004552
10-Q2022-11-10fiscal Q3 2022461150001214659-22-013397
10-Q2022-08-15fiscal Q2 2022461170001214659-22-010070
10-Q2022-05-16fiscal Q1 202246940001214659-22-006899
10-K2022-04-15fiscal FY 202147940001214659-22-005300
10-Q2021-11-15fiscal Q3 2021421080001214659-21-011652
10-Q2021-08-16fiscal Q2 2021441110001214659-21-008584
10-Q/A2021-05-24fiscal Q1 202143900001078782-21-000482
10-K2021-03-31fiscal FY 202045920001078782-21-000290
10-Q2020-11-13fiscal Q3 202043900001078782-20-000853
10-Q2015-01-20fiscal Q1 201417360001078782-15-000073
10-K2014-12-12fiscal FY 201317350001078782-14-002262
10-Q2014-05-08fiscal Q3 201320670001078782-14-000819
10-Q2014-04-17fiscal Q2 201320680001078782-14-000682
10-Q2014-04-17fiscal Q1 201320540001078782-14-000680
10-K2013-11-29fiscal FY 201220520001078782-13-002374
10-Q2012-07-16fiscal Q3 201218650001078782-12-001779
10-Q2012-04-23fiscal Q2 201216550001078782-12-001121
10-Q/A2012-01-23fiscal Q1 201217460001078782-12-000170

Inspect the source

Entity
Value Exchange International, Inc. / CIK 0001417664
Captured
2026-09-21T17:19:02.235Z
SEC response SHA-256
3e90ba6c8d9832833a10ec8a0d08003e8b5202eb0800ded9c1f7a17b9c060e88

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