Skip to content

LIMBACH HOLDINGS, INC.: filings

Every LIMBACH HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-04fiscal Q2 2026491410001628280-26-052622
10-Q2026-05-05fiscal Q1 2026491020001628280-26-030678
10-K2026-03-02fiscal FY 2025511350001628280-26-013285
10-Q2025-11-04fiscal Q3 2025491460001628280-25-049021
10-Q2025-08-05fiscal Q2 2025491420001628280-25-037922
10-Q2025-05-05fiscal Q1 2025491020001628280-25-022234
10-K2025-03-10fiscal FY 2024521380001628280-25-011745
10-Q2024-11-05fiscal Q3 2024491460001628280-24-045297
10-Q2024-08-06fiscal Q2 2024491420001628280-24-035219
10-Q2024-05-08fiscal Q1 202447980001628280-24-021719
10-K2024-03-13fiscal FY 2023511040001628280-24-010995
10-Q2023-11-08fiscal Q3 2023471380001628280-23-037858
10-Q2023-08-09fiscal Q2 2023471330001628280-23-028588
10-Q2023-05-08fiscal Q1 202346960001628280-23-016439
10-K2023-03-08fiscal FY 2022501030001628280-23-007012
10-Q2022-11-09fiscal Q3 2022471400001606163-22-000015
10-Q2022-08-09fiscal Q2 2022471360001628280-22-021948
10-Q2022-05-10fiscal Q1 202247980001606163-22-000008
10-K2022-03-16fiscal FY 2021491000001628280-22-006391
10-Q2021-11-10fiscal Q3 2021461360001628280-21-022804
10-Q2021-08-12fiscal Q2 2021441280001628280-21-016834
10-Q2021-05-14fiscal Q1 202144920001628280-21-010233
10-K2021-03-25fiscal FY 202046960001628280-21-005652
10-Q2020-11-12fiscal Q3 2020441350001628280-20-016246
10-Q2020-08-13fiscal Q2 2020441330001628280-20-012627
10-Q2020-06-15fiscal Q1 202044970001628280-20-009442
10-K2020-05-12fiscal FY 2019521060001628280-20-007572
10-Q2019-11-14fiscal Q3 2019451370001104659-19-064348
10-Q2019-08-14fiscal Q2 2019441320001144204-19-040095
10-Q2019-05-15fiscal Q1 201944940001144204-19-026594
10-K2019-04-15fiscal FY 201845910001144204-19-019702
10-Q2018-11-19fiscal Q3 2018421240001144204-18-060811
10-Q2018-08-14fiscal Q2 2018411160001144204-18-044708
10-Q2018-05-15fiscal Q1 201840800001144204-18-028951
10-K2018-04-02fiscal FY 201744900001144204-18-018709
10-Q2017-11-14fiscal Q3 2017421000001144204-17-059119
10-Q2017-08-14fiscal Q2 201738730001144204-17-043252
10-Q2017-05-15fiscal Q1 201738570001144204-17-027625
10-K2017-04-17fiscal FY 201641460001144204-17-020753
10-Q2016-11-15fiscal Q3 201637420001144204-16-134630
10-Q2016-08-15fiscal Q2 201612380001144204-16-119356
10-Q2016-05-09fiscal Q1 201612280001144204-16-099889
10-K2016-03-21fiscal FY 201513270001144204-16-089184
10-Q2015-11-12fiscal Q3 201513360001144204-15-064765
10-Q2015-08-12fiscal Q2 201513320001144204-15-048537
10-Q2015-05-08fiscal Q1 201513270001144204-15-028842
10-K2015-03-10fiscal FY 201412130001144204-15-015101
10-Q2014-10-20fiscal Q3 201412180001144204-14-061926
10-Q2014-08-14fiscal Q1 201413140001144204-14-050153

Inspect the source

Entity
LIMBACH HOLDINGS, INC. / CIK 0001606163
Captured
2026-09-20T09:26:11.030Z
SEC response SHA-256
168d0e8145e1eb86fa7fe19407e89048641585d6e88893d9290709ba992fbe3d

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