%20PLC/other/LATHAM_JAMES_PLC-logo.png)
LATHAM (JAMES) PLC — Investor Relations & Filings
James Latham PLC is an independent trade distributor of timber, panels, and decorative surfaces. The company offers an extensive product portfolio that includes a wide range of sustainable hard and softwoods, plywoods, MDF, OSB, decking, cladding, and door blanks. It also supplies a variety of decorative materials such as laminates, veneers, and solid surfaces, alongside innovative materials technologies including thermoplastics and acrylics. The company serves a broad customer base, which includes contractors, merchants, designers, and makers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Employee Benefit Trust Shareholding | 2026-05-05 | English | |
| Employee Benefit Trust Shareholding | 2026-04-30 | English | |
| Employee Benefit Trust Shareholding | 2026-04-23 | English | |
| Employee Benefit Trust Shareholding | 2026-04-20 | English | |
| Appointment of Executive Director | 2026-04-13 | English | |
| Employee Benefit Trust Shareholding | 2026-04-09 | English |
Browse filings by year
41 years- 2026 16 filings
- 2025 17 filings
- 2024 17 filings
- 2023 20 filings
- 2022 14 filings
- 2021 13 filings
- 2020 10 filings
- 2019 15 filings
- 2018 17 filings
- 2017 12 filings
- 2016 11 filings
- 2015 15 filings
- 2014 16 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 2 filings
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1983 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41263691 | Employee Benefit Trust Shareholding | 2026-05-05 | English | ||
| 39018723 | Employee Benefit Trust Shareholding | 2026-04-30 | English | ||
| 35607331 | Employee Benefit Trust Shareholding | 2026-04-23 | English | ||
| 34691574 | Employee Benefit Trust Shareholding | 2026-04-20 | English | ||
| 34392197 | Appointment of Executive Director | 2026-04-13 | English | ||
| 33976660 | Employee Benefit Trust Shareholding | 2026-04-09 | English | ||
| 33244588 | Director/PDMR Shareholding | 2026-04-02 | English | ||
| 33086361 | Employee Benefit Trust Shareholding | 2026-03-30 | English | ||
| 33038688 | Trading Statement | 2026-03-25 | English | ||
| 32961816 | Employee Benefit Trust Shareholding | 2026-03-17 | English | ||
| 32940295 | Appointment of Non-Executive Director | 2026-03-13 | English | ||
| 32937854 | Employee Benefit Trust Shareholding | 2026-03-12 | English | ||
| 34562999 | Employee Benefit Trust Shareholding | 2026-02-24 | English | ||
| 13556256 | Director/PDMR Shareholding | 2026-01-28 | English | ||
| 13017454 | Buyback of Preference Shares | 2026-01-19 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for LATHAM (JAMES) 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 · Wholesale of construction materials, hardware, plumbing and heating equipment and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Test Rite
Omni-channel corporation specializing in global trading, re…
|
2908 | TW | Wholesale and retail trade |
|
Thermador Groupe
Distributes fluid circulation equipment for building, indus…
|
THEP | FR | Wholesale and retail trade |
|
Tim S.A.
A wholesale distributor of electrotechnical articles via a …
|
TIM | PL | Wholesale and retail trade |
|
Toplivo AD
Retailer and distributor of construction materials, heating…
|
TOPL | BG | Wholesale and retail trade |
|
TOPMIX BERHAD
Specializes in marketing and sales of eco-conscious HPL sur…
|
— | MY | Wholesale and retail trade |
|
TORQ Inc.
Sells fastening products and tools; offers digital services…
|
8077 | JP | Wholesale and retail trade |
|
Travis Perkins PLC
Distributor of building materials, equipment, and tool hire…
|
TPK | GB | Wholesale and retail trade |
|
Union Métallurgique de la Haute-Seine
Wholesaler of general hardware and industrial supplies for …
|
MLUMH | FR | Wholesale and retail trade |
|
UNITRADE INDUSTRIES BERHAD
Wholesaler and distributor of building materials for mechan…
|
— | MY | Wholesale and retail trade |
|
WATSCO INC
Distributor of HVAC/R equipment, parts, and supplies for co…
|
WSO | US | Wholesale and retail trade |
LATHAM (JAMES) 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/7757/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7757 | 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=7757 | 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=7757 \ -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": 7757}, 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 LATHAM (JAMES) PLC (id: 7757)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.