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 |
|---|---|---|---|
|
Muza S.A.
Polish publisher of books, magazines, games, and puzzles.
|
MZA | PL | Publishing, broadcasting, and c… |
|
Navneet Education Limited
Provides K-12 educational content, digital solutions, and s…
|
NAVNETEDUL | IN | Publishing, broadcasting, and c… |
|
Northern United Publishing & Media (Group) Company Limited
Integrated media group providing content production, publis…
|
601999 | CN | Publishing, broadcasting, and c… |
|
PAPYLESS CO.,Ltd.
A digital content distribution company specializing in e-bo…
|
3641 | JP | Publishing, broadcasting, and c… |
|
PELANGI BERHAD
A regional educational publishing and printing company focu…
|
— | MY | Publishing, broadcasting, and c… |
|
PELANGI PUBLISHING GROUP BHD.
Regional educational publishing and printing company, speci…
|
— | MY | Publishing, broadcasting, and c… |
|
QINGDAO CITYMEDIA CO., LTD.
A media firm integrating publishing, digital education, and…
|
600229 | CN | Publishing, broadcasting, and c… |
|
Repro India Ltd.
Provides integrated content, print-on-demand, and distribut…
|
REPRO | IN | Publishing, broadcasting, and c… |
|
SAMSUNG PUBLISHING CO.,LTD
Publisher of children's books, educational toys, and digita…
|
068290 | KR | Publishing, broadcasting, and c… |
|
Sanoma Oyj
A European provider of K-12 educational solutions and cross…
|
SANOMA | FI | 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.