Skip to content

JANUS HENDERSON GROUP PLC: filings

Every JANUS HENDERSON GROUP PLC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-05-08fiscal Q1 202642890001437749-26-015926
10-K2026-02-25fiscal FY 2025511320001437749-26-005628
10-Q2025-10-30fiscal Q3 2025431210001437749-25-032286
10-Q2025-07-31fiscal Q2 2025431210001437749-25-024033
10-Q2025-05-01fiscal Q1 202543910001437749-25-013972
10-K2025-02-27fiscal FY 2024511320001437749-25-005488
10-Q2024-10-31fiscal Q3 2024421200001437749-24-032700
10-Q2024-08-01fiscal Q2 2024421200001437749-24-024192
10-Q2024-05-02fiscal Q1 202442880001437749-24-014250
10-K2024-02-27fiscal FY 2023501300001437749-24-005720
10-Q2023-11-01fiscal Q3 2023431210001437749-23-029643
10-Q2023-08-02fiscal Q2 2023431210001437749-23-021516
10-Q2023-05-03fiscal Q1 202343910001437749-23-012186
10-K2023-02-28fiscal FY 2022491280001558370-23-002417
10-Q2022-10-31fiscal Q3 2022411750001558370-22-015663
10-Q2022-07-28fiscal Q2 2022411190001558370-22-011200
10-Q2022-05-04fiscal Q1 202241890001558370-22-006922
10-K2022-02-25fiscal FY 2021481240001558370-22-002009
10-Q2021-10-28fiscal Q3 2021411170001558370-21-013675
10-Q2021-07-29fiscal Q2 2021411170001558370-21-009540
10-Q2021-04-29fiscal Q1 202141890001558370-21-005161
10-K2021-02-24fiscal FY 2020481560001558370-21-001617
10-Q2020-10-29fiscal Q3 2020411170001558370-20-011955
10-Q2020-07-29fiscal Q2 2020411170001558370-20-008546
10-Q2020-04-30fiscal Q1 202041890001558370-20-004715
10-K2020-02-26fiscal FY 2019481560001558370-20-001487
10-Q2019-10-30fiscal Q3 2019441190001558370-19-009383
10-Q2019-07-31fiscal Q2 2019431150001558370-19-006609
10-Q2019-05-02fiscal Q1 201943890001558370-19-003786
10-K2019-02-26fiscal FY 2018431480001558370-19-001101
10-Q2018-11-01fiscal Q3 2018381080001104659-18-065220
10-Q2018-07-31fiscal Q2 2018381080001104659-18-048421
10-Q2018-05-09fiscal Q1 201838800001104659-18-031733
10-K2018-02-27fiscal FY 2017451570001047469-18-001112
10-Q2017-11-09fiscal Q3 2017391150001104659-17-067095
10-Q2017-08-08fiscal Q2 2017381100001104659-17-050025

Inspect the source

Entity
JANUS HENDERSON GROUP PLC / CIK 0001274173
Captured
2026-09-21T17:18:12.995Z
SEC response SHA-256
9d481cfd428ed5c35d037115871fbcb81f82ed2f6f9bee843b62618788ba9cc9

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