Skip to content

HOULIHAN LOKEY, INC.: filings

Every HOULIHAN LOKEY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-07-31fiscal Q1 202737780001302215-26-000067
10-K2026-05-22fiscal FY 2026411110001302215-26-000053
10-Q2026-02-03fiscal Q3 2026371120001302215-26-000007
10-Q2025-11-04fiscal Q2 2026371100001302215-25-000111
10-Q2025-08-05fiscal Q1 202642880001302215-25-000092
10-K2025-05-15fiscal FY 2025451190001302215-25-000024
10-Q2025-02-04fiscal Q3 2025421180001302215-25-000007
10-Q2024-11-05fiscal Q2 2025421180001302215-24-000110
10-Q2024-08-06fiscal Q1 202542860001302215-24-000090
10-K2024-05-21fiscal FY 2024451200001302215-24-000028
10-Q2024-02-08fiscal Q2 2024421180001302215-24-000005
10-Q2023-11-08fiscal Q2 2024421180001302215-23-000089
10-Q2023-08-03fiscal Q1 202442860001302215-23-000079
10-K2023-05-25fiscal FY 2023461230001302215-23-000031
10-Q2023-02-07fiscal Q3 2023421180001302215-23-000007
10-Q2022-11-03fiscal Q2 2023411140001302215-22-000076
10-Q2022-08-05fiscal Q1 202341840001302215-22-000067
10-K2022-05-27fiscal FY 2022461230001302215-22-000029
10-Q2022-02-08fiscal Q3 2022441210001302215-22-000007
10-Q2021-11-05fiscal Q1 2022431150001302215-21-000087
10-Q2021-08-05fiscal Q1 202243870001302215-21-000078
10-K2021-05-21fiscal FY 2021461210001302215-21-000027
10-Q2021-02-04fiscal Q3 2021431150001302215-21-000006
10-Q2020-11-05fiscal Q2 2021431150001302215-20-000135
10-Q2020-08-04fiscal Q1 202143880001302215-20-000117
10-K2020-05-15fiscal FY 2020461580001302215-20-000074
10-Q2020-02-06fiscal Q3 2020421170001302215-20-000005
10-Q2019-11-01fiscal Q2 2020421170001302215-19-000063
10-Q2019-08-07fiscal Q1 201943880001302215-19-000054
10-K2019-05-24fiscal FY 2019461610001302215-19-000044
10-Q2019-02-05fiscal Q3 2019421190001302215-19-000008
10-Q2018-11-06fiscal Q2 2019421190001302215-18-000038
10-Q2018-08-09fiscal Q1 201940830001302215-18-000032
10-K2018-05-25fiscal FY 2018421560001302215-18-000015
10-Q2018-02-07fiscal Q3 2018381080001302215-18-000004
10-Q2017-11-08fiscal Q2 2018381080001302215-17-000052
10-Q2017-08-04fiscal Q1 201838780001302215-17-000044
10-K2017-06-13fiscal FY 2017391510001302215-17-000027
10-Q2017-02-06fiscal Q3 2017361060001302215-17-000004
10-Q2016-11-14fiscal Q2 2017361060001302215-16-000079
10-Q2016-08-11fiscal Q1 201736760001302215-16-000063
10-K2016-06-23fiscal FY 2016391540001302215-16-000050
10-Q2016-02-11fiscal Q3 2016371050001302215-16-000022
10-Q2015-11-13fiscal Q2 2016361040001302215-15-000014

Inspect the source

Entity
HOULIHAN LOKEY, INC. / CIK 0001302215
Captured
2026-09-20T07:50:47.439Z
SEC response SHA-256
3cf80a651fff10a7188c39cebc14da0c16022f1ad43d813fcf4a6d7517ab5ff0

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