Skip to content

Mansfield-Martin Exploration Mining, Inc.: filings

Every Mansfield-Martin Exploration Mining, Inc. 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 2019-08-22

The latest filing in this captured record is a 10-K filed 2019-08-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mansfield-Martin Exploration Mining, 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-K2019-08-22fiscal FY 201714270001165527-19-000146
10-Q2017-10-31fiscal Q3 201715350001165527-17-000214
10-Q2017-09-26fiscal Q2 201714350001165527-17-000198
10-Q2017-05-18fiscal Q1 201716290001165527-17-000130
10-K/A2017-04-19fiscal FY 201617320001165527-17-000100
10-Q2016-10-31fiscal Q3 201619430001165527-16-000907
10-Q2016-08-04fiscal Q2 201619440001165527-16-000852
10-Q2016-08-04fiscal Q1 201616320001165527-16-000850
10-K2016-08-04fiscal FY 201519370001165527-16-000848
10-Q2016-08-04fiscal Q3 201518270001165527-16-000846
10-Q2015-11-13fiscal Q3 201526620001121781-15-000318
10-Q2015-08-14fiscal Q2 201527640001121781-15-000238
10-Q2015-06-05fiscal Q1 201519390001121781-15-000153
10-K2015-05-18fiscal FY 201422440001121781-15-000141
10-Q2014-11-14fiscal Q3 201420500001121781-14-000332
10-Q2014-08-19fiscal Q2 201420500001121781-14-000260
10-Q2014-05-15fiscal Q1 201420500001121781-14-000136
10-K2014-03-25fiscal FY 201322540001516559-14-000003
10-Q2013-10-28fiscal Q3 201322730001516559-13-000033
10-Q2013-07-29fiscal Q2 201323720001516559-13-000031
10-K2013-02-11fiscal FY 201223530001516559-13-000013
10-Q2012-10-22fiscal Q3 201223710001516559-12-000012
10-Q2012-08-15fiscal Q2 201223630001516559-12-000010
10-Q2012-05-04fiscal Q1 201223500001516559-12-000004
10-K2012-03-23fiscal FY 201121210001516559-12-000002
10-Q2011-10-31fiscal Q3 201120340001516559-11-000019

Inspect the source

Entity
Mansfield-Martin Exploration Mining, Inc. / CIK 0001516559
Captured
SEC response SHA-256
e1550c05c1c2b236a30355c330730cd537a5bd0060c6158a6ac2e6783e50ed87

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