Willscot Holdings Corporation: operating lease liability
Operating lease liability for Willscot Holdings Corporation. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Willscot Holdings 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 2019-01-01 to 2025-12-31. The SEC response was captured on 2026-09-21.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2025-12-31 | 312,685,000 | USD | 2026-02-19 | 10-K · 0001647088-26-000011 |
| At date | 2024-12-31 | 267,253,000 | USD | 2025-02-20 | 10-K · 0001647088-25-000009 |
| At date | 2023-12-31 | 245,245,000 | USD | 2024-02-20 | 10-K · 0001647088-24-000030 |
| At date | 2022-12-31 | 220,117,000 | USD | 2023-02-22 | 10-K · 0001647088-23-000014 |
| At date | 2021-12-31 | 247,261,000 | USD | 2022-02-25 | 10-K · 0001647088-22-000009 |
| At date | 2020-12-31 | 231,824,000 | USD | 2022-02-25 | 10-K · 0001647088-22-000009 |
| At date | 2019-12-31 | 147,562,000 | USD | 2021-05-10 | 10-K/A · 0001647088-21-000034 |
| At date | 2019-01-01 | 138,500,000 | USD | 2021-05-10 | 10-K/A · 0001647088-21-000034 |
Related financial histories
- Willscot Holdings Corporation: total assets
- Willscot Holdings Corporation: total liabilities
- Willscot Holdings Corporation: stockholders equity
- Willscot Holdings Corporation: cash and cash equivalents
- Willscot Holdings Corporation: net income or loss
- Willscot Holdings Corporation: operating cash flow
- Willscot Holdings Corporation: capital expenditure payments
- Willscot Holdings Corporation: revenue
- Willscot Holdings Corporation: financing cash flow
- Willscot Holdings Corporation: investing cash flow
- Willscot Holdings Corporation: retained earnings or deficit
- Willscot Holdings Corporation: basic weighted-average shares
- Willscot Holdings Corporation: diluted weighted-average shares
- Willscot Holdings Corporation: basic earnings per share
- Willscot Holdings Corporation: diluted earnings per share
- Willscot Holdings Corporation: income tax expense or benefit
- Willscot Holdings Corporation: net property, plant and equipment
- Willscot Holdings Corporation: share-based compensation expense
- Willscot Holdings Corporation: operating income or loss
- Willscot Holdings Corporation: current assets
- Willscot Holdings Corporation: interest expense
- Willscot Holdings Corporation: current liabilities
- Willscot Holdings Corporation: current accounts payable
- Willscot Holdings Corporation: goodwill carrying amount
- Willscot Holdings Corporation: net finite-lived intangible assets
- Willscot Holdings Corporation: net current accounts receivable
- Willscot Holdings Corporation: net inventory
- Willscot Holdings Corporation: gross profit
- Willscot Holdings Corporation: selling, general and administrative expense
- Willscot Holdings Corporation: common shares outstanding
- Willscot Holdings Corporation: cash including restricted cash
- Willscot Holdings Corporation: additional paid-in capital
- Willscot Holdings Corporation: accumulated other comprehensive income or loss
- Willscot Holdings Corporation: total equity including noncontrolling interests
- Willscot Holdings Corporation: operating lease right-of-use asset
- Willscot Holdings Corporation: gross property, plant and equipment
- Willscot Holdings Corporation: accumulated depreciation on property, plant and equipment
- Willscot Holdings Corporation: net intangible assets excluding goodwill
- Willscot Holdings Corporation: other noncurrent assets
- Willscot Holdings Corporation: other noncurrent liabilities
- Willscot Holdings Corporation: accrued current liabilities
- Willscot Holdings Corporation: prepaid expenses and other current assets
- Willscot Holdings Corporation: current contract liabilities
- Willscot Holdings Corporation: net deferred tax assets
- Willscot Holdings Corporation: net deferred tax liabilities
- Willscot Holdings Corporation: pre-tax income or loss from continuing operations
- Willscot Holdings Corporation: profit or loss including noncontrolling interests
- Willscot Holdings Corporation: comprehensive income or loss
- Willscot Holdings Corporation: net income available to common stockholders
- Willscot Holdings Corporation: depreciation expense
- Willscot Holdings Corporation: amortization of intangible assets
- Willscot Holdings Corporation: interest paid, net
- Willscot Holdings Corporation: income taxes paid, net
- Willscot Holdings Corporation: proceeds from issuing common stock
- Willscot Holdings Corporation: operating lease payments
- Willscot Holdings Corporation: change in accounts receivable
- Willscot Holdings Corporation: change in inventories
Inspect the source
- Entity
- Willscot Holdings Corporation / CIK 0001647088
- Captured
- 2026-09-21T17:23:15.356Z
- SEC response SHA-256
4e27e65b608f5142b1e23873d3ccf8b7fa09238dd1425aa21ad12b5dfea2ac2c
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/0001647088.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"])))