Skip to content

Mr. Cooper Group Inc.: filings

Every Mr. Cooper Group Inc. 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-Q2025-07-23fiscal Q2 202530960000933136-25-000071
10-Q2025-04-23fiscal Q1 202530640000933136-25-000033
10-K2025-02-20fiscal FY 2024381070000933136-25-000018
10-Q2024-10-23fiscal Q3 202430960000933136-24-000081
10-Q2024-07-26fiscal Q2 202430960000933136-24-000069
10-Q2024-04-24fiscal Q1 202430640000933136-24-000035
10-K2024-02-28fiscal FY 2023381060000933136-24-000017
10-Q2023-10-25fiscal Q3 202330960000933136-23-000091
10-Q2023-07-26fiscal Q2 202330960000933136-23-000075
10-Q2023-04-26fiscal Q1 202330640000933136-23-000046
10-K2023-02-16fiscal FY 2022401110000933136-23-000009
10-Q2022-10-26fiscal Q3 202231980000933136-22-000086
10-Q2022-07-27fiscal Q2 202231980000933136-22-000075
10-Q2022-04-28fiscal Q1 202231660000933136-22-000045
10-K2022-02-17fiscal FY 2021391090000933136-22-000008
10-Q2021-10-28fiscal Q3 2021321020000933136-21-000074
10-Q2021-07-29fiscal Q2 2021321020000933136-21-000060
10-Q2021-04-29fiscal Q1 202133720000933136-21-000029
10-K2021-02-23fiscal FY 2020411500000933136-21-000005
10-Q2020-10-29fiscal Q3 2020361120000933136-20-000068
10-Q2020-07-30fiscal Q2 2020361120000933136-20-000056
10-Q2020-04-30fiscal Q1 202036780000933136-20-000034
10-K2020-02-28fiscal FY 2019432410000933136-20-000005
10-Q2019-11-01fiscal Q3 201937980000933136-19-000069
10-Q2019-08-02fiscal Q2 2019371140000933136-19-000063
10-Q2019-05-08fiscal Q1 201937500000933136-19-000042
10-K2019-03-11fiscal FY 201841680000933136-19-000030
10-Q2018-11-09fiscal Q3 201834360000933136-18-000014
10-Q2018-07-27fiscal Q2 201825710001564590-18-017756
10-Q2018-05-10fiscal Q1 201821440001564590-18-012955
10-K2018-03-02fiscal FY 2017211080001564590-18-004269
10-Q2017-11-09fiscal Q3 201720660001564590-17-023336
10-Q2017-08-09fiscal Q2 201720650001564590-17-016965
10-Q2017-05-09fiscal Q1 201720430001564590-17-009871
10-K2017-03-14fiscal FY 2016201050001564590-17-004292
10-Q2016-11-04fiscal Q3 201620650001564590-16-027651
10-Q2016-08-05fiscal Q2 201620650001564590-16-022986
10-Q2016-05-06fiscal Q1 201620430001564590-16-018278
10-K2016-03-11fiscal FY 201518980001564590-16-014568
10-Q2015-11-06fiscal Q3 201520630001564590-15-009929
10-Q2015-08-07fiscal Q2 201520600001564590-15-006678
10-Q2015-05-08fiscal Q1 201519420001564590-15-003762
10-K2015-02-27fiscal FY 201410220001564590-15-001104
10-Q2014-11-07fiscal Q3 201421630001564590-14-005294
10-Q2014-08-08fiscal Q2 201421640001193125-14-303111
10-Q2014-05-09fiscal Q1 201421450001193125-14-192418
10-Q2013-11-08fiscal Q3 201310200001193125-13-435176
10-Q2013-08-09fiscal Q2 201310200001193125-13-329341
10-Q2013-05-10fiscal Q1 201310200001193125-13-214127

4 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Mr. Cooper Group Inc. / CIK 0000933136
Captured
2026-09-21T17:17:51.959Z
SEC response SHA-256
50550b84175f2c52c774e2fe58f0673068865bc39dca61d42afa9d7a71e2b914

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