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 |
|---|---|---|---|
|
PT Asuransi Jiwa Syariah Jasa Mitra Abadi Tbk
Sharia-compliant life and health insurance company offering…
|
JMAS | ID | Financial and insurance activit… |
|
PT Bhakti Multi Artha Tbk.
Financial services holding company providing management con…
|
BHAT | ID | Financial and insurance activit… |
|
PT Capital Financial Indonesia Tbk
Integrated financial services company offering a diverse po…
|
CASA | ID | Financial and insurance activit… |
|
PT MSIG Life Insurance Indonesia Tbk.
Provides comprehensive life, health, sharia, and corporate …
|
LIFE | ID | Financial and insurance activit… |
|
Sagicor Financial Company Ltd.
Diversified provider of insurance, annuities, pensions, ban…
|
SFC | BM | Financial and insurance activit… |
|
Samsung Life Insurance co., Ltd
A multinational firm providing insurance, retirement, and a…
|
032830 | KR | Financial and insurance activit… |
|
SANLAM LIMITED
Diversified financial services group, one of Africa's large…
|
SLM | ZA | Financial and insurance activit… |
|
SBI Life Insurance Company Limited
A joint venture providing protection and savings products v…
|
SBILIFE | IN | Financial and insurance activit… |
|
SECURITY NATIONAL FINANCIAL CORP
A holding company in life insurance, cemetery and mortuary …
|
SNFCA | US | Financial and insurance activit… |
|
SINGAPORE LIFE HOLDINGS PTE. LTD.
Financial services company offering insurance, investment s…
|
94TB | SG | 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.