Skip to content

RMR GROUP INC.: filings

Every RMR GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-05fiscal Q3 2026411280001644378-26-000020
10-Q2026-05-06fiscal Q2 2026421250001644378-26-000014
10-Q2026-02-04fiscal Q1 202642870001644378-26-000007
10-K2025-11-12fiscal FY 2025471230001644378-25-000043
10-Q2025-08-05fiscal Q3 2025391220001644378-25-000033
10-Q2025-05-06fiscal Q2 2025401200001644378-25-000024
10-Q2025-02-05fiscal Q1 202540840001644378-25-000015
10-K2024-11-12fiscal FY 2024461230001644378-24-000042
10-Q2024-08-01fiscal Q3 2024381160001644378-24-000034
10-Q2024-05-07fiscal Q2 2024391140001644378-24-000022
10-Q2024-02-07fiscal Q1 202439820001644378-24-000009
10-K2023-11-15fiscal FY 2023431130001644378-23-000051
10-Q2023-08-09fiscal Q3 2023341080001644378-23-000039
10-Q2023-05-03fiscal Q2 2023341040001644378-23-000030
10-Q2023-02-02fiscal Q1 202334720001644378-23-000014
10-K2022-11-14fiscal FY 2022431130001644378-22-000047
10-Q2022-08-04fiscal Q3 2022341090001644378-22-000029
10-Q2022-05-04fiscal Q2 2022341050001644378-22-000021
10-Q2022-01-27fiscal Q1 202234730001644378-22-000008
10-K2021-11-15fiscal FY 2021431130001644378-21-000041
10-Q2021-08-05fiscal Q3 2021341090001644378-21-000033
10-Q2021-05-10fiscal Q2 2021361090001644378-21-000021
10-Q2021-02-02fiscal Q1 202135750001644378-21-000012
10-K2020-11-20fiscal FY 2020411300001644378-20-000044
10-Q2020-08-07fiscal Q3 2020371130001644378-20-000029
10-Q2020-05-11fiscal Q2 2020371090001644378-20-000016
10-Q2020-02-06fiscal Q1 202036750001644378-20-000008
10-K2019-11-22fiscal FY 2019401310001644378-19-000036
10-Q2019-08-09fiscal Q3 2019371150001644378-19-000029
10-Q2019-05-10fiscal Q2 2019361090001644378-19-000020
10-Q2019-02-07fiscal Q1 201935750001644378-19-000011
10-K2018-12-03fiscal FY 2018391290001644378-18-000038
10-Q2018-08-08fiscal Q3 2018361030001644378-18-000026
10-Q2018-05-10fiscal Q2 2018361030001644378-18-000016
10-Q2018-02-08fiscal Q1 201836750001644378-18-000009
10-K2017-12-12fiscal FY 2017381280001644378-17-000040
10-Q2017-08-09fiscal Q3 201732920001644378-17-000029
10-Q2017-05-10fiscal Q2 201731880001644378-17-000018
10-Q2017-02-09fiscal Q1 201731650001644378-17-000006
10-K2016-12-15fiscal FY 2016341120001644378-16-000016
10-Q2016-08-09fiscal Q3 201625640001558370-16-007771
10-Q2016-05-10fiscal Q2 201624590001558370-16-005793
10-Q2016-02-09fiscal Q1 201623440001558370-16-003116

Inspect the source

Entity
RMR GROUP INC. / CIK 0001644378
Captured
2026-09-21T17:21:42.317Z
SEC response SHA-256
9f3f4da4a38a4d1089a1bba12717f699c7039927bc5ad9b367dfa9d96cdc3d45

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