Skip to content

CPI Card Group Inc.: filings

Every CPI Card Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 2026471260001641614-26-000120
10-Q2026-05-05fiscal Q1 202646960001104659-26-055239
10-K2026-03-05fiscal FY 2025551110001104659-26-023812
10-Q2025-11-04fiscal Q3 2025491330001104659-25-105905
10-Q2025-08-08fiscal Q2 2025491320001558370-25-010844
10-Q2025-05-07fiscal Q1 2025491010001558370-25-006611
10-K2025-03-04fiscal FY 2024551120001558370-25-002098
10-Q2024-11-05fiscal Q3 2024491330001558370-24-014325
10-Q2024-08-05fiscal Q2 2024491330001558370-24-010857
10-Q2024-05-07fiscal Q1 2024491010001558370-24-006905
10-K2024-03-07fiscal FY 2023551110001558370-24-002670
10-Q2023-11-07fiscal Q3 2023481320001558370-23-017846
10-Q2023-08-08fiscal Q2 2023481320001558370-23-013740
10-Q2023-05-09fiscal Q1 2023481000001558370-23-008655
10-K2023-03-08fiscal FY 2022571160001558370-23-003082
10-Q2022-11-03fiscal Q3 2022531460001558370-22-016132
10-Q2022-08-08fiscal Q2 2022531460001558370-22-012512
10-Q2022-05-05fiscal Q1 2022531100001558370-22-007225
10-K2022-03-08fiscal FY 2021561140001558370-22-003016
10-Q2021-11-05fiscal Q3 2021521440001558370-21-014729
10-Q2021-08-12fiscal Q2 2021521440001558370-21-011400
10-Q2021-05-11fiscal Q1 2021501040001558370-21-006760
10-K2021-02-25fiscal FY 2020571320001558370-21-001721
10-Q2020-11-03fiscal Q3 2020521420001558370-20-012314
10-Q2020-08-05fiscal Q2 2020521420001558370-20-009289
10-Q2020-05-06fiscal Q1 2020521080001558370-20-005298
10-K2020-03-06fiscal FY 2019521200001558370-20-002144
10-Q2019-11-06fiscal Q3 2019481240001558370-19-010081
10-Q2019-08-07fiscal Q2 2019511330001558370-19-007368
10-Q2019-05-09fiscal Q1 2019491000001558370-19-004659
10-K2019-03-06fiscal FY 2018521270001558370-19-001550
10-Q2018-11-07fiscal Q3 2018481270001558370-18-008725
10-Q2018-08-09fiscal Q2 2018471230001558370-18-006847
10-Q2018-05-09fiscal Q1 2018521100001558370-18-004380
10-K2018-03-13fiscal FY 2017521500001558370-18-001943
10-Q2017-11-08fiscal Q3 2017481210001558370-17-008438
10-Q2017-08-03fiscal Q2 2017471190001558370-17-005748
10-Q2017-05-04fiscal Q1 201747960001558370-17-003426
10-K2017-03-02fiscal FY 2016511530001558370-17-001271
10-Q2016-11-10fiscal Q3 2016461190001558370-16-009867
10-Q2016-08-11fiscal Q2 2016481270001558370-16-007873
10-Q2016-05-12fiscal Q1 201647960001558370-16-005896
10-K2016-03-24fiscal FY 2015491510001558370-16-004343
10-Q2015-12-22fiscal Q3 2015471250001558370-15-002895

Inspect the source

Entity
CPI Card Group Inc. / CIK 0001641614
Captured
2026-09-21T17:22:53.885Z
SEC response SHA-256
8ab8dd982fb1757354bad95212575af1942bb2790ba7e4553b544ee83a2955c3

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