Skip to content

MARCUS & MILLICHAP, INC.: filings

Every MARCUS & MILLICHAP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-06fiscal Q2 2026431260001628280-26-054439
10-Q2026-05-07fiscal Q1 202642880001628280-26-032300
10-K2026-02-26fiscal FY 2025461220001628280-26-012419
10-Q2025-11-07fiscal Q3 2025431260001628280-25-050707
10-Q2025-08-07fiscal Q2 2025431270001578732-25-000040
10-Q2025-05-07fiscal Q1 202543900001578732-25-000031
10-K2025-02-27fiscal FY 2024461240001578732-25-000015
10-Q2024-11-08fiscal Q3 2024431260001578732-24-000053
10-Q2024-08-07fiscal Q2 2024431260001578732-24-000045
10-Q2024-05-08fiscal Q1 202443900001578732-24-000029
10-K2024-02-27fiscal FY 2023461240001578732-24-000009
10-Q2023-11-03fiscal Q3 2023431260001578732-23-000048
10-Q2023-08-04fiscal Q2 2023431260001578732-23-000030
10-Q2023-05-05fiscal Q1 202343910001578732-23-000021
10-K2023-02-28fiscal FY 2022461220001578732-23-000013
10-Q2022-11-04fiscal Q3 2022441300001578732-22-000003
10-Q2022-08-05fiscal Q2 2022431280001193125-22-213586
10-Q2022-05-06fiscal Q1 202244930001193125-22-143807
10-K2022-03-01fiscal FY 2021451180001193125-22-060189
10-Q2021-11-05fiscal Q3 2021431230001193125-21-321414
10-Q2021-08-06fiscal Q2 2021431230001193125-21-239122
10-Q2021-05-07fiscal Q1 202143910001193125-21-154852
10-K2021-03-01fiscal FY 2020441560001193125-21-062693
10-Q2020-11-09fiscal Q3 2020421190001193125-20-288632
10-Q2020-08-10fiscal Q2 2020421190001193125-20-214274
10-Q2020-05-11fiscal Q1 202042890001193125-20-138459
10-K2020-03-02fiscal FY 2019431500001193125-20-058202
10-Q2019-11-08fiscal Q3 2019411160001193125-19-287779
10-Q2019-08-09fiscal Q2 2019411140001193125-19-217380
10-Q2019-05-10fiscal Q1 201942880001193125-19-143551
10-K2019-03-01fiscal FY 2018411480001193125-19-059132
10-Q2018-11-09fiscal Q3 2018391090001193125-18-322891
10-Q2018-08-09fiscal Q2 2018381060001193125-18-243380
10-Q2018-05-10fiscal Q1 201830620001193125-18-158196
10-K2018-03-16fiscal FY 2017311240001193125-18-084734
10-Q2017-11-09fiscal Q3 201730900001193125-17-337935
10-Q2017-08-09fiscal Q2 201730900001193125-17-251988
10-Q2017-05-10fiscal Q1 201730620001193125-17-164874
10-K2017-03-16fiscal FY 2016311240001193125-17-084360
10-Q2016-11-07fiscal Q3 201630900001193125-16-761296
10-Q2016-08-08fiscal Q2 201630900001193125-16-674431
10-Q2016-05-09fiscal Q1 201630620001193125-16-583007
10-K2016-03-15fiscal FY 2015311300001193125-16-504193
10-Q2015-11-09fiscal Q3 201531920001193125-15-370437
10-Q2015-08-10fiscal Q2 201532940001193125-15-283323
10-Q2015-05-11fiscal Q1 201531640001193125-15-180041
10-K2015-03-09fiscal FY 2014311160001193125-15-083184
10-Q2014-11-10fiscal Q3 201432820001193125-14-404925
10-Q2014-08-14fiscal Q2 201432820001193125-14-308723
10-Q2014-05-15fiscal Q1 201435650001193125-14-199606
10-K2014-03-21fiscal FY 2013331040001193125-14-110596
10-Q2013-11-22fiscal Q3 201327740001193125-13-451310

Inspect the source

Entity
MARCUS & MILLICHAP, INC. / CIK 0001578732
Captured
2026-09-20T09:22:15.639Z
SEC response SHA-256
94947aa383cfba21a5ea2303565bc72f194d87dc0e33f51281ba07e64a8a240c

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