
CPS TECHNOLOGIES CORP/DE/ — Investor Relations & Filings
CPS Technologies Corp. is a developer of advanced materials solutions, specializing in proprietary metal matrix composites (MMCs). Its primary product is Aluminum Silicon Carbide (AlSiC), a class of material offering superior properties in thermal conductivity, thermal expansion matching, stiffness, and weight compared to conventional materials. These MMCs are engineered to improve the performance and reliability of various high-power electronic systems. The company's solutions are manufactured into components such as hermetic packages, flip chip lids, IGBT baseplates, and liquid cold plates. CPS serves a diverse range of high-performance markets, including transportation, energy, aviation, defense, and telecommunications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-08 | English | |
| 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-06 | English | |
| 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-06 | English | |
| FORM 10-Q | 2026-05-05 | English | |
| DEF 14A - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-03-20 | English | |
| FORM PRE 14A | 2026-03-10 | English |
Browse filings by year
32 years- 2026 9 filings
- 2025 39 filings
- 2024 41 filings
- 2023 32 filings
- 2022 23 filings
- 2021 48 filings
- 2020 22 filings
- 2019 26 filings
- 2018 21 filings
- 2017 41 filings
- 2016 26 filings
- 2015 33 filings
- 2014 43 filings
- 2013 37 filings
- 2012 24 filings
- 2011 28 filings
- 2010 31 filings
- 2009 22 filings
- 2008 13 filings
- 2007 28 filings
- 2006 11 filings
- 2005 24 filings
- 2004 11 filings
- 2003 10 filings
- 2002 6 filings
- 2001 4 filings
- 2000 6 filings
- 1999 4 filings
- 1998 5 filings
- 1997 7 filings
- 1996 4 filings
- 1995 6 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 44386516 | 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-08 | English | ||
| 41966428 | 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-06 | English | ||
| 41931583 | 8-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-05-06 | English | ||
| 46110218 | FORM 10-Q | 2026-05-05 | English | ||
| 32999038 | DEF 14A - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-03-20 | English | ||
| 46110266 | FORM PRE 14A | 2026-03-10 | English | ||
| 46110293 | FORM 8-K | 2026-03-04 | English | ||
| 32881625 | 10-K - CPS TECHNOLOGIES CORP/DE/ (0000814676) (Filer) | 2026-03-03 | English | ||
| 46110296 | Major Shareholding Notification 2026 | 2026-02-13 | English | ||
|
2025
6 filings
| |||||
| 18842646 | 8-K Filing | 2025-12-17 | English | ||
| 18842644 | 4 Filing | 2025-12-15 | English | ||
| 18842642 | 4 Filing | 2025-12-09 | English | ||
| 9663755 | PRIMARY DOCUMENT | 2025-11-13 | English | ||
| 9663756 | FORM 10-Q | 2025-10-31 | English | ||
| 9663757 | FORM 8-K | 2025-10-31 | English | ||
Market data
Market data not available
Price history
Peer group · Casting of non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alicon Castalloy Limited
Manufactures high-performance aluminum casting components f…
|
ALICON | IN | Manufacturing |
|
BAIMTEC MATERIAL CO.,LTD.
Produces advanced materials and high-precision components f…
|
688563 | CN | Manufacturing |
|
Chongqing Millison Technologies INC.
Produces high-precision aluminum alloy die castings for aut…
|
301307 | CN | Manufacturing |
|
Dynafond
Foundry specializing in high-pressure die casting of alumin…
|
MLDYN | FR | Manufacturing |
|
GuangDong HongTeo Technology Co.,Ltd.
Manufactures high-precision aluminum die-cast components fo…
|
300176 | CN | Manufacturing |
|
Guangdong Hongtu Technology(holdings)Co.,Ltd.
Produces precision aluminum alloy die-castings for automoti…
|
002101 | CN | Manufacturing |
|
Haley Industries Limited
Produces complex magnesium and aluminum alloy castings for …
|
— | CA | Manufacturing |
|
Ikd Co., Ltd.
Manufactures aluminum alloy precision die-casting parts for…
|
600933 | CN | Manufacturing |
|
NINGBO SINYUAN ZM TECHNOLOGY CO., LTD.
Produces magnesium and aluminum alloy die-cast parts for au…
|
301398 | CN | Manufacturing |
|
Sibar Auto Parts Ltd.
Produces precision aluminum alloy castings for automotive a…
|
520141 | IN | Manufacturing |
CPS TECHNOLOGIES CORP/DE/ 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/34547/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34547 | 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=34547 | 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=34547 \ -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": 34547}, 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 CPS TECHNOLOGIES CORP/DE/ (id: 34547)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.