
GOOCH & HOUSEGO PLC — Investor Relations & Filings
Gooch & Housego PLC is a global leader in photonics technology, specializing in the design, engineering, and manufacturing of optical components, modules, and systems. The company leverages its expertise in acousto-optics, electro-optics, fiber optics, and precision optics to provide solutions for original equipment manufacturer (OEM) customers. Its products and services are applied across various demanding markets, including aerospace and defense, life sciences, industrial manufacturing, telecommunications, and scientific research. G&H focuses on creating custom solutions that enhance system efficiency and performance, offering end-to-end design and manufacturing for applications such as medical devices, in-vitro diagnostics, and laboratory instruments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Appointment of Chief Financial Officer | 2025-12-12 | English | |
| Director/PDMR Shareholding | 2025-12-02 | English | |
| Results for the year ended 30 September 2025 | 2025-12-02 | English | |
| Notification of Full Year Results | 2025-11-25 | English | |
| Holding(s) in Company | 2025-11-20 | English | |
| Directorate Update | 2025-11-04 | English |
Browse filings by year
30 years- 2026 15 filings
- 2025 24 filings
- 2024 39 filings
- 2023 26 filings
- 2022 30 filings
- 2021 25 filings
- 2020 30 filings
- 2019 33 filings
- 2018 33 filings
- 2017 22 filings
- 2016 19 filings
- 2015 28 filings
- 2014 32 filings
- 2013 41 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
- 1997 3 filings
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 9889955 | Appointment of Chief Financial Officer | 2025-12-12 | English | ||
| 9042473 | Director/PDMR Shareholding | 2025-12-02 | English | ||
| 9019620 | Results for the year ended 30 September 2025 | 2025-12-02 | English | ||
| 8604514 | Notification of Full Year Results | 2025-11-25 | English | ||
| 8484223 | Holding(s) in Company | 2025-11-20 | English | ||
| 8070547 | Directorate Update | 2025-11-04 | English | ||
| 11394634 | Further Issue of Shares and TVR | 2025-10-08 | English | ||
| 7976684 | Full Year Trading Update | 2025-10-07 | English | ||
| 11393035 | Holding(s) in Company | 2025-10-01 | English | ||
| 7345462 | Chief Financial Officer Transition | 2025-07-21 | English | ||
| 7020937 | Holding(s) in Company | 2025-07-15 | English | ||
| 6524378 | Notification of Major Holdings | 2025-06-30 | English | ||
| 6451325 | Holding(s) in Company - Replacement | 2025-06-23 | English | ||
| 6328986 | Holding(s) in Company | 2025-06-20 | English | ||
| 6184175 | Completion of Acquisition & Total Voting Rights | 2025-06-18 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for GOOCH & HOUSEGO 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 · Other activities auxiliary to financial service activities, except insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
26 Broadway Capital Corp.
Financial advisory specializing in M&A, corporate finance, …
|
JDR.P | CA | Financial and insurance activit… |
|
ACTACORP HOLDINGS BERHAD
Primarily engages in investment holding and the provision o…
|
— | MY | Financial and insurance activit… |
|
Akiko Global Services Limited
Digital platform for aggregating and distributing credit ca…
|
AKIKO | IN | Financial and insurance activit… |
|
ALAM SYNERGY PTE LTD.
Grants security and guarantees, facilitating financial tran…
|
60QB | SG | Financial and insurance activit… |
|
Alankit Limited
Diversified provider of e-governance, financial services, a…
|
ALANKIT | IN | Financial and insurance activit… |
|
Allfunds Group PLC
A B2B WealthTech platform connecting fund houses and distri…
|
ALLFG | GB | Financial and insurance activit… |
|
ALTISOURCE PORTFOLIO SOLUTIONS S.A.
An integrated service provider of tech-enabled solutions fo…
|
ASPS | LU | Financial and insurance activit… |
|
Amasse Capital Holdings Limited
Provides specialized corporate finance and investment advis…
|
8168 | HK | Financial and insurance activit… |
|
Amicorp FS (UK) PLC
Specialist provider of fund administration, compliance, and…
|
AMIF | GB | Financial and insurance activit… |
|
Analizy Online Spolka Akcyjna
Independent provider of financial information, data, and an…
|
AOL | PL | Financial and insurance activit… |
GOOCH & HOUSEGO 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/7679/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7679 | 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=7679 | 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=7679 \ -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": 7679}, 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 GOOCH & HOUSEGO PLC (id: 7679)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.