Skip to content

Moelis & Co: filings

Every Moelis & Co annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-30fiscal Q2 202629820001193125-26-324296
10-Q2026-04-30fiscal Q1 202629620001193125-26-192462
10-K2026-02-26fiscal FY 202530800001193125-26-076747
10-Q2025-10-30fiscal Q3 202529860001193125-25-256727
10-Q2025-07-25fiscal Q2 202529820000950170-25-098436
10-Q2025-04-24fiscal Q1 202529620000950170-25-057541
10-K2025-02-27fiscal FY 202430800000950170-25-029070
10-Q2024-10-24fiscal Q3 202429860000950170-24-116726
10-Q2024-07-25fiscal Q2 202429820000950170-24-086165
10-Q2024-04-25fiscal Q1 202429620000950170-24-047744
10-K2024-02-22fiscal FY 202330800000950170-24-018791
10-Q2023-11-03fiscal Q3 202329860000950170-23-058409
10-Q2023-07-27fiscal Q2 202329820000950170-23-034860
10-Q2023-04-27fiscal Q1 202329620000950170-23-014925
10-K2023-02-23fiscal FY 202231830000950170-23-004120
10-Q2022-11-03fiscal Q3 202229860000950170-22-021579
10-Q2022-07-28fiscal Q2 202229820000950170-22-013381
10-Q2022-04-28fiscal Q1 202229620000950170-22-006407
10-K2022-02-23fiscal FY 202131830000950170-22-001785
10-Q2021-10-28fiscal Q3 202129860000950170-21-002459
10-Q2021-07-28fiscal Q2 202129820000950170-21-000568
10-Q2021-04-29fiscal Q1 202129620001564590-21-021991
10-K2021-02-24fiscal FY 202031830001564590-21-008170
10-Q2020-10-28fiscal Q3 202028840001564590-20-048361
10-Q2020-07-30fiscal Q2 202028800001564590-20-034909
10-Q2020-04-29fiscal Q1 202029620001564590-20-019727
10-K2020-02-27fiscal FY 201931810001564590-20-006910
10-Q2019-10-31fiscal Q3 201929840001564590-19-039161
10-Q2019-07-31fiscal Q2 201929800001564590-19-027484
10-Q2019-05-01fiscal Q1 201929600001564590-19-014429
10-K2019-02-27fiscal FY 201829790001564590-19-004907
10-Q2018-10-31fiscal Q3 201827740001564590-18-025836
10-Q2018-07-27fiscal Q2 201827740001564590-18-017761
10-Q2018-05-03fiscal Q1 201829580001558370-18-003912
10-K2018-02-28fiscal FY 201729790001558370-18-001283
10-Q2017-11-02fiscal Q3 201727740001558370-17-008011
10-Q2017-08-02fiscal Q2 201727740001558370-17-005724
10-Q2017-05-04fiscal Q1 201723500001558370-17-003544
10-K2017-02-28fiscal FY 201627730001558370-17-001153
10-Q2016-11-03fiscal Q3 201624680001558370-16-009233
10-Q2016-08-05fiscal Q2 201624680001047469-16-014727
10-Q2016-05-05fiscal Q1 201624520001047469-16-012927
10-K2016-03-14fiscal FY 201527700001047469-16-011116
10-Q2015-11-04fiscal Q3 201526710001047469-15-008326
10-Q2015-08-06fiscal Q2 201526710001047469-15-006655
10-Q2015-05-08fiscal Q1 201524480001047469-15-004588
10-K2015-02-27fiscal FY 201427650001047469-15-001351
10-Q2014-11-07fiscal Q3 201423620001047469-14-008982
10-Q2014-08-13fiscal Q2 201423610001047469-14-006915
10-Q2014-05-22fiscal Q1 201418380001047469-14-005131

Inspect the source

Entity
Moelis & Co / CIK 0001596967
Captured
2026-09-19T11:19:27.108Z
SEC response SHA-256
5ebdf66eda4eec7dc9076205cb2b1a6b3a2f6baa67401229bb7ec462c7128592

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