Skip to content

LYDALL, INC.: filings

Every LYDALL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-07-28

The latest filing in this captured record is a 10-Q filed 2021-07-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. LYDALL, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-07-28fiscal Q2 2021451220001628280-21-014741
10-Q2021-04-27fiscal Q1 202145940001628280-21-007745
10-K2021-02-23fiscal FY 2020541450001628280-21-002857
10-Q2020-10-27fiscal Q3 2020451220001628280-20-014885
10-Q2020-07-28fiscal Q2 2020451220001628280-20-010728
10-Q2020-05-11fiscal Q1 202047980001628280-20-007491
10-K2020-02-26fiscal FY 2019561870001628280-20-002246
10-Q2019-10-29fiscal Q3 2019491280001628280-19-012700
10-Q2019-07-30fiscal Q2 2019481280001628280-19-009277
10-Q2019-04-30fiscal Q1 201947960001628280-19-005215
10-K2019-02-26fiscal FY 2018541910001628280-19-001902
10-Q2018-11-06fiscal Q3 2018431170001628280-18-013701
10-Q2018-07-31fiscal Q2 2018431170001628280-18-009857
10-Q2018-05-01fiscal Q1 201843900001628280-18-005534
10-K2018-02-21fiscal FY 2017501650001628280-18-001978
10-Q2017-10-31fiscal Q3 2017421100001628280-17-010434
10-Q2017-08-01fiscal Q2 2017421100001628280-17-007771
10-Q2017-05-02fiscal Q1 201742860001628280-17-004677
10-K2017-02-22fiscal FY 2016501650001628280-17-001585
10-Q2016-11-02fiscal Q3 2016421100001628280-16-020572
10-Q2016-08-02fiscal Q2 201642960001628280-16-018302
10-Q2016-05-03fiscal Q1 201642860001628280-16-015387
10-K2016-02-24fiscal FY 2015491640001628280-16-011650
10-Q2015-11-03fiscal Q3 2015431140001628280-15-008198
10-Q2015-08-10fiscal Q2 2015431140001628280-15-006351
10-Q2015-04-30fiscal Q1 201543900001628280-15-003083
10-K2015-03-03fiscal FY 2014491660001628280-15-001400
10-Q2014-11-05fiscal Q3 2014431140001445305-14-004786
10-Q2014-07-31fiscal Q2 2014431140001445305-14-003136
10-Q2014-05-05fiscal Q1 201443900001144204-14-027469
10-K2014-03-05fiscal FY 2013491660001144204-14-013417
10-Q2013-11-04fiscal Q3 2013421100001144204-13-058446
10-Q2013-08-01fiscal Q2 2013421100001144204-13-042363
10-Q2013-05-01fiscal Q1 201342860001144204-13-025560
10-K2013-02-26fiscal FY 2012491740001144204-13-011136
10-Q2012-11-08fiscal Q3 2012431140001144204-12-060251
10-Q2012-08-01fiscal Q2 2012431130001144204-12-042149
10-Q2012-05-02fiscal Q1 201241840001144204-12-025479
10-K2012-03-14fiscal FY 2011411090001144204-12-014878
10-Q2011-11-08fiscal Q3 2011401040001144204-11-061851
10-Q2011-08-02fiscal Q2 2011401040001144204-11-043294

Inspect the source

Entity
LYDALL, INC. / CIK 0000060977
Captured
SEC response SHA-256
b2d56d9254072d90de6a754a57509ecb3d2a1b4422c5caea301eeb2a1c72d622

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