Skip to content

AVANOS MEDICAL, INC.: filings

Every AVANOS MEDICAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-05-05fiscal Q1 2026491010001606498-26-000063
10-K2026-02-24fiscal FY 2025571450001606498-26-000004
10-Q2025-11-05fiscal Q3 2025501320001606498-25-000131
10-Q2025-08-05fiscal Q2 2025501320001606498-25-000109
10-Q2025-05-06fiscal Q1 2025501020001606498-25-000091
10-K2025-02-26fiscal FY 2024561440001606498-25-000024
10-Q2024-10-30fiscal Q3 2024501350001606498-24-000084
10-Q2024-07-31fiscal Q2 2024501350001606498-24-000077
10-Q2024-05-02fiscal Q1 2024501030001606498-24-000058
10-K2024-02-21fiscal FY 2023561440001606498-24-000018
10-Q2023-11-01fiscal Q3 2023501350001606498-23-000080
10-Q2023-08-09fiscal Q2 2023501350001606498-23-000069
10-Q2023-05-03fiscal Q1 2023501030001606498-23-000041
10-K2023-02-21fiscal FY 2022561440001606498-23-000020
10-Q2022-11-02fiscal Q3 2022501800001606498-22-000080
10-Q2022-08-09fiscal Q2 2022501350001606498-22-000070
10-Q2022-05-04fiscal Q1 2022501030001606498-22-000052
10-K2022-02-23fiscal FY 2021571450001606498-22-000029
10-Q2021-11-02fiscal Q3 2021501350001628280-21-021202
10-Q2021-08-03fiscal Q2 2021491310001606498-21-000048
10-Q2021-05-07fiscal Q1 202148990001606498-21-000025
10-K2021-02-19fiscal FY 2020561440001606498-21-000015
10-Q2020-11-03fiscal Q3 2020511350001606498-20-000063
10-Q2020-08-04fiscal Q2 2020501330001606498-20-000047
10-Q2020-05-06fiscal Q1 2020501020001606498-20-000029
10-K2020-02-25fiscal FY 2019561410001606498-20-000018
10-Q2019-11-05fiscal Q3 2019531390001606498-19-000072
10-Q2019-08-06fiscal Q2 2019531390001606498-19-000062
10-Q2019-05-07fiscal Q1 2019531070001606498-19-000032
10-K2019-02-26fiscal FY 2018541400001606498-19-000018
10-Q2018-12-17fiscal Q3 2018501340001606498-18-000081
10-Q2018-11-06fiscal Q3 2018501340001564590-18-027419
10-Q2018-08-07fiscal Q2 2018501360001606498-18-000068
10-Q2018-05-02fiscal Q1 2018491000001606498-18-000033
10-K2018-02-27fiscal FY 2017511320001606498-18-000016
10-Q2017-11-01fiscal Q3 2017481280001606498-17-000061
10-Q2017-08-02fiscal Q2 2017481280001606498-17-000050
10-Q2017-05-02fiscal Q1 201647960001606498-17-000019
10-K2017-02-27fiscal FY 2016511320001606498-17-000008
10-Q2016-11-03fiscal Q3 2016461240001606498-16-000090
10-Q2016-08-05fiscal Q2 2016461240001606498-16-000085
10-Q2016-05-09fiscal Q1 201646940001606498-16-000078
10-K2016-02-29fiscal FY 2015501300001606498-16-000044
10-Q2015-11-04fiscal Q3 2015461240001606498-15-000032
10-Q2015-08-12fiscal Q2 2015461240001606498-15-000024
10-Q2015-05-05fiscal Q1 201545920001606498-15-000015
10-K2015-03-13fiscal FY 2014491220001606498-15-000009
10-Q2014-11-20fiscal Q3 201435940001445305-14-005205

Inspect the source

Entity
AVANOS MEDICAL, INC. / CIK 0001606498
Captured
2026-09-21T17:21:16.254Z
SEC response SHA-256
d33560654b7d20276f72b2d21b96213113dca28656a34615203ec752031122ca

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