Skip to content

AdaptHealth Corp.: filings

Every AdaptHealth Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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 2026521370001628280-26-052646
10-Q2026-05-05fiscal Q1 2026541110001628280-26-030602
10-K2026-02-24fiscal FY 2025551440001628280-26-011213
10-Q2025-11-04fiscal Q3 2025551530001628280-25-048944
10-Q2025-08-05fiscal Q2 2025551490001628280-25-037931
10-Q2025-05-06fiscal Q1 2025551130001628280-25-022716
10-K2025-02-25fiscal FY 2024551440001628280-25-007740
10-Q2024-11-05fiscal Q3 2024571590001628280-24-045365
10-Q2024-08-06fiscal Q2 2024571550001628280-24-035235
10-Q2024-05-07fiscal Q1 2024571170001628280-24-021191
10-K2024-02-27fiscal FY 2023571510001628280-24-007254
10-Q2023-11-07fiscal Q3 2023541540001628280-23-037441
10-Q2023-08-08fiscal Q2 2023541500001628280-23-028269
10-Q2023-05-09fiscal Q1 2023541120001628280-23-016902
10-K2023-02-28fiscal FY 2022571500001628280-23-005590
10-Q2022-11-08fiscal Q3 2022581600001558370-22-016907
10-Q2022-08-09fiscal Q2 2022581560001558370-22-012906
10-Q2022-05-10fiscal Q1 2022571170001558370-22-008117
10-K2022-03-01fiscal FY 2021581460001558370-22-002603
10-Q2021-11-09fiscal Q3 2021551500001558370-21-015268
10-Q2021-08-06fiscal Q2 2021521430001558370-21-010843
10-Q2021-05-10fiscal Q1 2021521080001558370-21-006682
10-K/A2021-04-30fiscal FY 2020531330001558370-21-005419
10-K2021-03-16fiscal FY 2020531420001558370-21-003089
10-Q2020-11-06fiscal Q3 2020511390001558370-20-013175
10-Q2020-08-07fiscal Q2 2020471280001558370-20-009785
10-Q2020-05-08fiscal Q1 202042870001558370-20-006040
10-K2020-03-06fiscal FY 201946890001558370-20-002146
10-Q2019-11-05fiscal Q3 201920610001104659-19-060125
10-Q2019-07-31fiscal Q2 201920570001104659-19-042952
10-Q2019-05-14fiscal Q1 201920430001104659-19-029321
10-K2019-03-29fiscal FY 201821390001104659-19-018712
10-Q2018-11-08fiscal Q3 201820360001104659-18-066982
10-Q2018-08-08fiscal Q2 201820360001104659-18-050295
10-Q2018-05-15fiscal Q1 201820320001104659-18-033072

Inspect the source

Entity
AdaptHealth Corp. / CIK 0001725255
Captured
2026-09-21T17:27:31.045Z
SEC response SHA-256
8a615a2feefa30899e2a3a115e14f6dc1d66ce3988acb48ce4bb319634cea403

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