Skip to content

VIVIC CORP.: filings

Every VIVIC CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-14fiscal Q3 2026411080001493152-26-022847
10-Q2026-02-13fiscal Q2 2026411060001493152-26-006616
10-Q2025-11-14fiscal Q1 202638680001493152-25-023224
10-K2025-09-30fiscal FY 202544820001493152-25-016319
10-Q2025-05-15fiscal Q3 2025431260001641172-25-010444
10-Q2025-02-14fiscal Q2 2025431240001493152-25-006673
10-Q2024-11-14fiscal Q1 202541790001493152-24-045448
10-K2024-10-23fiscal FY 202445840001493152-24-042140
10-Q2024-08-14fiscal Q2 2024421170001493152-24-032004
10-Q2024-05-14fiscal Q1 202443780001493152-24-019136
10-K2024-04-16fiscal FY 202344820001493152-24-014695
10-Q2023-11-14fiscal Q3 2023421200001493152-23-040821
10-Q2023-08-15fiscal Q2 2023431170001493152-23-028903
10-Q2023-05-15fiscal Q1 202350970001493152-23-016988
10-K2023-03-30fiscal FY 202244890001549727-23-000010
10-Q2022-11-14fiscal Q3 2022441230001549727-22-000093
10-Q2022-08-15fiscal Q2 2022441190001549727-22-000067
10-Q/A2022-08-15fiscal Q3 2021431150001549727-22-000065
10-Q/A2022-08-12fiscal Q2 2021431080001549727-22-000063
10-Q/A2022-08-11fiscal Q1 202136710001549727-22-000061
10-Q2022-05-23fiscal Q1 202243830001549727-22-000034
10-K/A2022-05-17fiscal FY 202145830001549727-22-000032
10-Q2021-11-15fiscal Q3 2021391030001549727-21-000069
10-Q2021-08-12fiscal Q2 202139990001549727-21-000043
10-Q2021-05-14fiscal Q1 202138720001549727-21-000022
10-K2021-03-29fiscal FY 202033790001549727-21-000016
10-Q2020-11-12fiscal Q3 202033870001549727-20-000054
10-Q2020-08-10fiscal Q2 202032860001549727-20-000034
10-Q2020-05-20fiscal Q1 202032570001549727-20-000031
10-Q2019-11-14fiscal Q3 201918460001549727-19-000032
10-Q2019-09-16fiscal Q1 201919360001549727-19-000024
10-K2019-08-12fiscal FY 201824420001549727-19-000022
10-Q2019-03-28fiscal Q3 201824560001549727-19-000007
10-Q2018-11-30fiscal Q2 201921560001703073-18-000012
10-Q2018-08-29fiscal Q1 201920400001703073-18-000010
10-K2018-06-21fiscal FY 201821400001703073-18-000008
10-Q2018-03-08fiscal Q3 201821340001703073-18-000002
10-Q2017-12-06fiscal Q2 201821340001703073-17-000011

Inspect the source

Entity
VIVIC CORP. / CIK 0001703073
Captured
2026-09-19T11:20:32.065Z
SEC response SHA-256
d84163d667aecbf0af793e28ebb43020da21525be45533ca546be0ad2b4d79cf

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