VSE CORPORATION: interest paid, net
Interest paid, net for VSE CORPORATION. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All VSE CORPORATION financial histories
What this measure means
Cash interest paid during the period, net of amounts capitalized where the filer reports it that way. It differs from interest expense recognized.
Exact concept: us-gaap:InterestPaidNet. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2016-01-01 to 2025-12-31. The SEC response was captured on 2026-09-19.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2025-01-01 | 2025-12-31 | 26,849,000 | USD | 2026-02-27 | 10-K · 0000102752-26-000015 |
| 2024-01-01 | 2024-12-31 | 37,076,000 | USD | 2026-02-27 | 10-K · 0000102752-26-000015 |
| 2023-01-01 | 2023-12-31 | 35,039,000 | USD | 2026-02-27 | 10-K · 0000102752-26-000015 |
| 2022-01-01 | 2022-12-31 | 16,423,000 | USD | 2025-03-03 | 10-K · 0000102752-25-000014 |
| 2021-01-01 | 2021-12-31 | 12,146,000 | USD | 2024-03-08 | 10-K · 0000102752-24-000017 |
| 2020-01-01 | 2020-12-31 | 13,936,000 | USD | 2023-03-10 | 10-K · 0000102752-23-000012 |
| 2019-01-01 | 2019-12-31 | 13,468,000 | USD | 2022-03-11 | 10-K · 0000102752-22-000013 |
| 2018-01-01 | 2018-12-31 | 7,523,000 | USD | 2021-03-05 | 10-K · 0000102752-21-000039 |
| 2017-01-01 | 2017-12-31 | 7,606,000 | USD | 2020-03-09 | 10-K · 0000102752-20-000016 |
| 2016-01-01 | 2016-12-31 | 8,230,000 | USD | 2019-03-07 | 10-K · 0000102752-19-000013 |
Related financial histories
- VSE CORPORATION: total assets
- VSE CORPORATION: total liabilities
- VSE CORPORATION: stockholders equity
- VSE CORPORATION: cash and cash equivalents
- VSE CORPORATION: net income or loss
- VSE CORPORATION: operating cash flow
- VSE CORPORATION: capital expenditure payments
- VSE CORPORATION: revenue
- VSE CORPORATION: contract revenue excluding tax
- VSE CORPORATION: financing cash flow
- VSE CORPORATION: investing cash flow
- VSE CORPORATION: retained earnings or deficit
- VSE CORPORATION: basic weighted-average shares
- VSE CORPORATION: diluted weighted-average shares
- VSE CORPORATION: basic earnings per share
- VSE CORPORATION: diluted earnings per share
- VSE CORPORATION: income tax expense or benefit
- VSE CORPORATION: net property, plant and equipment
- VSE CORPORATION: share-based compensation expense
- VSE CORPORATION: operating income or loss
- VSE CORPORATION: current assets
- VSE CORPORATION: interest expense
- VSE CORPORATION: current liabilities
- VSE CORPORATION: current accounts payable
- VSE CORPORATION: goodwill carrying amount
- VSE CORPORATION: net finite-lived intangible assets
- VSE CORPORATION: net current accounts receivable
- VSE CORPORATION: selling, general and administrative expense
- VSE CORPORATION: common shares outstanding
- VSE CORPORATION: cash including restricted cash
- VSE CORPORATION: accumulated other comprehensive income or loss
- VSE CORPORATION: operating lease right-of-use asset
- VSE CORPORATION: operating lease liability
- VSE CORPORATION: long-term debt
- VSE CORPORATION: gross property, plant and equipment
- VSE CORPORATION: accumulated depreciation on property, plant and equipment
- VSE CORPORATION: net intangible assets excluding goodwill
- VSE CORPORATION: other noncurrent assets
- VSE CORPORATION: other noncurrent liabilities
- VSE CORPORATION: accrued current liabilities
- VSE CORPORATION: prepaid expenses and other current assets
- VSE CORPORATION: current contract liabilities
- VSE CORPORATION: net deferred tax assets
- VSE CORPORATION: net deferred tax liabilities
- VSE CORPORATION: pre-tax income or loss from continuing operations
- VSE CORPORATION: comprehensive income or loss
- VSE CORPORATION: depreciation expense
- VSE CORPORATION: depreciation, depletion and amortization
- VSE CORPORATION: amortization of intangible assets
- VSE CORPORATION: nonoperating interest expense
- VSE CORPORATION: current income tax expense or benefit
- VSE CORPORATION: deferred income tax expense or benefit
- VSE CORPORATION: income taxes paid, net
- VSE CORPORATION: proceeds from issuing common stock
- VSE CORPORATION: operating lease payments
- VSE CORPORATION: change in accounts receivable
- VSE CORPORATION: change in inventories
- VSE CORPORATION: change in accounts payable
Inspect the source
- Entity
- VSE CORPORATION / CIK 0000102752
- Captured
- 2026-09-19T14:54:07.105Z
- SEC response SHA-256
ba8e79c4e2caf2b0e71f81903f6fc7bc46c4b9c28d65a407af512e8ec63b9c08
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/0000102752.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"])))