Skip to content

WASTE CONNECTIONS, INC.: filings

Every WASTE CONNECTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2016-04-28

The latest filing in this captured record is a 10-Q filed 2016-04-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. WASTE CONNECTIONS, 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-Q2016-04-28fiscal Q1 201636770001144204-16-096731
10-K2016-02-09fiscal FY 2015471630001144204-16-079708
10-Q2015-11-05fiscal Q3 2015391090001144204-15-063129
10-Q2015-07-28fiscal Q2 2015391090001144204-15-044455
10-Q2015-04-28fiscal Q1 201539830001144204-15-025390
10-K2015-02-10fiscal FY 2014481650001144204-15-007232
10-Q2014-10-22fiscal Q3 2014381080001144204-14-062226
10-Q2014-07-21fiscal Q2 2014381080001144204-14-043919
10-Q2014-04-21fiscal Q1 201438820001144204-14-023849
10-K2014-02-10fiscal FY 2013481650001144204-14-007263
10-Q2013-10-23fiscal Q3 2013401100001193125-13-407286
10-Q2013-07-24fiscal Q2 2013401100001193125-13-299541
10-Q2013-04-25fiscal Q1 201340850001193125-13-171879
10-K2013-03-01fiscal FY 2012481670001193125-13-085841
10-Q2012-10-23fiscal Q3 2012411150001193125-12-430763
10-Q2012-07-24fiscal Q2 2012411150001193125-12-311198
10-Q2012-04-26fiscal Q1 201241860001193125-12-183644
10-K2012-02-08fiscal FY 2011471660000950123-12-002148
10-Q2011-10-19fiscal Q3 2011391100000950123-11-090585
10-Q2011-07-22fiscal Q2 2011391100000950123-11-067528
10-Q2011-04-26fiscal Q1 201135740000950123-11-038898
10-K2011-02-09fiscal FY 2010401050000950123-11-010546
10-Q2010-10-20fiscal Q3 201035980000950123-10-094313
10-Q2010-07-21fiscal Q2 201035970000950123-10-066692

Inspect the source

Entity
WASTE CONNECTIONS, INC. / CIK 0001057058
Captured
SEC response SHA-256
b47237fb60fb36ed3a6aa31176c70a21f318663c7176a37313dc6e0a0f3774aa

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