Skip to content

VIDEO DISPLAY CORPORATION: filings

Every VIDEO DISPLAY CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-10-15fiscal Q2 2025401140001437749-24-031205
10-Q2024-07-18fiscal Q1 202541840001437749-24-022960
10-K2024-07-03fiscal FY 2024411150001437749-24-022094
10-Q2024-01-12fiscal Q3 2024441210001437749-24-001260
10-Q2023-10-12fiscal Q2 2023441220001437749-23-028110
10-Q2023-07-17fiscal Q1 202444900001437749-23-020031
10-K2023-05-30fiscal FY 2023491400001193125-23-156706
10-Q2023-01-17fiscal Q3 2022471290001193125-23-009408
10-Q2022-10-17fiscal Q2 2022471290001193125-22-263460
10-Q2022-07-20fiscal Q1 202247970001193125-22-198002
10-K2022-05-31fiscal FY 2022491390001193125-22-164074
10-Q2022-01-14fiscal Q3 2022451220001193125-22-009440
10-Q2021-10-15fiscal Q2 2022451230001193125-21-299582
10-Q2021-07-12fiscal Q1 202245920001193125-21-213156
10-K2021-05-28fiscal FY 2021491370001193125-21-176304
10-Q2021-01-14fiscal Q3 2021461220001193125-21-008791
10-Q2020-10-15fiscal Q2 2021461230001193125-20-269729
10-Q2020-07-15fiscal Q1 202145910001193125-20-192895
10-K2020-05-29fiscal FY 2020511370001193125-20-155251
10-Q2020-01-14fiscal Q3 2020471200001193125-20-006806
10-Q2019-10-15fiscal Q2 2020471220001193125-19-267794
10-Q2019-07-15fiscal Q1 202047930001193125-19-193988
10-K2019-05-29fiscal FY 2019471350001193125-19-159078
10-Q2019-01-18fiscal Q3 2019461190001193125-19-012151
10-Q2018-10-15fiscal Q2 2019431140001193125-18-299036
10-Q2018-07-16fiscal Q1 201942850001193125-18-218354
10-K2018-05-29fiscal FY 2018431170001193125-18-176407
10-Q2018-01-16fiscal Q3 2018371020001193125-18-011279
10-Q2017-10-16fiscal Q2 2018371020001193125-17-310548
10-Q2017-07-17fiscal Q1 201837750001193125-17-229341
10-K2017-05-30fiscal FY 2017441190001193125-17-187057
10-Q2017-01-13fiscal Q3 201736930001193125-17-009531
10-Q2016-10-14fiscal Q2 201737970001193125-16-738484
10-Q2016-07-15fiscal Q1 201738750001193125-16-649377
10-K2016-05-26fiscal FY 2016441160001193125-16-604208
10-Q2016-01-14fiscal Q3 2016401010001193125-16-429994
10-Q2015-10-15fiscal Q2 2016401020001193125-15-344693
10-Q2015-07-15fiscal Q1 201640790001193125-15-253619
10-K2015-05-29fiscal FY 2015431180001193125-15-206591
10-Q2015-01-14fiscal Q3 201539980001193125-15-010611
10-Q2014-10-15fiscal Q2 201539990001193125-14-372458
10-Q2014-07-15fiscal Q1 201543850001193125-14-269244
10-K2014-05-29fiscal FY 2013481270001193125-14-217419
10-Q2014-01-14fiscal Q3 2013451140001193125-14-010569
10-Q2013-10-15fiscal Q2 2013451140001193125-13-399728
10-Q2013-07-15fiscal Q1 201344880001193125-13-290648
10-K2013-05-29fiscal FY 2012471260001193125-13-239279
10-Q2013-01-14fiscal Q3 2012451160001193125-13-012021
10-Q2012-10-15fiscal Q2 2012451150001193125-12-423408
10-Q2012-07-13fiscal Q1 201240790001193125-12-302058
10-K2012-05-29fiscal FY 201140800001193125-12-250615
10-Q2012-01-17fiscal Q3 2011411030001193125-12-013630
10-Q2011-10-14fiscal Q2 2011401020000950123-11-089987

Inspect the source

Entity
VIDEO DISPLAY CORPORATION / CIK 0000758743
Captured
2026-09-21T17:16:55.290Z
SEC response SHA-256
4bf2535656dbab6af649d12866734310e5d2e076ac326aedfe68625d67097a4a

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