Skip to content

JEFFERIES GROUP LLC: filings

Every JEFFERIES GROUP LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-10-07

The latest filing in this captured record is a 10-Q filed 2022-10-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. JEFFERIES GROUP LLC 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-Q2022-10-07fiscal Q3 202226720001628280-22-026160
10-Q2022-07-08fiscal Q2 202226720001084580-22-000020
10-Q2022-04-08fiscal Q1 202226540001084580-22-000014
10-K2022-01-28fiscal FY 202133870001084580-22-000006
10-Q2021-10-08fiscal Q3 202126720001084580-21-000026
10-Q2021-07-09fiscal Q2 202126720001084580-21-000020
10-Q2021-04-08fiscal Q1 202126540001084580-21-000013
10-K2021-01-29fiscal FY 2020331070001084580-21-000007
10-Q2020-10-09fiscal Q3 202030770001084580-20-000023
10-Q2020-07-09fiscal Q2 202029750001084580-20-000014
10-Q2020-04-08fiscal Q1 202029570001084580-20-000010
10-K2020-01-29fiscal FY 2019311050001084580-20-000004
10-Q2019-10-08fiscal Q3 201928780001084580-19-000015
10-Q2019-07-09fiscal Q2 201928780001084580-19-000012
10-Q2019-04-09fiscal Q1 201928580001084580-19-000009
10-K2019-01-29fiscal FY 2018321060001084580-19-000006
10-Q2018-10-09fiscal Q3 201827720001084580-18-000015
10-Q2018-07-09fiscal Q2 201825680001084580-18-000012
10-Q2018-04-09fiscal Q1 201823460001084580-18-000009
10-K2018-01-26fiscal FY 201728980001084580-18-000006
10-Q2017-10-10fiscal Q3 201723640001084580-17-000016
10-Q2017-07-06fiscal Q2 201724660001084580-17-000013
10-Q2017-04-07fiscal Q1 201724500001084580-17-000010
10-K2017-01-27fiscal FY 2016291010001084580-17-000004
10-Q2016-10-05fiscal Q3 201624660001084580-16-000033
10-Q2016-07-08fiscal Q2 201624650001084580-16-000027
10-Q2016-04-08fiscal Q1 201624500001084580-16-000024
10-K2016-01-29fiscal FY 201513470001084580-16-000017
10-Q2015-10-07fiscal Q3 201524660001084580-15-000013
10-Q2015-07-10fiscal Q2 201524660001084580-15-000010
10-Q2015-04-10fiscal Q1 201524500001084580-15-000004
10-K2015-01-29fiscal FY 201410230001193125-15-025201
10-Q2014-10-08fiscal Q3 201410220001193125-14-366727
10-Q2014-07-09fiscal Q2 20148190001193125-14-263292
10-K2014-01-28fiscal FY 20139300001193125-14-023228
10-Q2013-04-09fiscal Q1 201329580001193125-13-147623
10-K2013-01-29fiscal FY 2012341310001193125-13-027253
10-Q2012-10-09fiscal Q3 201229810001193125-12-418709
10-Q2012-07-09fiscal Q2 201229820001193125-12-297583
10-Q2012-04-05fiscal Q1 201228580001193125-12-151719
10-K2012-01-27fiscal FY 2011331230000950123-12-001635
10-Q2011-10-07fiscal Q3 201129820000950123-11-089138
10-Q2011-06-30fiscal Q2 201128770000950123-11-063133
10-Q2011-04-06fiscal Q1 201127560000950123-11-033403
10-K2011-02-02fiscal FY 201028780000950123-11-008168
10-Q2010-10-12fiscal Q3 201027760000950123-10-092469

3 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
JEFFERIES GROUP LLC / CIK 0001084580
Captured
SEC response SHA-256
ae6678d042a9c640d108a2b974392311f4d2ed1cb78e6560344e654aaabd77a1

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