Skip to content

R1 RCM Holdco Inc.: filings

Every R1 RCM Holdco Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2022-05-09

The latest filing in this captured record is a 10-Q filed 2022-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. R1 RCM Holdco Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-05-09fiscal Q1 202241860001628280-22-013199
10-K2022-02-17fiscal FY 2021471200001628280-22-002948
10-Q2021-11-02fiscal Q3 2021441250001628280-21-021093
10-Q2021-08-03fiscal Q2 2021441210001628280-21-015250
10-Q2021-05-04fiscal Q1 202144910001628280-21-008756
10-K2021-02-18fiscal FY 2020461170001628280-21-002423
10-Q2020-11-03fiscal Q3 2020451270001628280-20-015357
10-Q2020-08-05fiscal Q2 2020451230001628280-20-011665
10-Q2020-05-05fiscal Q1 202045940001628280-20-006365
10-K2020-02-20fiscal FY 2019511630001628280-20-001837
10-Q2019-11-05fiscal Q3 2019481320001628280-19-013243
10-Q2019-08-06fiscal Q2 2019481280001628280-19-010037
10-Q2019-05-09fiscal Q1 201948990001628280-19-006353
10-K2019-02-22fiscal FY 2018481610001628280-19-001770
10-Q2018-11-07fiscal Q3 2018461190001628280-18-013834
10-Q2018-08-09fiscal Q2 2018451170001628280-18-010868
10-Q2018-05-10fiscal Q1 201840820001628280-18-006576
10-K2018-03-09fiscal FY 2017361240001472595-18-000023
10-Q2017-10-31fiscal Q3 201734920001472595-17-000112
10-Q2017-08-02fiscal Q2 201734920001472595-17-000087
10-Q2017-05-09fiscal Q1 201733680001472595-17-000048
10-K2017-03-01fiscal FY 2016351230001472595-17-000023
10-Q2016-11-02fiscal Q3 201633900001472595-16-000270
10-Q2016-08-04fiscal Q2 201633900001472595-16-000220
10-Q2016-05-10fiscal Q1 201633680001472595-16-000203
10-K2016-03-10fiscal FY 2015361250001472595-16-000160
10-Q2015-11-09fiscal Q3 201532860001472595-15-000124
10-Q2015-08-05fiscal Q2 201532860001472595-15-000095
10-Q2015-07-07fiscal Q1 201532660001472595-15-000071
10-K2015-06-23fiscal FY 2014361250001472595-15-000051
10-Q2015-06-23fiscal Q3 201432840001472595-15-000049
10-Q2015-06-23fiscal Q2 201432840001472595-15-000048
10-Q2015-06-23fiscal Q1 201432660001472595-15-000047
10-K2014-12-30fiscal FY 2013363400001193125-14-457093
10-Q2012-11-08fiscal Q3 201235940001472595-12-000046
10-Q2012-08-09fiscal Q2 201234920001472595-12-000037
10-Q2012-05-09fiscal Q1 201234700001472595-12-000019
10-K/A2012-03-29fiscal FY 2011381400001193125-12-139929
10-Q2011-11-10fiscal Q3 201134900001472595-11-000007
10-Q2011-08-12fiscal Q2 201134890000950123-11-076613

Inspect the source

Entity
R1 RCM Holdco Inc. / CIK 0001472595
Captured
SEC response SHA-256
ba9373c9e59961ecfd4500252ae062800234ef3b90101aa17c1413e75f9a1583

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