
Taylor Wimpey PLC — Investor Relations & Filings
Taylor Wimpey PLC is a large-scale residential developer that designs, builds, and sells a wide variety of new homes. Its portfolio ranges from apartments to multi-bedroom family houses. The company emphasizes the creation of sustainable, energy-efficient homes and the development of new communities. It offers customers various purchasing assistance schemes and the ability to personalize their properties. A dedicated digital platform supports buyers throughout the construction process and post-purchase. The company operates through a network of regional businesses to deliver thousands of homes each year.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Total Voting Rights | 2026-06-01 | English | |
| Holding(s) in Company | 2026-05-20 | English | |
| Transaction in Own Shares | 2026-05-20 | English | |
| Director/PDMR Shareholding | 2026-05-19 | English | |
| Holding(s) in Company | 2026-05-15 | English | |
| Transaction in Own Shares | 2026-05-14 | English |
Browse filings by year
53 years- 2026 49 filings
- 2025 72 filings
- 2024 67 filings
- 2023 67 filings
- 2022 154 filings
- 2021 57 filings
- 2020 66 filings
- 2019 63 filings
- 2018 60 filings
- 2017 54 filings
- 2016 60 filings
- 2015 59 filings
- 2014 56 filings
- 2013 80 filings
- 2012 6 filings
- 2011 11 filings
- 2010 3 filings
- 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
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 2 filings
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 2 filings
- 1985 1 filing
- 1984 1 filing
- 1983 2 filings
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 1 filing
- 1976 1 filing
- 1975 1 filing
- 1974 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47911321 | Total Voting Rights | 2026-06-01 | English | ||
| 46592966 | Holding(s) in Company | 2026-05-20 | English | ||
| 46579195 | Transaction in Own Shares | 2026-05-20 | English | ||
| 46530398 | Director/PDMR Shareholding | 2026-05-19 | English | ||
| 46354938 | Holding(s) in Company | 2026-05-15 | English | ||
| 45817515 | Transaction in Own Shares | 2026-05-14 | English | ||
| 44976566 | Director/PDMR Shareholding | 2026-05-11 | English | ||
| 42452507 | Transaction in Own Shares | 2026-05-07 | English | ||
| 41878779 | Holding(s) in Company | 2026-05-06 | English | ||
| 41796901 | Holding(s) in Company | 2026-05-06 | English | ||
| 41344553 | Holding(s) in Company | 2026-05-05 | English | ||
| 39480716 | Total Voting Rights | 2026-05-01 | English | ||
| 39018193 | Transaction in Own Shares | 2026-04-30 | English | ||
| 38062059 | Taylor Wimpey plc Resolutions of 2026 AGM | 2026-04-28 | English | ||
| 38062056 | Director/PDMR Shareholding | 2026-04-28 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Taylor Wimpey 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 · Construction of residential and non-residential buildings
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
MECOM Power and Construction Limited
Integrated construction engineering, advanced materials, an…
|
1183 | HK | Construction |
|
Meghna Infracon Infrastructure Limited
Develops and executes residential, commercial, and infrastr…
|
538668 | IN | Construction |
|
MELATI EHSAN HOLDINGS BERHAD
Primarily engaged in turnkey construction, construction man…
|
— | MY | Construction |
|
MENANG CORPORATION (M) BERHAD
Primarily engaged in property development, concession arran…
|
— | MY | Construction |
|
MERCURY INDUSTRIES BERHAD
Investment holding, civil and building construction, proper…
|
— | MY | Construction |
|
Meritage Homes CORP
A homebuilder of energy-efficient, affordable, and entry-le…
|
MTH | US | Construction |
|
Merko Ehitus
A construction and real estate development group for public…
|
MRK1T | EE | Construction |
|
Meshulam Levinstein Contracting & Engineering Ltd.
An engineering, construction, and real estate development f…
|
LEVI | IL | Construction |
|
Metallurgical Corporation of China Ltd.
Leading global engineering and construction conglomerate sp…
|
1618 | HK | Construction |
|
MGB BERHAD
Comprehensive solutions provider in construction, property …
|
— | MY | Construction |
Taylor Wimpey 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/5247/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5247 | 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=5247 | 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=5247 \ -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": 5247}, 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 Taylor Wimpey PLC (id: 5247)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.