VIDEO DISPLAY CORPORATION: operating lease liability
Operating lease liability for VIDEO DISPLAY CORPORATION. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All VIDEO DISPLAY CORPORATION financial histories
What this measure means
Present value of remaining operating lease payments. Discount-rate choices and lease terms affect the amount; it is not the sum of undiscounted future rent.
Exact concept: us-gaap:OperatingLeaseLiability. Each value is a balance at the reporting date, not a flow earned over a year. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2020-02-29 to 2024-02-29. The SEC response was captured on 2026-09-21.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2024-02-29 | 180,000 | USD | 2024-07-03 | 10-K · 0001437749-24-022094 |
| At date | 2023-02-28 | 354,000 | USD | 2024-07-03 | 10-K · 0001437749-24-022094 |
| At date | 2022-02-28 | 590,000 | USD | 2023-05-30 | 10-K · 0001193125-23-156706 |
| At date | 2021-02-28 | 1,157,000 | USD | 2021-05-28 | 10-K · 0001193125-21-176304 |
| At date | 2020-04-13 | 1,648,000 | USD | 2020-05-29 | 10-K · 0001193125-20-155251 |
| At date | 2020-02-29 | 1,648,000 | USD | 2020-05-29 | 10-K · 0001193125-20-155251 |
Related financial histories
- VIDEO DISPLAY CORPORATION: total assets
- VIDEO DISPLAY CORPORATION: total liabilities
- VIDEO DISPLAY CORPORATION: stockholders equity
- VIDEO DISPLAY CORPORATION: cash and cash equivalents
- VIDEO DISPLAY CORPORATION: net income or loss
- VIDEO DISPLAY CORPORATION: operating cash flow
- VIDEO DISPLAY CORPORATION: capital expenditure payments
- VIDEO DISPLAY CORPORATION: revenue
- VIDEO DISPLAY CORPORATION: contract revenue excluding tax
- VIDEO DISPLAY CORPORATION: financing cash flow
- VIDEO DISPLAY CORPORATION: investing cash flow
- VIDEO DISPLAY CORPORATION: retained earnings or deficit
- VIDEO DISPLAY CORPORATION: basic weighted-average shares
- VIDEO DISPLAY CORPORATION: diluted weighted-average shares
- VIDEO DISPLAY CORPORATION: basic earnings per share
- VIDEO DISPLAY CORPORATION: diluted earnings per share
- VIDEO DISPLAY CORPORATION: income tax expense or benefit
- VIDEO DISPLAY CORPORATION: net property, plant and equipment
- VIDEO DISPLAY CORPORATION: share-based compensation expense
- VIDEO DISPLAY CORPORATION: operating income or loss
- VIDEO DISPLAY CORPORATION: current assets
- VIDEO DISPLAY CORPORATION: interest expense
- VIDEO DISPLAY CORPORATION: current liabilities
- VIDEO DISPLAY CORPORATION: current accounts payable
- VIDEO DISPLAY CORPORATION: goodwill carrying amount
- VIDEO DISPLAY CORPORATION: net finite-lived intangible assets
- VIDEO DISPLAY CORPORATION: net current accounts receivable
- VIDEO DISPLAY CORPORATION: common-stock repurchase payments
- VIDEO DISPLAY CORPORATION: operating expenses
- VIDEO DISPLAY CORPORATION: net inventory
- VIDEO DISPLAY CORPORATION: gross profit
- VIDEO DISPLAY CORPORATION: research and development expense
- VIDEO DISPLAY CORPORATION: common shares outstanding
- VIDEO DISPLAY CORPORATION: cash including restricted cash
- VIDEO DISPLAY CORPORATION: operating lease right-of-use asset
- VIDEO DISPLAY CORPORATION: long-term debt
- VIDEO DISPLAY CORPORATION: gross property, plant and equipment
- VIDEO DISPLAY CORPORATION: accumulated depreciation on property, plant and equipment
- VIDEO DISPLAY CORPORATION: net intangible assets excluding goodwill
- VIDEO DISPLAY CORPORATION: other noncurrent assets
- VIDEO DISPLAY CORPORATION: other noncurrent liabilities
- VIDEO DISPLAY CORPORATION: accrued current liabilities
- VIDEO DISPLAY CORPORATION: prepaid expenses and other current assets
- VIDEO DISPLAY CORPORATION: current contract liabilities
- VIDEO DISPLAY CORPORATION: pre-tax income or loss from continuing operations
- VIDEO DISPLAY CORPORATION: profit or loss including noncontrolling interests
- VIDEO DISPLAY CORPORATION: general and administrative expense
- VIDEO DISPLAY CORPORATION: depreciation expense
- VIDEO DISPLAY CORPORATION: depreciation, depletion and amortization
- VIDEO DISPLAY CORPORATION: amortization of intangible assets
- VIDEO DISPLAY CORPORATION: other nonoperating income or expense
- VIDEO DISPLAY CORPORATION: nonoperating income or expense
- VIDEO DISPLAY CORPORATION: current income tax expense or benefit
- VIDEO DISPLAY CORPORATION: deferred income tax expense or benefit
- VIDEO DISPLAY CORPORATION: interest paid, net
- VIDEO DISPLAY CORPORATION: income taxes paid, net
- VIDEO DISPLAY CORPORATION: operating lease payments
- VIDEO DISPLAY CORPORATION: change in accounts receivable
- VIDEO DISPLAY CORPORATION: change in inventories
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
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))