Skip to content

METAVESCO, INC.: filings

Every METAVESCO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2023-10-13

The latest filing in this captured record is a 10-K filed 2023-10-13. No later filing is in the SEC companyfacts record captured on 2026-09-20. METAVESCO, INC. 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-K2023-10-13fiscal FY 202331550001493152-23-037175
10-Q2023-05-12fiscal Q3 202324650001493152-23-016623
10-Q2023-02-14fiscal Q2 202321550001493152-23-004862
10-Q2022-11-14fiscal Q1 202320380001493152-22-032073
10-K2022-10-07fiscal FY 202220370001493152-22-027935
10-Q2022-05-16fiscal Q3 202220540001493152-22-013769
10-Q2022-02-11fiscal Q2 202212350001493152-22-004037
10-Q2021-11-15fiscal Q1 202211230001493152-21-028277
10-K2021-09-01fiscal FY 202115310001493152-21-021776
10-Q2021-05-12fiscal Q3 202114460001493152-21-011068
10-Q2021-02-16fiscal Q2 202114420001493152-21-003896
10-Q2020-11-12fiscal Q1 202115310001493152-20-021049
10-K2020-09-25fiscal FY 202015310001493152-20-018331
10-Q2020-05-11fiscal Q3 202015500001493152-20-008258
10-Q2020-02-11fiscal Q2 202015460001493152-20-001947
10-Q2019-11-19fiscal Q1 202015320001493152-19-017956
10-K2019-09-30fiscal FY 201915310001493152-19-014749
10-Q2019-05-20fiscal Q3 201915400001493152-19-007891
10-Q2019-02-19fiscal Q2 201915380001493152-19-002239
10-Q2018-11-13fiscal Q1 201915300001493152-18-015741
10-K2018-09-05fiscal FY 201818310001493152-18-012904
10-Q2018-06-06fiscal Q3 201816340001493152-18-008264
10-Q2018-05-11fiscal Q2 201816340001493152-18-006621
10-Q2018-04-26fiscal Q1 201816270001493152-18-005838
10-K2018-04-12fiscal FY 201719360001493152-18-005088

Inspect the source

Entity
METAVESCO, INC. / CIK 0000924095
Captured
2026-09-20T05:08:22.807Z
SEC response SHA-256
a0f645a38fdfe2f52877f459647329c0f6f87463e64590d58df88a564f8e0425

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