
MARLOWE PLC — Investor Relations & Filings
Marlowe PLC is a provider of business-critical services that ensure safety and regulatory compliance for organizations. The company's operations are centered around two core divisions: Fire Safety & Security and Water & Air Hygiene. The Fire Safety & Security division offers a comprehensive range of services to ensure fire safety, security, and compliance with associated building regulations. The Water & Air Hygiene division delivers regulatory-driven testing, treatment, monitoring, and assurance services for commercial and industrial premises, covering hygiene, wastewater, and environmental compliance. Marlowe serves a diverse customer base, helping them manage risk and adhere to stringent regulatory and insurance requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2025-08-04 | English | |
| Holding(s) in Company | 2025-08-01 | English | |
| Form 8.3 - Marlowe plc | 2025-07-31 | English | |
| Court Sanction of Scheme | 2025-07-31 | English | |
| Holding(s) in Company | 2025-07-30 | English | |
| Holding(s) in Company | 2025-07-30 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 7648837 | Holding(s) in Company | 2025-08-04 | English | ||
| 7642787 | Holding(s) in Company | 2025-08-01 | English | ||
| 7631905 | Form 8.3 - Marlowe plc | 2025-07-31 | English | ||
| 7631724 | Court Sanction of Scheme | 2025-07-31 | English | ||
| 7631068 | Holding(s) in Company | 2025-07-30 | English | ||
| 7631067 | Holding(s) in Company | 2025-07-30 | English | ||
| 7526047 | Form 8.3 - Marlowe plc | 2025-07-24 | English | ||
| 11374525 | Holding(s) in Company | 2025-07-24 | English | ||
| 7469205 | Holding(s) in Company | 2025-07-23 | English | ||
| 7425602 | Form 8.3 - Marlowe plc | 2025-07-22 | English | ||
| 7419404 | Holding(s) in Company | 2025-07-22 | English | ||
| 11373285 | Holding(s) in Company | 2025-07-17 | English | ||
| 11373284 | Holding(s) in Company | 2025-07-17 | English | ||
| 11373205 | Conditions Satisfied and Timetable | 2025-07-17 | English | ||
| 7064229 | Results of Court Meeting and General Meeting | 2025-07-16 | English | ||
Market data
Market data not available
Price history
Peer group · Security activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WESTMINSTER GROUP PLC
Provides advanced technology security solutions and managed…
|
WSG | GB | Administrative and support serv… |
MARLOWE 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/7777/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7777 | 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=7777 | 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=7777 \ -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": 7777}, 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 MARLOWE PLC (id: 7777)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.