
RCM TECHNOLOGIES, INC. — Investor Relations & Filings
RCM Technologies, Inc. is a provider of business and technology solutions for commercial and government sectors. With over 50 years of experience, the company delivers high-value services through its specialized divisions. The Engineering division offers comprehensive solutions for the Energy, Aerospace & Defense, and Life Sciences industries, including full EPC, product lifecycle services, and process design. The Data & Solutions division provides innovative data services for business optimization and efficiency. The Healthcare Services division focuses on specialized staffing, connecting healthcare institutions with qualified professionals. RCM leverages a team of over 500 engineers and deep industry expertise to deliver scalable and sustainable solutions, enabling clients to navigate complexity and achieve their strategic goals.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-K/A - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-05-04 | English | |
| Regulatory Filings 2026 | 2026-05-04 | English | |
| 10-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-04-03 | English | |
| 8-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-04-03 | English | |
| Regulatory Filings 2026 | 2026-03-18 | English | |
| 8-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-02-24 | English |
Browse filings by year
32 years- 2026 6 filings
- 2025 33 filings
- 2024 35 filings
- 2023 55 filings
- 2022 41 filings
- 2021 32 filings
- 2020 43 filings
- 2019 28 filings
- 2018 37 filings
- 2017 30 filings
- 2016 25 filings
- 2015 32 filings
- 2014 37 filings
- 2013 105 filings
- 2012 53 filings
- 2011 20 filings
- 2010 35 filings
- 2009 31 filings
- 2008 27 filings
- 2007 21 filings
- 2006 13 filings
- 2005 25 filings
- 2004 14 filings
- 2003 41 filings
- 2002 12 filings
- 2001 12 filings
- 2000 18 filings
- 1999 10 filings
- 1998 18 filings
- 1997 18 filings
- 1996 16 filings
- 1995 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 41060807 | 10-K/A - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-05-04 | English | ||
| 46071634 | Regulatory Filings 2026 | 2026-05-04 | English | ||
| 33294564 | 10-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-04-03 | English | ||
| 33294543 | 8-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-04-03 | English | ||
| 46071866 | Regulatory Filings 2026 | 2026-03-18 | English | ||
| 32879877 | 8-K - RCM TECHNOLOGIES, INC. (0000700841) (Filer) | 2026-02-24 | English | ||
|
2025
9 filings
| |||||
| 18037260 | 4 Filing | 2025-12-22 | English | ||
| 18037258 | 4 Filing | 2025-12-22 | English | ||
| 18037257 | 8-K Filing | 2025-12-22 | English | ||
| 18037256 | 4 Filing | 2025-12-22 | English | ||
| 9323865 | FORM DEF 14A | 2025-11-13 | English | ||
| 9323868 | FORM 10-Q | 2025-11-06 | English | ||
| 9323866 | FORM 8-K | 2025-11-05 | English | ||
| 9323867 | BRAD VIZI FORM 4 | 2025-10-01 | English | ||
| 9323869 | BRAD VIZI FORM 4 | 2025-09-24 | English | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Etteplan Oyj
Provides engineering, software, and technical communication…
|
ETTE | FI | Professional, scientific and te… |
|
EUROCONSULT
Engineering consultancy for building and transportation inf…
|
ECG | ES | Professional, scientific and te… |
|
EURO TECH HOLDINGS CO LTD
Distributor and manufacturer of environmental engineering i…
|
CLWT | US | Professional, scientific and te… |
|
EVZ LIMITED
Engineering services for energy, resources, and infrastruct…
|
EVZ | AU | Professional, scientific and te… |
|
EXPONENT INC
A scientific and engineering consulting firm solving comple…
|
EXPO | US | Professional, scientific and te… |
|
Fabtech Technologies Limited
Turnkey engineering and cleanroom solutions for pharma, bio…
|
FABTECH | IN | Professional, scientific and te… |
|
FISHER(JAMES)& SONS PLC
Global provider of specialist engineering for energy, defen…
|
FSJ | GB | Professional, scientific and te… |
|
FITTERS DIVERSIFIED BERHAD
Investment holding company with engineering core, diversifi…
|
— | MY | Professional, scientific and te… |
|
Founder's Consultants Holdings Inc.
A holding company specializing in construction consulting f…
|
6542 | JP | Professional, scientific and te… |
|
Franchetti
Software and engineering for predictive maintenance of civi…
|
FCH | IT | Professional, scientific and te… |
RCM TECHNOLOGIES, INC. 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/33716/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33716 | 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=33716 | 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=33716 \ -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": 33716}, 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 RCM TECHNOLOGIES, INC. (id: 33716)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.