Skip to content

Willscot Holdings Corporation: filings

Every Willscot Holdings Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2026-08-06fiscal Q2 2026461250001647088-26-000056
10-Q2026-05-07fiscal Q1 202646950001647088-26-000031
10-K2026-02-19fiscal FY 2025501280001647088-26-000011
10-Q2025-11-06fiscal Q3 2025471320001647088-25-000066
10-Q2025-07-31fiscal Q2 2025471280001647088-25-000046
10-Q2025-05-01fiscal Q1 202547970001647088-25-000029
10-K2025-02-20fiscal FY 2024511300001647088-25-000009
10-Q2024-10-30fiscal Q3 2024501390001647088-24-000159
10-Q2024-08-01fiscal Q2 2024511390001647088-24-000143
10-Q2024-05-02fiscal Q1 2024511050001647088-24-000087
10-K2024-02-20fiscal FY 2023521340001647088-24-000030
10-Q2023-11-02fiscal Q3 2023511430001647088-23-000087
10-Q2023-08-03fiscal Q2 2023511390001647088-23-000071
10-Q2023-04-27fiscal Q1 2023511050001647088-23-000026
10-K2023-02-22fiscal FY 2022541940001647088-23-000014
10-Q2022-11-03fiscal Q3 2022501390001647088-22-000051
10-Q2022-08-04fiscal Q2 2022501350001647088-22-000040
10-Q2022-04-28fiscal Q1 2022491010001647088-22-000021
10-K2022-02-25fiscal FY 2021561400001647088-22-000009
10-Q2021-11-05fiscal Q3 2021521390001647088-21-000071
10-Q2021-08-06fiscal Q2 2021521390001647088-21-000063
10-Q2021-05-10fiscal Q1 2021511040001647088-21-000036
10-K/A2021-05-10fiscal FY 2020532800001647088-21-000034
10-K2021-02-26fiscal FY 2020532080001647088-21-000015
10-Q2020-11-06fiscal Q3 2020501380001647088-20-000043
10-Q2020-08-10fiscal Q2 2020501360001647088-20-000038
10-Q2020-05-06fiscal FY 202045940001647088-20-000027
10-K2020-03-02fiscal FY 2019521770001647088-20-000010
10-Q2019-11-08fiscal Q3 2019441270001647088-19-000050
10-Q2019-08-02fiscal Q2 2019431200001647088-19-000036
10-Q2019-05-03fiscal Q1 201939830001628280-19-005793
10-K2019-03-15fiscal FY 2018471600001628280-19-002990
10-Q2018-11-09fiscal Q3 2018411060001647088-18-000034
10-Q2018-08-08fiscal Q2 2018431170001647088-18-000018
10-Q2018-05-04fiscal Q1 201839810001647088-18-000014
10-K2018-03-16fiscal FY 2017451540001647088-18-000006
10-Q2017-11-09fiscal Q3 201722620001144204-17-057734
10-Q2017-08-09fiscal Q2 201718540001144204-17-041647
10-Q2017-05-10fiscal Q1 201715320001144204-17-026069
10-K2017-03-16fiscal FY 201617350001144204-17-015086
10-Q2016-11-14fiscal Q3 201615480001144204-16-134356
10-Q2016-08-15fiscal Q2 201610260001144204-16-119244
10-Q2016-05-16fiscal Q1 201611180001144204-16-102690
10-K2016-03-30fiscal FY 201511130001144204-16-091401
10-Q2015-11-16fiscal Q3 201510140001144204-15-065925

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

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