
Segro PLC — Investor Relations & Filings
Segro PLC is a real estate investment trust (REIT) that owns, manages, and develops modern warehousing and industrial properties. The company's portfolio comprises both large-scale 'big box' warehouses and strategically located urban warehouses, catering to logistics and light industrial sectors. Operating across Europe, Segro focuses on providing modern and sustainable properties in key transportation hubs and major population centers to support the supply chains of its diverse customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-06-01 | English | |
| Holding(s) in Company | 2026-06-01 | English | |
| Total Voting Rights | 2026-05-29 | English | |
| Total Voting Rights | 2026-05-29 | French | |
| Holding(s) in Company | 2026-05-29 | English | |
| Block Admission Application | 2026-05-26 | English |
Browse filings by year
49 years- 2026 39 filings
- 2025 71 filings
- 2024 126 filings
- 2023 84 filings
- 2022 101 filings
- 2021 98 filings
- 2020 68 filings
- 2019 50 filings
- 2018 46 filings
- 2017 63 filings
- 2016 51 filings
- 2015 51 filings
- 2014 53 filings
- 2013 26 filings
- 2012 6 filings
- 2011 5 filings
- 2010 2 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 1 filing
- 1985 1 filing
- 1984 1 filing
- 1983 1 filing
- 1982 1 filing
- 1981 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47920053 | Holding(s) in Company | 2026-06-01 | English | ||
| 47920047 | Holding(s) in Company | 2026-06-01 | English | ||
| 47890312 | Total Voting Rights | 2026-05-29 | English | ||
| 47892064 | Total Voting Rights | 2026-05-29 | French | ||
| 47884769 | Holding(s) in Company | 2026-05-29 | English | ||
| 47058706 | Block Admission Application | 2026-05-26 | English | ||
| 46730665 | Notification of issuance of equity securities | 2026-05-21 | English | ||
| 45916830 | Director/PDMR Shareholding | 2026-05-14 | English | ||
| 46789815 | Group of companies' accounts made up to 2025-12-31 | 2026-05-10 | English | ||
| 39529599 | Holding(s) in Company | 2026-05-01 | English | ||
| 39072586 | Director/PDMR Shareholding | 2026-04-30 | English | ||
| 35729208 | Result of AGM | 2026-04-23 | English | ||
| 35607103 | Trading Update | 2026-04-23 | English | ||
| 35665007 | Trading Update | 2026-04-23 | English | ||
| 34570695 | SELP JV Prices EUR 500 Million 3.875% Unsecured Bonds | 2026-04-15 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Segro 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 · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aerodrom Nikola Tesla a.d.
Manages real estate, supervises an airport concession, and …
|
AERO | RS | Real estate activities |
|
AEW UK REIT PLC
A value-investing REIT with a diversified portfolio of comm…
|
AEWU | GB | Real estate activities |
|
AFINE INVESTMENTS LIMITED
Commercial real estate investment trust holding and leasing…
|
ANIE | ZA | Real estate activities |
|
AFI Properties Ltd.
Develops, owns, and operates a diverse portfolio of income-…
|
AFPR | IL | Real estate activities |
|
Africa Israel Residences Ltd.
A real estate developer of residential units, neighborhoods…
|
AFRE | IL | Real estate activities |
|
Agat Ejendomme
A real estate company specializing in property development …
|
AGAT | DK | Real estate activities |
|
Agility Real Estate
A real estate investment and development firm that optimize…
|
AGIL | VG | Real estate activities |
|
AGP Malaga Socimi
Real estate investment firm specializing in the ownership o…
|
MLAGP | ES | Real estate activities |
|
Agratio urban design Inc.
Engaged in the design, construction, and sale of new single…
|
3467 | JP | Real estate activities |
|
AGREE REALTY CORP
A REIT that acquires and manages retail properties under a …
|
ADC | US | Real estate activities |
Segro 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/4612/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4612 | 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=4612 | 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=4612 \ -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": 4612}, 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 Segro PLC (id: 4612)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.