
LPA GROUP PLC — Investor Relations & Filings
LPA Group PLC is an innovation-led engineering company specializing in the design, manufacture, and supply of electronic and electro-mechanical components and systems. Its core product portfolio includes high-performance LED lighting, electrical connectors, and comprehensive connector systems. The company serves a diverse range of demanding sectors, including rail, aerospace, defence, infrastructure, marine, and other industrial markets. Guided by a 'design for life' philosophy, LPA Group focuses on delivering cost-effective solutions that enhance reliability, reduce maintenance requirements, and lower overall life cycle costs for its clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notice of Results and Investor Presentation | 2026-05-19 | English | |
| Group of companies' accounts made up to 2025-09-30 | 2026-04-11 | English | |
| Share Options Awarded | 2026-04-02 | English | |
| Result of AGM | 2026-03-26 | English | |
| AGM Statement | 2026-03-26 | English | |
| Share Options Awarded | 2026-03-10 | English |
Browse filings by year
42 years- 2026 10 filings
- 2025 22 filings
- 2024 20 filings
- 2023 15 filings
- 2022 24 filings
- 2021 23 filings
- 2020 25 filings
- 2019 10 filings
- 2018 13 filings
- 2017 10 filings
- 2016 13 filings
- 2015 12 filings
- 2014 14 filings
- 2013 15 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1984 1 filing
- 1983 1 filing
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46524359 | Notice of Results and Investor Presentation | 2026-05-19 | English | ||
| 46795798 | Group of companies' accounts made up to 2025-09-30 | 2026-04-11 | English | ||
| 33237916 | Share Options Awarded | 2026-04-02 | English | ||
| 33050263 | Result of AGM | 2026-03-26 | English | ||
| 33045630 | AGM Statement | 2026-03-26 | English | ||
| 32920949 | Share Options Awarded | 2026-03-10 | English | ||
| 18022404 | Director/PDMR Shareholding | 2026-02-09 | English | ||
| 14183552 | Investor Webinar via Investor Meet Company | 2026-02-04 | English | ||
| 13753059 | Final Results for year ended 30 September 2025 | 2026-01-30 | English | ||
| 13006485 | Successful Refinancing of Banking Facilities | 2026-01-19 | English | ||
|
2025
5 filings
| |||||
| 11391075 | Trading Update & Property Disposal | 2025-09-26 | English | ||
| 6817781 | LPA wins SME Exporter in Rail Award | 2025-07-10 | English | ||
| 6574179 | New Contract Awards | 2025-07-02 | English | ||
| 11367139 | Interim Results | 2025-06-19 | English | ||
| 11364286 | Notice of Interim Results | 2025-06-12 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for LPA GROUP PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Manufacture of other electrical equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Changshu Tianyin Electromechanical Co.,Ltd.
Manufactures components for household appliance refrigerati…
|
300342 | CN | Manufacturing |
|
China Technology Industry Group Limited
Engaged in renewable energy system integration, selling sol…
|
8111 | HK | Manufacturing |
|
Công ty Cổ phần Điện lực Gelex
A key sub-holding of Gelex Group, specializing in industria…
|
GEE | VN | Manufacturing |
|
CW ENERJİ MÜHENDİSLİK TİCARET VE SANAYİ A.Ş.
Manufacturer of solar panels and energy equipment, offering…
|
CWENE | TR | Manufacturing |
|
DAEYANG ELECTRIC CO.,LTD
Manufactures electrical equipment for marine, naval, and in…
|
108380 | KR | Manufacturing |
|
Daido Signal Co.,Ltd.
Specialized manufacturer of railway signal safety devices a…
|
6743 | JP | Manufacturing |
|
De Nora India Limited
Designs and manufactures electrochemical products for water…
|
DENORA | IN | Manufacturing |
|
DEWHURST GROUP PLC
Global supplier of components for the lift, transport, and …
|
DWHA | GB | Manufacturing |
|
Dongguan Aohai Technology Co., Ltd.
Develops power supply solutions for mobile devices, IoT, an…
|
002993 | CN | Manufacturing |
|
Doosan Fuel Cell Co., Ltd.
Develops and manufactures fuel cells for power generation a…
|
336260 | KR | Manufacturing |
LPA GROUP PLC 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/7769/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7769 | 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=7769 | 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=7769 \ -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": 7769}, 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 LPA GROUP PLC (id: 7769)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.