Skip to content

COVANTA HOLDING CORP: filings

Every COVANTA HOLDING CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2021-10-28

The latest filing in this captured record is a 10-Q filed 2021-10-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. COVANTA HOLDING CORP 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-10-28fiscal Q3 2021411150000225648-21-000103
10-Q2021-07-28fiscal FY 2021421190000225648-21-000091
10-Q2021-04-30fiscal FY 202142890000225648-21-000051
10-K2021-02-19fiscal FY 2020521350000225648-21-000008
10-Q2020-10-30fiscal Q3 2020421190000225648-20-000182
10-Q2020-07-31fiscal Q2 2020421190000225648-20-000155
10-Q2020-05-08fiscal Q1 202042890000225648-20-000112
10-K2020-02-25fiscal FY 2019511710000225648-20-000007
10-Q2019-11-04fiscal Q3 2019411140000225648-19-000127
10-Q2019-07-26fiscal Q2 2019401120000225648-19-000108
10-Q2019-04-26fiscal Q1 201940820000225648-19-000083
10-K2019-02-19fiscal FY 2018471650000225648-19-000009
10-Q2018-10-26fiscal Q3 2018381100000225648-18-000156
10-Q2018-07-27fiscal Q2 2018381100000225648-18-000115
10-Q2018-04-27fiscal Q1 201837780000225648-18-000068
10-K2018-02-26fiscal FY 2017461630000225648-18-000008
10-Q2017-10-27fiscal Q3 2017381090000225648-17-000136
10-Q2017-07-28fiscal Q2 2017381070000225648-17-000115
10-Q2017-04-27fiscal Q1 201737770000225648-17-000066
10-K2017-02-28fiscal FY 2016461680000225648-17-000012
10-Q2016-10-26fiscal Q3 2016381060000225648-16-000223
10-Q2016-07-28fiscal Q2 2016381080000225648-16-000209
10-Q2016-04-27fiscal Q1 201638790000225648-16-000180
10-K2016-02-26fiscal FY 2015461530000225648-16-000130
10-Q2015-10-29fiscal Q3 2015371040000225648-15-000112
10-Q2015-07-29fiscal Q2 2015371050000225648-15-000103
10-Q2015-04-23fiscal Q1 201537770000225648-15-000061
10-K2015-03-02fiscal FY 2014451680000225648-15-000008
10-Q2014-10-23fiscal Q3 2014361030000225648-14-000107
10-Q/A2014-08-11fiscal Q2 2014361030000225648-14-000086
10-Q2014-08-08fiscal Q2 2014361030000225648-14-000083
10-Q2014-04-23fiscal Q1 201436750000225648-14-000033
10-K2014-02-18fiscal FY 2013451680000225648-14-000011
10-Q2013-10-24fiscal Q3 2013371050000225648-13-000064
10-Q2013-07-18fiscal Q2 2013371050000225648-13-000049
10-Q2013-04-17fiscal Q1 201337750000225648-13-000026
10-K2013-02-15fiscal FY 2012451670000225648-13-000007
10-Q2012-10-18fiscal Q3 2012371050000225648-12-000015
10-Q2012-07-19fiscal Q2 2012371050000225648-12-000009
10-Q2012-04-19fiscal Q1 201237740001193125-12-170653
10-K2012-02-15fiscal FY 2011421550001193125-12-063348
10-Q2011-10-24fiscal Q3 2011361030001193125-11-278606
10-Q2011-07-26fiscal Q2 2011361020000950123-11-068177
10-Q2011-04-20fiscal Q1 201133690000950123-11-037277
10-K2011-02-22fiscal FY 201034900000950123-11-016506
10-Q2010-10-20fiscal Q3 201033930000950123-10-094553
10-Q2010-07-22fiscal Q2 201032920000950123-10-067262

Inspect the source

Entity
COVANTA HOLDING CORP / CIK 0000225648
Captured
SEC response SHA-256
ffa0a2df71e9b893263fd9b49ef27be49cabe3526c48bf94ffa927ac5d5c04b5

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