
HORNBY PLC — Investor Relations & Filings
Hornby PLC is a holding company specializing in the design, development, sourcing, and distribution of hobby and toy products for a global market. The company is primarily recognized for its flagship Hornby brand, a leading manufacturer of model railways. Its core product line includes detailed model trains, train sets, track systems, and accessories, catering to collectors and hobbyists. The company blends its long-standing heritage with modern innovation to create authentic and engaging scale models. In addition to its railway products, Hornby PLC manages a portfolio of other iconic brands within the scale model and collectibles sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Group of companies' accounts made up to 2025-03-31 | 2026-01-06 | English | |
| Hornby PLC shares are now trading on JP Jenkins | 2025-04-10 | English | |
| Last Day of Dealings | 2025-04-09 | English | |
| Result of Meeting | 2025-04-01 | English | |
| Proposed Cancellation of AIM Listing | 2025-03-13 | English | |
| Total Voting Rights | 2025-03-04 | English |
Browse filings by year
41 years- 2026 1 filing
- 2025 7 filings
- 2024 29 filings
- 2023 18 filings
- 2022 25 filings
- 2021 11 filings
- 2020 21 filings
- 2019 10 filings
- 2018 24 filings
- 2017 43 filings
- 2016 27 filings
- 2015 33 filings
- 2014 25 filings
- 2013 25 filings
- 2012 1 filing
- 2011 2 filings
- 2010 2 filings
- 2009 1 filing
- 2008 2 filings
- 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 2 filings
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 46799448 | Group of companies' accounts made up to 2025-03-31 | 2026-01-06 | English | ||
|
2025
7 filings
| |||||
| 11336935 | Hornby PLC shares are now trading on JP Jenkins | 2025-04-10 | English | ||
| 11335913 | Last Day of Dealings | 2025-04-09 | English | ||
| 11329792 | Result of Meeting | 2025-04-01 | English | ||
| 5591941 | Proposed Cancellation of AIM Listing | 2025-03-13 | English | ||
| 5587044 | Total Voting Rights | 2025-03-04 | English | ||
| 5571499 | Block listing Interim Review | 2025-01-28 | English | ||
| 5563549 | Trading Statement | 2025-01-08 | English | ||
|
2024
7 filings
| |||||
| 5549923 | Notifiable Interest in Shares | 2024-12-03 | English | ||
| 5549168 | TR-1 - Notification of Major Holdings | 2024-12-02 | English | ||
| 46799450 | Amended group accounts made up to 2024-03-31 | 2024-11-29 | English | ||
| 5547219 | Result of General Meeting | 2024-11-27 | English | ||
| 5546109 | Issue of Equity | 2024-11-25 | English | ||
| 46799451 | Amended group accounts made up to 2024-03-31 | 2024-11-21 | English | ||
| 5544531 | Half-year Report | 2024-11-20 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for HORNBY 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 · Manufacture of games and toys
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Guangzhou Wahlap Technology Corporation Limited
Develops and manufactures interactive amusement equipment a…
|
301011 | CN | Manufacturing |
|
HASBRO, INC.
A toy and game company that develops and markets entertainm…
|
HAS | US | Manufacturing |
|
Heiwa Corporation
A leisure company that develops gaming machines and operate…
|
6412 | JP | Manufacturing |
|
Irwin Toy Limited
Canada's oldest toy company, distributing licensed and prop…
|
— | CA | Manufacturing |
|
JAKKS PACIFIC INC
Designs and markets a diverse portfolio of toys and license…
|
JAKK | US | Manufacturing |
|
Kader Holdings Company Limited
Manufacturer of toys and model trains, engaged in trading a…
|
180 | HK | Manufacturing |
|
Kiddieland International Limited
Design, manufacturing, and global distribution of high-qual…
|
3830 | HK | Manufacturing |
|
Kidztech Holdings Limited
Leading global manufacturer of smart toys, utilizing 20+ to…
|
6918 | HK | Manufacturing |
|
KOTOBUKIYA CO., LTD.
Manufactures model kits and figures based on anime, manga, …
|
7809 | JP | Manufacturing |
|
K-TECH SOLUTIONS CO LTD
Designs, develops, and sells educational, plastic, and elec…
|
KMRK | US | Manufacturing |
HORNBY 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/7692/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7692 | 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=7692 | 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=7692 \ -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": 7692}, 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 HORNBY PLC (id: 7692)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.