Skip to content

STONEMOR PARTNERS LP: filings

Every STONEMOR PARTNERS LP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-11-08

The latest filing in this captured record is a 10-Q filed 2019-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. STONEMOR PARTNERS LP 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-Q2019-11-08fiscal Q3 201937950001564590-19-042314
10-K/A2019-08-28fiscal FY 2018411200001564590-19-033358
10-Q2019-08-09fiscal Q2 201938980001564590-19-031221
10-Q2019-05-10fiscal Q1 201938740001564590-19-018238
10-K2019-04-03fiscal FY 2018411200001564590-19-010632
10-Q2019-02-15fiscal Q3 2018341000001193125-19-042069
10-Q2019-02-12fiscal Q2 201834990001193125-19-035869
10-Q2019-02-04fiscal Q1 201831760001628280-19-000882
10-K2018-07-17fiscal FY 2017371200001286131-18-000080
10-Q2018-01-25fiscal Q3 201730800001286131-18-000005
10-Q2017-12-12fiscal Q2 201730800001286131-17-000030
10-Q2017-10-27fiscal Q1 201727560001286131-17-000013
10-K2017-09-18fiscal FY 2016341030001193125-17-286514
10-Q2016-11-09fiscal Q3 201629820001193125-16-764528
10-Q/A2016-11-09fiscal Q2 201629800001193125-16-764521
10-Q/A2016-11-09fiscal Q1 201629590001193125-16-764518
10-K/A2016-11-09fiscal FY 2015331020001193125-16-764513
10-Q2016-08-05fiscal Q2 201629800001193125-16-673120
10-Q2016-05-09fiscal Q1 201629590001193125-16-583251
10-K2016-02-29fiscal FY 2015331020001193125-16-484599
10-Q2015-11-09fiscal Q3 201524700001193125-15-371356
10-Q2015-08-10fiscal Q2 201524680001193125-15-284260
10-Q2015-05-08fiscal Q1 201524520001193125-15-178879
10-K2015-03-16fiscal FY 201429880001193125-15-092973
10-Q2014-11-07fiscal Q3 201424680001193125-14-402745
10-Q2014-08-08fiscal Q2 201424680001193125-14-302175
10-Q2014-05-08fiscal Q1 201423500001193125-14-189260
10-K2014-03-17fiscal FY 2013321020001193125-14-101578
10-Q2013-11-07fiscal Q3 201328800001193125-13-432439
10-Q2013-08-07fiscal Q2 201326720001193125-13-323518
10-Q2013-05-07fiscal Q1 201326560001193125-13-204026
10-K2013-03-15fiscal FY 2012321100001193125-13-109740
10-Q2012-11-06fiscal Q3 201226720001193125-12-454268
10-Q2012-08-07fiscal Q2 201226720001193125-12-339959
10-Q2012-05-09fiscal Q1 201221440001193125-12-221069
10-K2012-03-15fiscal FY 201121550001193125-12-117003
10-Q2011-11-09fiscal Q3 201121560001193125-11-303719
10-Q2011-08-09fiscal Q2 201120540001193125-11-215489

Inspect the source

Entity
STONEMOR PARTNERS LP / CIK 0001286131
Captured
SEC response SHA-256
8d3e40acbcfb0665211fbc518bb9c8f55e6444c1cadc6d4fdfa3cc4c86767a7b

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