Skip to content

RENNOVA HEALTH, INC.: filings

Every RENNOVA HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-K2025-02-14fiscal FY 202348960001493152-25-006522
10-Q2023-11-14fiscal Q3 2023451300001493152-23-041175
10-Q2023-08-15fiscal Q2 2023451260001493152-23-028849
10-Q2023-05-15fiscal Q1 202340810001493152-23-017256
10-K2023-04-17fiscal FY 202246890001493152-23-012549
10-Q2022-11-14fiscal Q3 2022421130001493152-22-031986
10-Q2022-08-15fiscal Q2 2022411090001493152-22-023021
10-Q2022-05-23fiscal Q1 202237740001493152-22-014780
10-K2022-04-15fiscal FY 202141800001493152-22-010066
10-Q2021-11-15fiscal Q3 202138980001493152-21-028560
10-Q2021-08-16fiscal Q2 202139960001493152-21-020157
10-Q2021-06-14fiscal Q1 202136690001493152-21-014215
10-K2021-04-15fiscal FY 202048910001493152-21-008884
10-Q2020-11-16fiscal Q3 2020471250001493152-20-021678
10-Q2020-08-13fiscal Q2 2020471240001493152-20-015569
10-Q2020-07-17fiscal Q1 202040750001493152-20-013561
10-K2020-06-29fiscal FY 201945840001493152-20-011988
10-Q2019-12-30fiscal Q3 2019451260001493152-19-019860
10-Q2019-12-12fiscal Q2 2019441140001493152-19-019049
10-Q2019-11-12fiscal Q1 201940750001493152-19-016805
10-K2019-10-21fiscal FY 201840800001493152-19-015714
10-Q2018-11-14fiscal Q3 2018431070001493152-18-016174
10-Q2018-08-13fiscal Q2 2018421040001493152-18-011538
10-Q2018-06-19fiscal Q1 201838710001493152-18-008940
10-K2018-04-24fiscal FY 201738750001493152-18-005716
10-Q2017-11-20fiscal Q3 201737880001493152-17-013618
10-Q/A2017-11-20fiscal Q2 201733800001493152-17-013616
10-Q2017-08-14fiscal Q2 201733810001493152-17-009198
10-Q/A2017-05-23fiscal Q1 201732640001683168-17-001383
10-K2017-04-11fiscal FY 201635730001683168-17-000881
10-Q2016-11-14fiscal Q3 201632860001683168-16-000647
10-Q2016-08-16fiscal Q2 201634890001019687-16-007280
10-Q2016-05-17fiscal Q1 201635700001019687-16-006369
10-K/A2016-05-17fiscal FY 201541850001019687-16-006367
10-K2016-04-19fiscal FY 201541850001019687-16-005919
10-Q2015-10-27fiscal Q2 2016361010001140361-15-038672
10-Q2015-08-14fiscal Q1 201636750001140361-15-032163
10-K2015-06-26fiscal FY 201542880001140361-15-025494
10-Q2015-02-13fiscal Q3 201533880001140361-15-006128
10-Q2014-11-14fiscal Q2 201533880001140361-14-041719
10-Q2014-08-14fiscal Q1 201533680001140361-14-032932
10-K2014-06-09fiscal FY 201442860001140361-14-024821
10-Q2014-02-13fiscal Q3 201335960001140361-14-006844
10-Q2013-11-14fiscal Q2 2013361000001140361-13-042710
10-Q2013-08-14fiscal Q1 201336740001140361-13-032530
10-K2013-06-27fiscal FY 201243870001140361-13-026490
10-Q2013-02-13fiscal Q3 201235950001140361-13-006170
10-Q2012-11-14fiscal Q2 201234900001140361-12-047142
10-Q2012-08-14fiscal Q1 201227550001140361-12-037093
10-K2012-06-14fiscal FY 201128570001140361-12-030029
10-Q2012-02-15fiscal Q3 201127700001140361-12-008387
10-Q2011-11-10fiscal Q2 201131840001140361-11-052849
10-Q2011-08-12fiscal Q1 201133680001140361-11-041489

Inspect the source

Entity
RENNOVA HEALTH, INC. / CIK 0000931059
Captured
2026-09-21T17:17:45.185Z
SEC response SHA-256
ae9594f97edbcf1f9d816254e8cff570946a5a983a6d6acc8e801fd5be007181

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