Skip to content

EXP OldCo Winddown, Inc.: filings

Every EXP OldCo Winddown, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-K2024-12-31fiscal FY 202349990001483510-24-000014
10-Q2023-12-07fiscal Q3 2023421280001483510-23-000066
10-Q2023-09-06fiscal Q2 2023421240001483510-23-000048
10-Q2023-06-08fiscal Q1 202342880001483510-23-000038
10-K2023-03-31fiscal FY 2022481250001483510-23-000024
10-Q2022-12-08fiscal Q3 2022421280001483510-22-000077
10-Q2022-09-08fiscal Q2 2022421240001483510-22-000067
10-Q2022-06-08fiscal Q1 202242880001483510-22-000035
10-K2022-03-24fiscal FY 2021481250001483510-22-000015
10-Q2021-12-08fiscal Q3 2021431300001483510-21-000075
10-Q2021-09-09fiscal Q2 2021421220001483510-21-000060
10-Q2021-06-03fiscal Q1 202142880001483510-21-000030
10-K2021-03-25fiscal FY 2020481230001483510-21-000009
10-Q2020-12-09fiscal Q3 2020421260001483510-20-000106
10-Q2020-09-09fiscal Q2 2020421220001483510-20-000089
10-Q2020-06-09fiscal Q1 202042880001483510-20-000051
10-K2020-03-17fiscal FY 2019471590001483510-20-000018
10-Q2019-12-11fiscal Q3 2019441270001483510-19-000108
10-Q2019-09-10fiscal Q2 2019441230001483510-19-000089
10-Q2019-06-11fiscal Q1 201943870001483510-19-000055
10-K2019-03-19fiscal FY 2018441550001483510-19-000014
10-Q2018-12-12fiscal Q3 2018401120001483510-18-000096
10-Q2018-09-13fiscal Q2 2018401120001483510-18-000089
10-Q2018-06-13fiscal Q1 201843890001483510-18-000060
10-K2018-04-04fiscal FY 2017431450001483510-18-000010
10-Q2017-12-06fiscal Q3 2017401100001483510-17-000091
10-Q2017-09-06fiscal Q2 2017401100001483510-17-000086
10-Q2017-06-07fiscal Q1 201740820001483510-17-000065
10-K2017-03-24fiscal FY 2016421430001483510-17-000036
10-Q2016-12-07fiscal Q3 2016391080001483510-16-000300
10-Q2016-09-01fiscal Q2 2016401090001483510-16-000287
10-Q2016-06-08fiscal Q1 201639800001483510-16-000263
10-K2016-03-30fiscal FY 2015451490001483510-16-000197
10-Q2015-12-09fiscal Q3 2015401110001483510-15-000163
10-Q2015-09-03fiscal Q2 2015391090001483510-15-000153
10-Q2015-06-09fiscal Q1 201539790001483510-15-000103
10-K2015-03-27fiscal FY 2014441450001483510-15-000046
10-Q2014-12-10fiscal Q3 2014411140001483510-14-000118
10-Q2014-09-10fiscal Q2 2014391080001483510-14-000110
10-Q2014-06-11fiscal Q1 201439780001483510-14-000092
10-K2014-04-01fiscal FY 2013441450001483510-14-000045
10-Q2013-12-05fiscal Q3 2013391060001483510-13-000173
10-Q2013-09-04fiscal Q2 2013391060001483510-13-000123
10-Q2013-06-06fiscal Q1 201339780001483510-13-000068
10-K2013-04-02fiscal FY 2012421400001483510-13-000014
10-Q2012-12-05fiscal Q3 2012381040001483510-12-000078
10-Q2012-08-30fiscal Q2 2012381040001483510-12-000066
10-Q2012-05-31fiscal Q1 201238770001483510-12-000054
10-K2012-03-23fiscal FY 2011411390001483510-12-000013
10-Q2011-12-06fiscal Q3 201136960001483510-11-000030
10-Q2011-09-02fiscal Q2 201136960001483510-11-000013

Inspect the source

Entity
EXP OldCo Winddown, Inc. / CIK 0001483510
Captured
2026-09-21T17:19:19.232Z
SEC response SHA-256
cba5f098aec6c29dae67233b981025c890db9b88549fa1b4a7ca3691871815fe

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