Skip to content

MAGELLAN HEALTH INC: filings

Every MAGELLAN 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 2021-11-05

The latest filing in this captured record is a 10-Q filed 2021-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. MAGELLAN 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-Q2021-11-05fiscal Q3 2021421130001558370-21-014766
10-Q2021-08-05fiscal Q2 2021421130001558370-21-010514
10-Q2021-04-30fiscal Q1 202141830001558370-21-005361
10-K2021-02-26fiscal FY 2020471950001558370-21-002031
10-Q2020-10-29fiscal Q3 2020431110001558370-20-012026
10-Q2020-07-29fiscal Q2 2020421060001558370-20-008592
10-Q2020-05-11fiscal Q1 202042840001558370-20-006224
10-K2020-02-28fiscal FY 2019492070001558370-20-001745
10-Q2019-11-01fiscal Q3 2019421120001558370-19-009688
10-Q2019-07-30fiscal Q2 2019421120001558370-19-006530
10-Q2019-05-02fiscal Q1 201943930001558370-19-003840
10-K2019-02-28fiscal FY 2018492230001558370-19-001288
10-Q2018-11-07fiscal Q3 2018391100001558370-18-008730
10-Q2018-07-27fiscal Q2 2018391100001558370-18-005803
10-Q2018-04-26fiscal Q1 201838860001558370-18-003309
10-K2018-03-01fiscal FY 2017472140001558370-18-001391
10-Q2017-11-01fiscal Q3 201736980001558370-17-007897
10-Q2017-07-28fiscal Q2 201736980001558370-17-005435
10-Q2017-04-26fiscal Q1 201732650001558370-17-002920
10-K2017-02-24fiscal FY 2016422020001558370-17-000981
10-Q2016-11-09fiscal Q3 2016351010001558370-16-009788
10-Q2016-07-29fiscal Q2 201633940001047469-16-014539
10-Q2016-05-05fiscal Q1 201633680001047469-16-012904
10-K2016-02-29fiscal FY 2015422020001047469-16-010571
10-Q2015-10-27fiscal Q3 201533940001047469-15-008073
10-Q2015-07-27fiscal Q2 201533940001047469-15-006330
10-Q2015-04-30fiscal Q1 201532660001047469-15-004198
10-K2015-02-26fiscal FY 2014421980001047469-15-001263
10-Q2014-10-24fiscal Q3 201434990001047469-14-008521
10-Q2014-07-25fiscal Q2 201434990001047469-14-006398
10-Q2014-04-29fiscal Q1 201432660001047469-14-004333
10-K2014-03-03fiscal FY 2013421920001047469-14-001674
10-Q2013-10-24fiscal Q3 201331870001047469-13-009893
10-Q2013-07-25fiscal Q2 201331870001047469-13-007770
10-Q2013-04-30fiscal Q1 201331630001047469-13-005152
10-K2013-02-28fiscal FY 2012411880001047469-13-001915
10-Q2012-10-26fiscal Q3 201232880001047469-12-009794
10-Q2012-07-27fiscal Q2 201232880001047469-12-007479
10-Q2012-04-27fiscal Q1 201232640001047469-12-004901
10-K2012-02-28fiscal FY 2011401850001047469-12-001737
10-Q2011-10-27fiscal Q3 201130850001047469-11-008738
10-Q2011-07-29fiscal Q2 201132870001047469-11-006746
10-Q2011-04-29fiscal Q1 201132650001047469-11-004262
10-K2011-02-25fiscal FY 201032840001047469-11-001356
10-Q2010-10-29fiscal Q3 201032860001047469-10-009001
10-Q2010-07-30fiscal Q2 201032860001047469-10-006788

Inspect the source

Entity
MAGELLAN HEALTH INC / CIK 0000019411
Captured
SEC response SHA-256
51abf13b428b7bf61a9743ee14a8ed424ab34b20dccd53e1c906533cd9ec8c4e

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