Aviva PLC — Investor Relations & Filings
Aviva PLC is a diversified insurance, wealth, and retirement company. Its core business activities include general insurance, life insurance, and long-term savings. The company offers a comprehensive suite of products and services to both individual and corporate customers, encompassing life, health, and general insurance policies, alongside retirement and pension solutions. Aviva also provides wealth management services and operates a global asset management business, Aviva Investors, which offers a broad range of investment solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Form 8.3 - LondonMetric Property & Schroder REIT | 2026-05-22 | English | |
| Form 8.3 - Intertek Group plc | 2026-05-22 | English | |
| Form 8.3 - DCC plc | 2026-05-22 | English | |
| Transaction in Own Shares | 2026-05-22 | English | |
| Transaction in Own Shares | 2026-05-21 | English | |
| Director/PDMR Shareholding | 2026-05-20 | English |
Browse filings by year
37 years- 2026 157 filings
- 2025 357 filings
- 2024 547 filings
- 2023 187 filings
- 2022 374 filings
- 2021 439 filings
- 2020 205 filings
- 2019 600 filings
- 2018 700 filings
- 2017 398 filings
- 2016 497 filings
- 2015 745 filings
- 2014 311 filings
- 2013 158 filings
- 2012 24 filings
- 2011 32 filings
- 2010 5 filings
- 2009 2 filings
- 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 1 filing
- 1991 1 filing
- 1990 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46830279 | Form 8.3 - LondonMetric Property & Schroder REIT | 2026-05-22 | English | ||
| 46826019 | Form 8.3 - Intertek Group plc | 2026-05-22 | English | ||
| 46826016 | Form 8.3 - DCC plc | 2026-05-22 | English | ||
| 46777717 | Transaction in Own Shares | 2026-05-22 | English | ||
| 46715672 | Transaction in Own Shares | 2026-05-21 | English | ||
| 46677350 | Director/PDMR Shareholding | 2026-05-20 | English | ||
| 46674992 | Form 8.3 - Tate & Lyle plc | 2026-05-20 | English | ||
| 46669391 | Form 8.3 - Intertek Group plc | 2026-05-20 | English | ||
| 46669380 | Form 8.3 - LondonMetric Property & Schroder REIT | 2026-05-20 | English | ||
| 46669267 | Form 8.3 - DCC plc | 2026-05-20 | English | ||
| 46579325 | Update on Tender Offer | 2026-05-20 | English | ||
| 46579253 | Transaction in Own Shares | 2026-05-20 | English | ||
| 46532389 | AVIVA PLC - Supplementary Prospectus | 2026-05-19 | English | ||
| 46528198 | Director/PDMR Shareholding | 2026-05-19 | English | ||
| 46527110 | Tier 2, Senior and RT1 Notes Tender Offer | 2026-05-19 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Aviva 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 · Life insurance
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
MIRAE ASSET Life Insurance CO., Ltd.
Offers personal insurance products, retirement pension plan…
|
085620 | KR | Financial and insurance activit… |
|
MNC Kapital Indonesia Tbk
A comprehensive financial services group offering banking, …
|
BCAP | ID | Financial and insurance activit… |
|
MOMENTUM GROUP LIMITED
Integrated financial services offering insurance, investmen…
|
MTME | CA | Financial and insurance activit… |
|
Net Insurance
Provides protection solutions for individuals, families, an…
|
NET | IT | Financial and insurance activit… |
|
New China Life Insurance Company Ltd.
Provides comprehensive life, health, and annuity insurance …
|
1336 | CN | Financial and insurance activit… |
|
NIPPON LIFE INSURANCE COMPANY
A leading life insurer and asset manager, offering comprehe…
|
2KEB | JP | Financial and insurance activit… |
|
NN Group N.V.
International financial services firm offering insurance, p…
|
NN | NL | Financial and insurance activit… |
|
NOBLEOAK LIFE LIMITED
Specialist provider of personal insurance products using a …
|
NOL | AU | Financial and insurance activit… |
|
Nürnberger Beteiligungs-AG
A holding company managing an insurance group providing lif…
|
NBG6 | DE | Financial and insurance activit… |
|
Old Mutual Limited
A financial services group offering investment, savings, in…
|
OMU | ZA | Financial and insurance activit… |
Aviva 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/4708/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4708 | 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=4708 | 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=4708 \ -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": 4708}, 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 Aviva PLC (id: 4708)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.