
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 |
|---|---|---|---|
|
RITES Limited
Multidisciplinary engineering and consultancy firm for tran…
|
RITES | IN | Professional, scientific and te… |
|
ROCKETDNA LTD.
Provides automated drone-as-a-service and aerial data intel…
|
RKT | AU | Professional, scientific and te… |
|
Rudrabhishek Enterprises Limited
Integrated urban development and infrastructure consultancy…
|
REPL | IN | Professional, scientific and te… |
|
Samay Project Services Limited
Provides project management consultancy and technical suppo…
|
SAMAY | IN | Professional, scientific and te… |
|
SBEC Systems (Ind) Ltd.
Engineering consultancy and equipment for sugar, power, and…
|
517360 | IN | Professional, scientific and te… |
|
SCIENCE GROUP PLC
International science and technology group providing consul…
|
SAG | GB | Professional, scientific and te… |
|
SEC co.,ltd.
Develops and manufactures industrial inspection and analysi…
|
081180 | KR | Professional, scientific and te… |
|
Semac Construction Limited
Multidisciplinary engineering firm providing integrated des…
|
SEMAC | IN | Professional, scientific and te… |
|
Semcon
Provides integrated engineering, digital, and sustainabilit…
|
SEMC | SE | Professional, scientific and te… |
|
SFA Engineering Corporation
Provider of industrial automation systems and smart factory…
|
056190 | KR | 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.