
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 |
|---|---|---|---|
| Block Admission Application | 2026-05-26 | English | |
| Notification of issuance of equity securities | 2026-05-21 | English | |
| Director/PDMR Shareholding | 2026-05-14 | English | |
| Group of companies' accounts made up to 2025-12-31 | 2026-05-10 | English | |
| Holding(s) in Company | 2026-05-01 | English | |
| Director/PDMR Shareholding | 2026-04-30 | English |
Browse filings by year
49 years- 2026 36 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
| |||||
| 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 | ||
| 34552202 | Franchissement de seuils | 2026-04-13 | French | ||
| 33246594 | Holding(s) in Company | 2026-04-02 | English | ||
| 34551189 | Total Voting Rights | 2026-03-31 | French | ||
| 33116872 | Total Voting Rights | 2026-03-31 | English | ||
| 33111339 | Director/PDMR Shareholding | 2026-03-31 | 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 |
|---|---|---|---|
|
AMREP CORP.
A real estate company engaged in land development and homeb…
|
AXR | US | Real estate activities |
|
AMVERTON BERHAD
Property development, leisure & resort, and senior co-livin…
|
— | MY | Real estate activities |
|
ANABUKI KOSAN INC.
A real estate firm with diversified operations in HR, healt…
|
8928 | JP | Real estate activities |
|
Ananda Development
Real estate developer of residential properties, specializi…
|
ANAN | FR | Real estate activities |
|
Anant Raj Limited
Develops residential, commercial, and IT infrastructure, in…
|
ANANTRAJ | IN | Real estate activities |
|
Annehem Fastigheter
A real estate company that acquires, develops, and manages …
|
ANNE | SE | Real estate activities |
|
ANSAL HOUSING LIMITED
Real estate developer of integrated townships, residential …
|
507828 | IN | Real estate activities |
|
Ansal Properties & Infrastructure Ltd.
Developer of integrated townships, residential, and commerc…
|
ANSALAPI | IN | Real estate activities |
|
ANTARIKSH INDUSTRIES LIMITED
Engaged in the development, construction, and management of…
|
501270 | IN | Real estate activities |
|
AP67
Real estate investment firm that acquires, manages, and dev…
|
AP67 | ES | 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.