Skip to content

MONTAGE RESOURCES CORP: filings

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

Filing record ends 2020-11-06

The latest filing in this captured record is a 10-Q filed 2020-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. MONTAGE RESOURCES 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-Q2020-11-06fiscal Q3 2020351070001564590-20-051720
10-Q2020-08-07fiscal Q2 2020351040001564590-20-038149
10-Q2020-05-08fiscal Q1 202037780001564590-20-023337
10-K2020-03-10fiscal FY 2019381310001564590-20-009568
10-Q2019-11-08fiscal Q3 2019381140001564590-19-042125
10-Q2019-08-08fiscal Q2 2019371070001564590-19-030753
10-Q2019-05-09fiscal Q1 201936750001564590-19-017958
10-K2019-03-15fiscal FY 2018411580001564590-19-008021
10-Q2018-11-01fiscal Q3 201834990001564590-18-026133
10-Q2018-08-03fiscal Q2 201834990001564590-18-019113
10-Q2018-05-04fiscal Q1 201830610001564590-18-010917
10-K2018-03-02fiscal FY 2017351410001564590-18-004215
10-Q2017-11-09fiscal Q3 201732940001564590-17-023061
10-Q2017-08-03fiscal Q2 201731930001564590-17-015336
10-Q2017-05-09fiscal Q1 201730620001564590-17-009800
10-K2017-03-03fiscal FY 2016301120001564590-17-003325
10-Q2016-11-04fiscal Q3 201628800001564590-16-027616
10-Q2016-08-03fiscal Q2 201628810001564590-16-022391
10-Q2016-05-05fiscal Q1 201629580001193125-16-580234
10-K2016-03-04fiscal FY 2015311070001193125-16-492051
10-Q2015-11-12fiscal Q3 201529810001193125-15-375801
10-Q2015-08-14fiscal Q2 201529810001193125-15-291266
10-Q2015-05-11fiscal Q1 201528540001193125-15-182229
10-K2015-03-09fiscal FY 201428990001193125-15-081428
10-Q2014-11-12fiscal Q3 201427700001193125-14-409028
10-Q2014-08-14fiscal Q2 201429720001193125-14-309675

Inspect the source

Entity
MONTAGE RESOURCES CORP / CIK 0001600470
Captured
SEC response SHA-256
c18aa10bbcfdddee4c10accf1392f0e02f75d9755281e4e0c931af2973ae1d80

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