
Sage Group PLC — Investor Relations & Filings
Sage Group PLC is a provider of integrated business management software and solutions, primarily for small and medium-sized companies. The company's portfolio includes software for accounting, finance, payroll, payments, and enterprise resource planning (ERP). Sage focuses on leveraging artificial intelligence and automation to streamline financial operations, reduce manual tasks, and provide real-time insights. Its flagship product, Sage Intacct, features AI-powered agents designed to automate processes such as accounts payable, time tracking, and financial reporting, as well as detect anomalies. The company offers solutions tailored to the specific needs of various industries, including financial services, healthcare, retail, and technology, to help businesses improve efficiency and financial control.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Total Voting Rights | 2026-05-29 | English | |
| Transaction in Own Shares | 2026-05-28 | English | |
| Director/PDMR Shareholding | 2026-05-28 | English | |
| Transaction in Own Shares | 2026-05-27 | English | |
| Director/PDMR Shareholding | 2026-05-27 | English | |
| Transaction in Own Shares | 2026-05-26 | English |
Browse filings by year
36 years- 2026 100 filings
- 2025 223 filings
- 2024 162 filings
- 2023 96 filings
- 2022 77 filings
- 2021 256 filings
- 2020 73 filings
- 2019 69 filings
- 2018 5 filings
- 2017 2 filings
- 2016 2 filings
- 2015 2 filings
- 2014 2 filings
- 2013 3 filings
- 2012 2 filings
- 2011 1 filing
- 2010 1 filing
- 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
- 1993 2 filings
- 1992 1 filing
- 1991 1 filing
- 1989 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47887538 | Total Voting Rights | 2026-05-29 | English | ||
| 47865594 | Transaction in Own Shares | 2026-05-28 | English | ||
| 47862456 | Director/PDMR Shareholding | 2026-05-28 | English | ||
| 47816820 | Transaction in Own Shares | 2026-05-27 | English | ||
| 47434375 | Director/PDMR Shareholding | 2026-05-27 | English | ||
| 47069877 | Transaction in Own Shares | 2026-05-26 | English | ||
| 46850629 | Transaction in Own Shares | 2026-05-22 | English | ||
| 46802283 | Director/PDMR Shareholding | 2026-05-22 | English | ||
| 46749822 | Transaction in Own Shares | 2026-05-21 | English | ||
| 46715740 | Results for the six months to 31 March 2026 | 2026-05-21 | English | ||
| 46686555 | Transaction in Own Shares | 2026-05-20 | English | ||
| 46417433 | Transaction in Own Shares | 2026-05-18 | English | ||
| 46359943 | Transaction in Own Shares | 2026-05-15 | English | ||
| 46162747 | Transaction in Own Shares | 2026-05-14 | English | ||
| 45738028 | Transaction in Own Shares | 2026-05-13 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Sage Group 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 · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beijing Airdoc Technology Co., Ltd.
Develops AI-based retinal imaging systems for chronic disea…
|
2251 | HK | Telecommunications, computer pr… |
|
Beijing Asiacom Information Technology Co., Ltd.
Provides IT solutions, BSS, OSS, and CRM software for telec…
|
301085 | CN | Telecommunications, computer pr… |
|
Beijing Baolande Software Corporation.
Develops middleware and AIOps solutions for high-availabili…
|
688058 | CN | Telecommunications, computer pr… |
|
BEIJING BOHUI SCIENCE & TECHNOLOGY CO.,LTD
Provides intelligent video monitoring and operation mainten…
|
688004 | CN | Telecommunications, computer pr… |
|
Beijing Compass Technology Development Co., Ltd.
Provides securities investment analysis software and integr…
|
300803 | CN | Telecommunications, computer pr… |
|
BEIJING DEEP GLINT TECHNOLOGY CO., LTD.
Provides computer vision and big data solutions for public …
|
688207 | CN | Telecommunications, computer pr… |
|
Beijing eGOVA Co., Ltd
Specialized provider of smart city management and digital g…
|
300075 | CN | Telecommunications, computer pr… |
|
Beijing E-techstar Co.,Ltd
Develops intelligent transportation and IT solutions for ur…
|
300513 | CN | Telecommunications, computer pr… |
|
BEIJING FOREVER TECHNOLOGY CO., LTD
Provides BIM software and digital twin platforms for infras…
|
300365 | CN | Telecommunications, computer pr… |
|
Beijing Geekplus Technology Co., Ltd.
Leading global provider of intelligent logistics and wareho…
|
2590 | HK | Telecommunications, computer pr… |
Sage Group 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/5322/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5322 | 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=5322 | 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=5322 \ -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": 5322}, 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 Sage Group PLC (id: 5322)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.