Skip to content

MBT Financial Corp: filings

Every MBT Financial Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-08-09

The latest filing in this captured record is a 10-Q filed 2019-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. MBT Financial 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-Q2019-08-09fiscal Q2 201925740001437749-19-016250
10-Q2019-05-10fiscal Q1 201924510001437749-19-009365
10-K2019-03-18fiscal FY 2018321360001437749-19-005176
10-Q2018-11-09fiscal Q3 201825720001437749-18-020256
10-Q2018-08-09fiscal Q2 201825720001437749-18-015029
10-Q2018-05-09fiscal Q1 201824520001437749-18-009246
10-K2018-03-09fiscal FY 2017321360001437749-18-004295
10-Q2017-11-09fiscal Q3 201726730001437749-17-018847
10-Q2017-08-09fiscal Q2 201722650001437749-17-014286
10-Q2017-05-10fiscal Q1 201720440001437749-17-008538
10-K2017-03-10fiscal FY 2016281240001437749-17-004285
10-Q2016-11-09fiscal Q3 201623670001437749-16-041522
10-Q2016-08-09fiscal Q2 201622650001437749-16-036857
10-Q2016-05-10fiscal Q1 201621450001437749-16-031399
10-K2016-03-11fiscal FY 2015271220001437749-16-027524
10-Q2015-11-09fiscal Q3 201521640001437749-15-020167
10-Q2015-08-10fiscal Q2 201521640001437749-15-015332
10-Q2015-05-11fiscal Q1 201521460001144204-15-029138
10-K2015-03-13fiscal FY 2014261190001144204-15-015935
10-Q2014-11-14fiscal Q3 201421640001144204-14-068954
10-Q2014-08-13fiscal Q2 201421640001144204-14-049306
10-Q2014-05-14fiscal Q1 201421460001144204-14-030355
10-K2014-03-14fiscal FY 2013261190001144204-14-015718
10-Q2013-11-14fiscal Q3 201324700001144204-13-061525
10-Q2013-08-14fiscal Q2 201324700001144204-13-045544
10-Q2013-05-13fiscal Q1 201324520001144204-13-028107
10-K2013-03-15fiscal FY 2012301340001144204-13-015220
10-Q2012-11-14fiscal Q3 201224680001144204-12-061935
10-Q2012-08-14fiscal Q2 201225720001144204-12-045920
10-Q2012-05-15fiscal Q1 201222460001144204-12-028877
10-K2012-03-14fiscal FY 201122620001144204-12-014845
10-Q2011-11-14fiscal Q3 201122570001144204-11-064038
10-Q2011-08-15fiscal Q2 201120520001144204-11-046485

Inspect the source

Entity
MBT Financial Corp / CIK 0001118237
Captured
SEC response SHA-256
5ff6ead4177da6b29aff03dbcc33a0f23394df7f7498fa1afdb8aef2d4441304

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