Skip to content

CENTERSTATE BANK CORPORATION: filings

Every CENTERSTATE BANK CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-04-30

The latest filing in this captured record is a 10-Q filed 2020-04-30. No later filing is in the SEC companyfacts record captured on 2026-09-23. CENTERSTATE BANK CORPORATION 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-04-30fiscal Q1 202030630001564590-20-020005
10-K2020-02-27fiscal FY 201936950001564590-20-007443
10-Q2019-10-31fiscal Q3 201931870001564590-19-038970
10-Q2019-08-01fiscal Q2 201931870001564590-19-027713
10-Q2019-05-02fiscal Q1 201930600001564590-19-015055
10-K2019-02-28fiscal FY 201832900001564590-19-005324
10-Q2018-11-01fiscal Q3 201827790001564590-18-026030
10-Q2018-08-02fiscal Q2 201827770001564590-18-018702
10-Q2018-05-03fiscal Q1 201822490001564590-18-010528
10-K2018-02-28fiscal FY 201728800001564590-18-003758
10-Q2017-11-06fiscal Q3 201722690001564590-17-021712
10-Q2017-08-03fiscal Q2 201723730001564590-17-015140
10-Q2017-05-04fiscal Q1 201722490001564590-17-008579
10-K2017-03-02fiscal FY 201628790001564590-17-003168
10-Q2016-11-03fiscal Q3 201622690001564590-16-027194
10-Q2016-08-03fiscal Q2 201622690001564590-16-022192
10-Q2016-05-04fiscal Q1 201622490001564590-16-017650
10-K2016-03-03fiscal FY 201528800001564590-16-013938
10-Q2015-11-03fiscal Q3 201522680001564590-15-009158
10-Q2015-08-04fiscal Q2 201522680001564590-15-006004
10-Q2015-05-04fiscal Q1 201521470001564590-15-003205
10-K2015-03-05fiscal FY 201428820001564590-15-001311
10-Q2014-11-03fiscal Q3 201420650001564590-14-004843
10-Q2014-08-05fiscal Q2 201420630001193125-14-294834
10-Q2014-05-06fiscal Q1 201421480001193125-14-183790
10-K2014-03-05fiscal FY 201331900001193125-14-084059
10-Q2013-11-04fiscal Q3 201324710001193125-13-425187
10-Q2013-08-06fiscal Q2 201323670001193125-13-320494
10-Q2013-05-06fiscal Q1 201323510001193125-13-200592
10-K2013-03-04fiscal FY 201229810001193125-13-088791
10-Q2012-11-05fiscal Q3 201224680001193125-12-450717
10-Q2012-08-06fiscal Q2 201224690001193125-12-336408
10-Q2012-05-07fiscal Q1 201224520001193125-12-213760
10-K2012-03-13fiscal FY 201125680001193125-12-111423
10-Q2011-11-02fiscal Q3 201125690001193125-11-292157
10-Q2011-08-05fiscal Q2 201124680001193125-11-212107

Inspect the source

Entity
CENTERSTATE BANK CORPORATION / CIK 0001102266
Captured
SEC response SHA-256
16e33c9154ef2f995fa60c8c3b8e9851a46858d87d3c0464a973e1b836e7910d

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