
CoreCard Corp — Investor Relations & Filings
CoreCard Corporation is a provider of modern card management and transaction processing systems. The company operates as a global issuer-processor, offering a comprehensive, end-to-end platform for financial institutions and program managers. Its solutions support the entire account lifecycle for credit, prepaid, and debit card programs, as well as consumer and corporate loans. The platform is architected to be digital-first and API-centric, providing a flexible foundation for managing global transactions in a digital environment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 8-K FILING DOCUMENT | 2009-05-15 | English | |
| INTELLIGENT SYSTEMS CORPORATION | 2009-05-13 | English | |
| INTELLIGENT SYSTEMS CORPORATION | 2009-04-17 | English | |
| SCHEDULE 14A | 2009-04-16 | English | |
| SCHEDULE 14A | 2009-04-03 | English | |
| FORM 10-K | 2009-03-27 | English |
Browse filings by year
30 years- 2025 41 filings
- 2024 37 filings
- 2023 26 filings
- 2022 40 filings
- 2021 29 filings
- 2020 29 filings
- 2019 28 filings
- 2018 18 filings
- 2017 19 filings
- 2016 21 filings
- 2015 26 filings
- 2014 19 filings
- 2013 19 filings
- 2012 20 filings
- 2011 27 filings
- 2010 19 filings
- 2009 42 filings
- 2008 23 filings
- 2007 16 filings
- 2006 16 filings
- 2005 17 filings
- 2004 20 filings
- 2003 14 filings
- 2002 10 filings
- 2001 10 filings
- 2000 6 filings
- 1999 7 filings
- 1998 8 filings
- 1997 11 filings
- 1996 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2009
10 filings
| |||||
| 9297191 | FORM 8-K FILING DOCUMENT | 2009-05-15 | English | ||
| 9297192 | INTELLIGENT SYSTEMS CORPORATION | 2009-05-13 | English | ||
| 9297193 | INTELLIGENT SYSTEMS CORPORATION | 2009-04-17 | English | ||
| 9297195 | SCHEDULE 14A | 2009-04-16 | English | ||
| 9297198 | SCHEDULE 14A | 2009-04-03 | English | ||
| 9297194 | FORM 10-K | 2009-03-27 | English | ||
| 9297196 | FORM 8-K FILING DOCUMENT | 2009-03-27 | English | ||
| 9297197 | MAIN DOCUMENT DESCRIPTION | 2009-03-19 | English | ||
| 9297199 | MAIN DOCUMENT DESCRIPTION | 2009-03-17 | English | ||
| 9297200 | INTELLIGENT | 2009-01-14 | English | ||
|
2008
5 filings
| |||||
| 9297201 | MAIN DOCUMENT DESCRIPTION | 2008-12-23 | English | ||
| 9297202 | 8-K | 2008-12-23 | English | ||
| 9297204 | FORM 10-Q | 2008-11-14 | English | ||
| 9297203 | FORM 8-K FILING DOCUMENT | 2008-11-14 | English | ||
| 9297205 | FORM 8-K | 2008-11-04 | English | ||
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to financial service activities, except insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
26 Broadway Capital Corp.
Financial advisory specializing in M&A, corporate finance, …
|
JDR.P | CA | Financial and insurance activit… |
|
Akiko Global Services Limited
Digital platform for aggregating and distributing credit ca…
|
AKIKO | IN | Financial and insurance activit… |
|
Alankit Limited
Diversified provider of e-governance, financial services, a…
|
ALANKIT | IN | Financial and insurance activit… |
|
Allfunds Group PLC
A B2B WealthTech platform connecting fund houses and distri…
|
ALLFG | GB | Financial and insurance activit… |
|
ALTISOURCE PORTFOLIO SOLUTIONS S.A.
An integrated service provider of tech-enabled solutions fo…
|
ASPS | LU | Financial and insurance activit… |
|
Amasse Capital Holdings Limited
Provides specialized corporate finance and investment advis…
|
8168 | HK | Financial and insurance activit… |
|
Amicorp FS (UK) PLC
Specialist provider of fund administration, compliance, and…
|
AMIF | GB | Financial and insurance activit… |
|
Analizy Online Spolka Akcyjna
Independent provider of financial information, data, and an…
|
AOL | PL | Financial and insurance activit… |
|
Ashler & Manson
A brokerage specializing in mortgage loans, loan insurance,…
|
MLAEM | FR | Financial and insurance activit… |
|
Asia-Pac Financial Investment Company Limited
Provides integrated financial professional services, includ…
|
8193 | HK | Financial and insurance activit… |
CoreCard Corp via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/33646/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33646 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=33646 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=33646 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 33646}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for CoreCard Corp (id: 33646)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.