Skip to content

VERITEC, INC.: filings

Every VERITEC, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2025-01-14fiscal Q1 202529620001713282-25-000012
10-K2024-10-10fiscal FY 202432660001713282-24-001164
10-Q2024-05-20fiscal Q2 202423670001607062-24-000202
10-Q2024-02-20fiscal Q2 202423670001607062-24-000076
10-Q2023-11-14fiscal Q1 202424510001607062-23-000497
10-K2023-10-13fiscal FY 202330620001607062-23-000457
10-Q2023-05-11fiscal Q2 202324690001607062-23-000266
10-Q2023-02-14fiscal Q2 202322640001607062-23-000092
10-Q2022-11-02fiscal Q1 202323500001607062-22-000650
10-K2022-10-07fiscal FY 202228580001607062-22-000615
10-Q2022-05-02fiscal Q3 202226760001607062-22-000316
10-Q2022-02-04fiscal Q2 202226760001607062-22-000072
10-Q2021-11-12fiscal Q1 202227580001607062-21-000514
10-K2021-10-08fiscal FY 202126540001607062-21-000393
10-Q2021-04-30fiscal Q3 202127780001607062-21-000106
10-Q2021-01-28fiscal Q2 202126760001607062-21-000017
10-Q2020-11-09fiscal Q1 202127580001607062-20-000319
10-K2020-09-15fiscal FY 202026540001607062-20-000278
10-Q2020-05-04fiscal Q3 202022660001607062-20-000120
10-Q2020-02-03fiscal Q2 202022650001607062-20-000038
10-Q2019-11-13fiscal Q1 202025520001607062-19-000435
10-K2019-09-30fiscal FY 201924480001607062-19-000377
10-Q2019-05-10fiscal Q3 201922670001607062-19-000202
10-Q2019-02-06fiscal Q2 201922670001607062-19-000054
10-Q2018-11-14fiscal Q1 201922450001607062-18-000411
10-K2018-10-05fiscal FY 201826510001607062-18-000326
10-Q2018-05-11fiscal Q3 201825640001607062-18-000162
10-Q2018-02-14fiscal Q2 201825650001607062-18-000059
10-Q2017-11-14fiscal Q1 201825490001607062-17-000393
10-K2017-10-10fiscal FY 201722440001607062-17-000325
10-Q2017-05-22fiscal Q3 201728760001607062-17-000207
10-Q/A2017-02-23fiscal Q2 201628720001607062-17-000083
10-Q2017-02-15fiscal Q2 201628720001607062-17-000076
10-Q2016-11-07fiscal Q1 201628570001607062-16-001041
10-K2016-09-26fiscal FY 201629580001607062-16-000997
10-Q2016-05-16fiscal Q3 201628740001607062-16-000845
10-Q2016-03-21fiscal Q2 201528750001607062-16-000747
10-Q2016-03-21fiscal Q1 201528570001607062-16-000745
10-Q2016-03-21fiscal Q3 201529740001607062-16-000743
10-Q2016-03-21fiscal Q2 201529740001607062-16-000741
10-Q2016-03-21fiscal Q1 201527530001607062-16-000739
10-K2016-01-21fiscal FY 201531610001607062-16-000600
10-Q2015-08-18fiscal Q3 201326670001607062-15-000371
10-Q2015-08-18fiscal Q2 201221550001607062-15-000369
10-K2015-06-26fiscal FY 201327530001607062-15-000289
10-Q2015-06-26fiscal Q3 201426660001607062-15-000287
10-Q2015-06-26fiscal Q2 201326630001607062-15-000285
10-Q2015-06-26fiscal Q1 201326540001607062-15-000284
10-K2014-10-20fiscal FY 201330590001607062-14-000146
10-Q/A2013-01-16fiscal Q1 201326520001471242-13-000030
10-K/A2012-10-24fiscal FY 201224510001471242-12-001422
10-Q2012-05-22fiscal Q3 201214370001471242-12-000791
10-Q2012-02-21fiscal Q2 201223590001471242-12-000246
10-Q/A2011-11-30fiscal Q1 201222440001471242-11-000383

Inspect the source

Entity
VERITEC, INC. / CIK 0000773318
Captured
2026-09-21T17:16:58.389Z
SEC response SHA-256
e96caa0df3ca1a0d9d24b5c05de8d00791b54a68d6e1b2470de08c9208b35521

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