BLOOMSBURY PUBLISHING PLC — Investor Relations & Filings
Bloomsbury Publishing is a leading global independent publishing house established in 1986. The company publishes a diverse portfolio of fiction, non-fiction, academic, and professional works for a worldwide audience. Its operations are structured into two primary divisions: Consumer publishing, which encompasses adult and children's trade books, and Academic & Professional publishing, which provides specialist content and digital resources. Renowned for publishing works of excellence and originality, Bloomsbury's authors have received numerous prestigious awards, including the Nobel, Pulitzer, and Booker Prizes. The company's strategy emphasizes the growth of its digital offerings and strategic collaborations to serve its diverse markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-05-22 | English | |
| Appointment of Non-Executive Director | 2026-05-20 | English | |
| Audited Preliminary Results | 2026-05-20 | English | |
| Notice of Preliminary Results | 2026-05-12 | English | |
| Holding(s) in Company | 2026-04-30 | English | |
| Holding(s) in Company | 2026-04-23 | English |
Browse filings by year
39 years- 2026 14 filings
- 2025 42 filings
- 2024 33 filings
- 2023 36 filings
- 2022 38 filings
- 2021 32 filings
- 2020 43 filings
- 2019 29 filings
- 2018 29 filings
- 2017 22 filings
- 2016 38 filings
- 2015 39 filings
- 2014 42 filings
- 2013 43 filings
- 2012 5 filings
- 2011 4 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 2 filings
- 1992 3 filings
- 1991 1 filing
- 1990 1 filing
- 1988 1 filing
- 1986 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 46783148 | Holding(s) in Company | 2026-05-22 | English | ||
| 46579451 | Appointment of Non-Executive Director | 2026-05-20 | English | ||
| 46579240 | Audited Preliminary Results | 2026-05-20 | English | ||
| 45119357 | Notice of Preliminary Results | 2026-05-12 | English | ||
| 39109839 | Holding(s) in Company | 2026-04-30 | English | ||
| 35711523 | Holding(s) in Company | 2026-04-23 | English | ||
| 33556457 | Holding(s) in Company | 2026-04-01 | English | ||
| 33018637 | Holding(s) in Company | 2026-03-24 | English | ||
| 32986763 | Holding(s) in Company | 2026-03-19 | English | ||
| 34566456 | Trading Update | 2026-03-05 | English | ||
| 34561877 | Holding(s) in Company | 2026-02-18 | English | ||
| 34560132 | BLOCK LISTING SIX MONTHLY RETURN | 2026-02-13 | English | ||
| 19467712 | Holding(s) in Company | 2026-02-12 | English | ||
| 13512863 | Bloomsbury to grow Academic sales in Asia | 2026-01-28 | English | ||
|
2025
1 filing
| |||||
| 9617406 | Director/PDMR Shareholding | 2025-12-08 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for BLOOMSBURY PUBLISHING 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 · Publishing of books
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
kt millie seojae Co.,Ltd
Operates a subscription-based digital reading platform with…
|
418470 | KR | Publishing, broadcasting, and c… |
|
Lagardère S.A.
A global group active in publishing, game distribution, and…
|
MMB | FR | Publishing, broadcasting, and c… |
|
Legible Inc.
Provides a browser-first, globally accessible digital readi…
|
LEBGF | CA | Publishing, broadcasting, and c… |
|
Livani Publishing Organization S.A.
A publisher of diverse books, educational software, and dig…
|
LIVAN | GR | Publishing, broadcasting, and c… |
|
Louis Hachette
A media and entertainment conglomerate in publishing, trave…
|
ALHG | FR | Publishing, broadcasting, and c… |
|
McGraw Hill, Inc.
Global provider of educational content, digital tools, and …
|
MH | US | Publishing, broadcasting, and c… |
|
McGraw-Hill Ryerson Limited
Leading publisher of educational and professional learning …
|
MHR | CA | Publishing, broadcasting, and c… |
|
MEDIA DO Co., Ltd.
A digital wholesaler connecting over 2,200 publishers with …
|
3678 | JP | Publishing, broadcasting, and c… |
|
MPS Limited
Provides digital content solutions and platforms for academ…
|
MPSLTD | IN | Publishing, broadcasting, and c… |
|
Multimedia Nova Corporation
Integrated communications company providing publishing, pri…
|
MNC.A | CA | Publishing, broadcasting, and c… |
BLOOMSBURY PUBLISHING 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/4731/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4731 | 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=4731 | 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=4731 \ -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": 4731}, 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 BLOOMSBURY PUBLISHING PLC (id: 4731)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.