Skip to content

RHYTHM PHARMACEUTICALS, INC.: filings

Every RHYTHM PHARMACEUTICALS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-04fiscal Q2 2026411200001628280-26-052533
10-Q2026-05-05fiscal Q1 202641840001628280-26-030549
10-K2026-02-26fiscal FY 2025501300001628280-26-012399
10-Q2025-11-04fiscal Q3 2025401220001104659-25-106264
10-Q2025-08-05fiscal Q2 2025411190001558370-25-010302
10-Q2025-05-07fiscal Q1 202542850001558370-25-006765
10-K2025-02-28fiscal FY 2024491220001558370-25-001889
10-Q2024-11-06fiscal Q3 2024441270001558370-24-014532
10-Q2024-08-06fiscal Q2 2024431170001558370-24-011101
10-Q2024-05-07fiscal Q1 202440780001558370-24-007076
10-K2024-02-29fiscal FY 2023501230001558370-24-002181
10-Q2023-11-08fiscal Q3 2023421190001558370-23-018291
10-Q2023-08-01fiscal Q2 2023401080001558370-23-012739
10-Q2023-05-02fiscal Q1 202341800001558370-23-007675
10-K2023-03-01fiscal FY 2022451070001558370-23-002613
10-Q2022-11-08fiscal Q3 2022411120001558370-22-016818
10-Q2022-08-03fiscal Q2 2022391020001558370-22-011888
10-Q2022-05-03fiscal Q1 202238740001558370-22-006790
10-K2022-03-01fiscal FY 202141920001558370-22-002543
10-Q2021-11-02fiscal Q3 202135870001558370-21-014043
10-Q2021-08-03fiscal Q2 202139990001558370-21-009963
10-Q2021-05-03fiscal Q1 202139750001558370-21-005475
10-K2021-03-01fiscal FY 202035880001558370-21-002121
10-Q2020-11-02fiscal Q3 202031900001558370-20-012208
10-Q2020-08-03fiscal Q2 202031850001558370-20-008958
10-Q2020-05-04fiscal Q1 202030640001558370-20-004983
10-K2020-03-02fiscal FY 2019341180001558370-20-001896
10-Q2019-11-01fiscal Q3 201932870001558370-19-009647
10-Q2019-07-29fiscal Q2 201932830001558370-19-006464
10-Q2019-05-03fiscal Q1 201931630001558370-19-003924
10-K2019-03-08fiscal FY 2018311110001558370-19-001698
10-Q2018-11-09fiscal Q3 201830730001558370-18-009110
10-Q2018-08-08fiscal Q2 201830720001558370-18-006765
10-Q2018-05-14fiscal Q1 201828550001558370-18-004752
10-K2018-03-12fiscal FY 2017301060001558370-18-001923
10-Q2017-11-14fiscal Q3 201728710001558370-17-008882

Inspect the source

Entity
RHYTHM PHARMACEUTICALS, INC. / CIK 0001649904
Captured
2026-09-21T17:23:23.073Z
SEC response SHA-256
771747c78d141a669c089d047621c19af9216a296b9b4128ab8c04753f65f408

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