
NAPCO SECURITY TECHNOLOGIES, INC — Investor Relations & Filings
NAPCO Security Technologies, Inc. is a manufacturer and developer of advanced electronic security products and solutions. Since 1969, the company has provided a comprehensive portfolio of security equipment for professional installers. Its core offerings include intrusion and fire alarm systems, access control solutions, video surveillance, and a wide range of electronic and mechanical locking devices. The company operates through several distinct brands, including NAPCO Security Systems, Alarm Lock, Continental Access, and Marks USA. Key product lines encompass StarLink universal communicators, Gemini and F64-Series intrusion systems, Trilogy standalone electronic locks, and CardAccess integrated access control systems, which are used to protect commercial, institutional, and residential properties.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Major Shareholding Notification 2026 | 2026-05-07 | English | |
| 10-Q - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-05-05 | English | |
| 8-K - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-05-04 | English | |
| Major Shareholding Notification 2026 | 2026-04-07 | English | |
| Major Shareholding Notification 2026 | 2026-03-27 | English | |
| 4 - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-02-27 | English |
Browse filings by year
33 years- 2026 13 filings
- 2025 24 filings
- 2024 59 filings
- 2023 38 filings
- 2022 41 filings
- 2021 27 filings
- 2020 51 filings
- 2019 33 filings
- 2018 32 filings
- 2017 32 filings
- 2016 18 filings
- 2015 17 filings
- 2014 27 filings
- 2013 33 filings
- 2012 17 filings
- 2011 12 filings
- 2010 16 filings
- 2009 15 filings
- 2008 21 filings
- 2007 22 filings
- 2006 32 filings
- 2005 40 filings
- 2004 44 filings
- 2003 14 filings
- 2002 12 filings
- 2001 9 filings
- 2000 8 filings
- 1999 6 filings
- 1998 11 filings
- 1997 11 filings
- 1996 9 filings
- 1995 9 filings
- 1994 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 45933878 | Major Shareholding Notification 2026 | 2026-05-07 | English | ||
| 41417560 | 10-Q - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-05-05 | English | ||
| 40995985 | 8-K - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-05-04 | English | ||
| 45933880 | Major Shareholding Notification 2026 | 2026-04-07 | English | ||
| 45933881 | Major Shareholding Notification 2026 | 2026-03-27 | English | ||
| 32877411 | 4 - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-02-27 | English | ||
| 32700213 | 4/A - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Issuer) | 2026-02-21 | English | ||
| 32877412 | 4 - NAPCO SECURITY TECHNOLOGIES, INC (0000069633) (Filer) | 2026-02-20 | English | ||
| 20397959 | 4 Filing | 2026-02-11 | English | ||
| 16841301 | 3 Filing | 2026-02-06 | English | ||
| 16841286 | 4 Filing | 2026-02-06 | English | ||
| 16841295 | 10-Q Filing | 2026-02-02 | English | ||
| 16841294 | 8-K Filing | 2026-02-02 | English | ||
|
2025
2 filings
| |||||
| 16841270 | 8-K Filing | 2025-12-08 | English | ||
| 8551004 | PRIMARY DOCUMENT | 2025-11-18 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BBK Test Systems Co.,Ltd.
Designs and manufactures automated testing solutions for co…
|
301598 | CN | Manufacturing |
|
Beijer Electronics Group
Develops hardware and software for industrial automation an…
|
BELE | SE | Manufacturing |
|
Beijing Aerospace Shenzhou Intelligent Equipment Technology Co., Ltd
Develops aerospace-grade railway safety monitoring and indu…
|
300455 | CN | Manufacturing |
|
Beijing BDStar Navigation Co.,Ltd.
Provides high-precision GNSS components and integrated loca…
|
002151 | CN | Manufacturing |
|
Beijing Beetech Inc.
Manufactures industrial sensors and automation components f…
|
300667 | CN | Manufacturing |
|
Beijing ConST Instruments Technology Inc.
Develops and manufactures high-precision pressure and tempe…
|
300445 | CN | Manufacturing |
|
Beijing Dahao Technology Corp.,Ltd
Develops computerized control systems for industrial textil…
|
603025 | CN | Manufacturing |
|
Beijing Hengyu Datacom Aviation Equipment co., LTD
Develops and maintains advanced avionics and airborne elect…
|
300965 | CN | Manufacturing |
|
Beijing Highlander Digital Technology Co.,Ltd.
Specializes in marine electronics, navigation systems, and …
|
300065 | CN | Manufacturing |
|
Beijing Huafeng Test & Control Technology Co.,Ltd.
Develops automated test equipment for analog and mixed-sign…
|
688200 | CN | Manufacturing |
NAPCO SECURITY 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/31906/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31906 | 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=31906 | 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=31906 \ -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": 31906}, 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 NAPCO SECURITY TECHNOLOGIES, INC (id: 31906)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.