Skip to content

Community Choice Financial Inc.: filings

Every Community Choice Financial Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2018-11-14

The latest filing in this captured record is a 10-Q filed 2018-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Community Choice Financial 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-Q2018-11-14fiscal Q3 201830750001558370-18-009354
10-Q2018-08-14fiscal Q2 201830750001558370-18-007096
10-Q2018-05-14fiscal Q1 201830620001558370-18-004782
10-K2018-04-02fiscal FY 201734890001558370-18-002712
10-Q2017-11-13fiscal Q3 201728740001558370-17-008844
10-Q2017-08-11fiscal Q2 201728740001558370-17-006564
10-Q2017-05-15fiscal Q1 201725520001558370-17-004332
10-K2017-03-29fiscal FY 201632820001558370-17-002258
10-Q2016-11-10fiscal Q3 201624650001558370-16-009924
10-Q2016-08-12fiscal Q2 201624670001104659-16-139131
10-Q2016-05-12fiscal Q1 201624510001104659-16-120530
10-K2016-03-30fiscal FY 201532820001104659-16-108753
10-Q2015-11-16fiscal Q3 201526730001047469-15-008692
10-Q2015-08-12fiscal Q2 201525690001047469-15-006804
10-Q2015-05-13fiscal Q1 201525530001047469-15-004726
10-K2015-03-30fiscal FY 201431780001104659-15-023986
10-Q2014-11-10fiscal Q3 201431820001047469-14-009018
10-Q2014-08-14fiscal Q2 201431810001047469-14-006992
10-Q2014-05-14fiscal Q1 201428580001047469-14-004935
10-K2014-03-28fiscal FY 201332780001104659-14-024091
10-Q2013-11-14fiscal Q3 201328740001047469-13-010550
10-Q2013-08-14fiscal Q2 201328750001047469-13-008470
10-Q2013-05-14fiscal Q1 201326530001047469-13-006088
10-K2013-03-29fiscal FY 201230790001104659-13-025920
10-Q2012-11-13fiscal Q3 201227740001047469-12-010465

Inspect the source

Entity
Community Choice Financial Inc. / CIK 0001528061
Captured
SEC response SHA-256
8fe990010fcb570f1577d205371969bf4fb4a5a9ec314490eab14dacf4d8755f

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