Skip to content

ARES MANAGEMENT CORPORATION: filings

Every ARES MANAGEMENT CORPORATION 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-07fiscal Q2 202626780001628280-26-054538
10-Q2026-05-08fiscal Q1 202626550001628280-26-032990
10-K2026-02-25fiscal FY 202531810001628280-26-011413
10-Q2025-11-06fiscal Q3 202526790001628280-25-049899
10-Q2025-08-08fiscal Q2 202526780001628280-25-039330
10-Q2025-05-12fiscal Q1 202526550001628280-25-024412
10-K2025-02-27fiscal FY 202431820001628280-25-008665
10-Q2024-11-08fiscal Q3 202426780001628280-24-046482
10-Q2024-08-07fiscal Q2 202426770001628280-24-035320
10-Q2024-05-09fiscal Q1 202426560001628280-24-021890
10-K2024-02-27fiscal FY 202332850001628280-24-007014
10-Q2023-11-06fiscal Q3 202328860001628280-23-036834
10-Q2023-08-03fiscal Q2 202327810001628280-23-026962
10-Q2023-05-08fiscal FY 202327580001628280-23-016241
10-K2023-02-24fiscal FY 202232880001628280-23-005081
10-Q2022-11-07fiscal Q3 202228860001628280-22-028515
10-Q2022-08-05fiscal Q2 202228850001628280-22-021187
10-Q2022-05-09fiscal Q1 202228570001628280-22-013336
10-K2022-02-28fiscal FY 202132830001628280-22-004289
10-Q2021-11-05fiscal Q3 202127770001628280-21-021878
10-Q2021-08-09fiscal Q2 202127830001104659-21-102140
10-Q2021-05-06fiscal Q1 202124520001628280-21-009343
10-K2021-02-25fiscal FY 202029760001628280-21-003314
10-Q2020-11-06fiscal Q3 202024700001628280-20-015976
10-Q2020-08-07fiscal Q2 202024730001628280-20-012083
10-Q2020-05-08fiscal Q1 202024550001628280-20-007080
10-K2020-02-28fiscal FY 2019281220001628280-20-002489
10-Q2019-11-06fiscal Q3 201924720001628280-19-013488
10-Q2019-08-01fiscal Q2 201923670001628280-19-009677
10-Q2019-05-06fiscal Q1 201922490001628280-19-005931
10-K2019-02-26fiscal FY 2018251060001628280-19-001988
10-Q2018-11-05fiscal Q3 201818500001628280-18-013522
10-Q2018-08-06fiscal Q2 201818500001628280-18-010477
10-Q2018-05-07fiscal Q1 201818360001628280-18-006007
10-K2018-03-01fiscal FY 2017221030001628280-18-002576
10-Q2017-11-06fiscal Q3 201718500001628280-17-010895
10-Q2017-08-07fiscal Q2 201719520001628280-17-008149
10-Q2017-05-08fiscal Q1 201718360001628280-17-005093
10-K2017-02-27fiscal FY 2016211000001628280-17-001756
10-Q2016-11-07fiscal Q3 201612390001558370-16-009414
10-Q2016-08-09fiscal Q2 20168270001558370-16-007708
10-Q2016-05-10fiscal Q1 20169180001558370-16-005746
10-K2016-02-29fiscal FY 201519860001558370-16-003647
10-Q2015-11-10fiscal Q3 201515480001558370-15-002556
10-Q2015-08-11fiscal Q2 201516500001047469-15-006777
10-Q2015-05-12fiscal Q1 201516320001047469-15-004661
10-K2015-03-20fiscal FY 201419570001047469-15-002528
10-Q2014-11-12fiscal Q3 201413360001047469-14-009068
10-Q2014-08-13fiscal Q2 201423560001047469-14-006936

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
ARES MANAGEMENT CORPORATION / CIK 0001176948
Captured
2026-09-20T07:44:54.207Z
SEC response SHA-256
8c091571a7b1a227c61280eca4fc86c2cf8b554133fbca993d8761ae40d2d955

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