Skip to content

Lazard Group LLC: filings

Every Lazard Group LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-01fiscal Q3 202425640001628280-24-044772
10-Q2024-07-26fiscal Q2 202426680001628280-24-033171
10-Q2024-04-26fiscal Q1 202426540001628280-24-018677
10-K2024-02-23fiscal FY 202332850001628280-24-006660
10-Q2023-10-27fiscal Q3 202327720001628280-23-035417
10-Q2023-07-31fiscal Q2 202327720001628280-23-026251
10-Q2023-05-02fiscal Q1 202327560001564590-23-006920
10-K2023-02-23fiscal FY 202232860001564590-23-002333
10-Q2022-10-31fiscal Q3 202227720001564590-22-035902
10-Q2022-08-01fiscal Q2 202227720001564590-22-027271
10-Q2022-05-02fiscal Q1 202227560001564590-22-017091
10-K2022-02-28fiscal FY 202133860001564590-22-007689
10-Q2021-11-01fiscal Q3 202128730001564590-21-053201
10-Q2021-08-03fiscal Q2 202129790001564590-21-039857
10-Q2021-05-04fiscal Q1 202128570001564590-21-022907
10-K2021-02-26fiscal FY 202033870001564590-21-009202
10-Q2020-11-02fiscal Q3 202028730001564590-20-049676
10-Q2020-08-04fiscal Q2 202028730001564590-20-036165
10-Q2020-05-04fiscal Q1 202028570001564590-20-020875
10-K2020-02-25fiscal FY 2019331100001564590-20-006101
10-Q2019-11-05fiscal Q3 201929740001564590-19-039982
10-Q2019-07-29fiscal Q2 201929740001564590-19-026608
10-Q2019-04-30fiscal Q1 201929580001564590-19-013925
10-K2019-02-26fiscal FY 2018301050001564590-19-004170
10-Q2018-10-29fiscal Q3 201826690001564590-18-025422
10-Q2018-07-31fiscal Q2 201826690001564590-18-017930
10-Q2018-04-30fiscal Q1 201824510001564590-18-009883
10-K2018-02-27fiscal FY 201726940001564590-18-003289
10-Q2017-10-31fiscal Q3 201723650001564590-17-020406
10-Q2017-08-01fiscal Q2 201723650001564590-17-014653
10-Q2017-05-01fiscal Q1 201723490001564590-17-007979
10-K2017-02-27fiscal FY 201625930001564590-17-002592
10-Q2016-10-28fiscal Q3 201622630001564590-16-026508
10-Q2016-08-01fiscal Q2 201622660001193125-16-666862
10-Q2016-04-27fiscal Q1 201623510001193125-16-556968
10-K2016-02-25fiscal FY 201525940001193125-16-478554
10-Q2015-10-28fiscal Q3 201521630001193125-15-355050
10-Q2015-07-27fiscal Q2 201522670001193125-15-264183
10-Q2015-04-28fiscal Q1 201521470001193125-15-150005
10-K2015-02-27fiscal FY 201425940001193125-15-066369
10-Q2014-10-28fiscal Q3 201421650001193125-14-383550
10-Q2014-07-28fiscal Q2 201421650001193125-14-282538
10-Q2014-05-06fiscal Q1 201421470001193125-14-185018
10-K2014-02-27fiscal FY 2013281020001193125-14-073455
10-Q2013-10-29fiscal Q3 201324700001193125-13-415979
10-Q2013-07-30fiscal Q2 201325730001193125-13-310281
10-Q2013-05-01fiscal Q1 201324510001193125-13-188145
10-K2013-02-28fiscal FY 2012271000001193125-13-084785
10-Q2012-11-01fiscal Q3 201223670001193125-12-445019
10-Q2012-08-01fiscal Q2 201223670001193125-12-326520
10-Q2012-05-03fiscal Q1 201217360001193125-12-205404
10-K2012-02-29fiscal FY 201118500001193125-12-086397
10-Q2011-11-02fiscal Q3 201116460001193125-11-291320
10-Q2011-08-04fiscal Q2 201116460001193125-11-210342

Inspect the source

Entity
Lazard Group LLC / CIK 0001326141
Captured
2026-09-21T17:17:39.544Z
SEC response SHA-256
480ad1570809d4d6e22b1ce89e665540a9e5a1151e51d1eb9ff398828fb6672e

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