Skip to content

RADIUS HEALTH, INC.: filings

Every RADIUS HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-08-09

The latest filing in this captured record is a 10-Q filed 2022-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. RADIUS HEALTH, 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-08-09fiscal Q2 2022411160001628280-22-021751
10-Q2022-05-05fiscal Q1 202241850001628280-22-012504
10-K2022-02-24fiscal FY 2021511360001628280-22-003660
10-Q2021-11-08fiscal Q3 2021411160001628280-21-022113
10-Q2021-08-05fiscal Q2 2021411140001628280-21-015682
10-Q2021-05-07fiscal Q1 202136760001628280-21-009436
10-K2021-02-25fiscal FY 2020471210001628280-21-003172
10-Q2020-11-05fiscal Q3 202035920001628280-20-015691
10-Q2020-08-10fiscal Q2 202035920001628280-20-012243
10-Q2020-05-07fiscal Q1 202035740001628280-20-006972
10-K2020-02-27fiscal FY 2019481470001628280-20-002354
10-Q2019-11-05fiscal Q3 201938970001628280-19-013328
10-Q2019-08-07fiscal Q2 201937940001628280-19-010286
10-Q2019-05-08fiscal Q1 201937760001628280-19-006186
10-K2019-02-28fiscal FY 2018451430001628280-19-002275
10-Q2018-11-01fiscal Q3 201834860001628280-18-013236
10-Q2018-08-07fiscal Q2 201831800001628280-18-010589
10-Q2018-05-10fiscal Q1 201831640001628280-18-006456
10-K2018-03-01fiscal FY 2017421240001628280-18-002666
10-Q2017-11-02fiscal Q3 201731790001628280-17-010726
10-Q2017-08-04fiscal Q2 201731790001628280-17-008046
10-Q2017-05-02fiscal Q1 201725520001628280-17-004562
10-K2017-02-24fiscal FY 201632980001628280-17-001727
10-Q2016-11-03fiscal Q3 201627700001628280-16-020776
10-Q2016-08-04fiscal Q2 201627700001628280-16-018536
10-Q2016-05-05fiscal Q1 201627540001104659-16-118351
10-K2016-02-25fiscal FY 201531950001047469-16-010440
10-Q2015-11-05fiscal Q3 201531850001104659-15-076300
10-Q2015-08-06fiscal Q2 201532870001104659-15-057216
10-Q2015-05-06fiscal Q1 201532630001104659-15-034935
10-K2015-03-10fiscal FY 201433950001047469-15-001917
10-Q2014-11-10fiscal Q3 201432840001104659-14-079043
10-Q2014-08-12fiscal Q2 201432850001104659-14-059953
10-Q2014-05-14fiscal Q1 201428570001104659-14-038647
10-K/A2014-04-03fiscal FY 201332820001047469-14-003355
10-K2014-02-26fiscal FY 201332820001047469-14-001400
10-Q2013-11-14fiscal Q3 201328820001104659-13-084867
10-Q2013-08-09fiscal Q2 201330840001104659-13-062089
10-Q2013-05-14fiscal Q1 201329600001104659-13-041229
10-K2013-03-15fiscal FY 201234840001047469-13-002863
10-Q2012-11-14fiscal Q3 201232880001104659-12-077831
10-Q2012-08-07fiscal Q2 201232870001104659-12-055307
10-Q2012-05-04fiscal Q1 201232620001104659-12-033206
10-K2012-02-06fiscal FY 201133810001047469-12-000647
10-Q2011-11-14fiscal Q3 201132800001104659-11-063651
10-Q/A2011-09-09fiscal Q2 201133850001104659-11-051149

Inspect the source

Entity
RADIUS HEALTH, INC. / CIK 0001428522
Captured
SEC response SHA-256
2054192517bbc149217fd5b112e79d1fa1e935f422e730835ca8fbd528edd39e

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