
AXA — Investor Relations & Filings
AXA is a multinational insurance and asset management group. The company serves a diverse client base of individuals and businesses with a comprehensive portfolio of products and services. Its primary business lines include property and casualty insurance, life and savings, and health insurance. In addition to its core insurance operations, AXA is a significant provider of asset management services and offers various pension products and financial solutions. The group operates with a mission to "act for human progress by protecting what matters," emphasizing sustainability and inclusive protection initiatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| AXA announces the results of its Shareholders' Meeting | 2026-04-30 | English | |
| AXA annonce les résultats de son Assemblée Générale | 2026-04-30 | French | |
| AXA - Description of the Company’s share repurchase program | 2026-04-21 | English | |
| AXA - Descriptif du programme de rachat d’actions | 2026-04-21 | French | |
| AXA : Information relative au nombre total de droits de vote et d'actions composant le capital social au 31/03/2026 | 2026-04-13 | French | |
| AXA: Information relating to the number of voting rights and shares making up the share capital on 31/03/2026 | 2026-04-13 | English |
Market data
Market data not available
Price history
Peer group · Life insurance
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CLEARVIEW WEALTH LIMITED
Provides life insurance and wealth management solutions for…
|
CVW | AU | Financial and insurance activit… |
|
CLIENTELE LIMITED
Leading direct marketer of affordable, simplified life insu…
|
CLI | ZA | Financial and insurance activit… |
|
CNO Financial Group, Inc.
Offers insurance and financial services for middle-income p…
|
CNO | US | Financial and insurance activit… |
|
CNP Assurances
An insurer offering savings, retirement, personal risk, and…
|
CNP | FR | Financial and insurance activit… |
|
Corebridge Financial, Inc.
Provider of retirement solutions, life insurance, and vario…
|
CRBG | US | Financial and insurance activit… |
|
Cover 50
Fashion brand that designs and sells seasonal collections o…
|
COV | IT | Financial and insurance activit… |
|
Dai-ichi Life Holdings,Inc.
A global insurance holding company providing life and pensi…
|
8750 | JP | Financial and insurance activit… |
|
DISCOVERY LIMITED
Global financial services offering insurance, savings, and …
|
DSY | ZA | Financial and insurance activit… |
|
Elevance Health, Inc.
Offers health benefit plans and services with an integrated…
|
ELV | US | Financial and insurance activit… |
|
E-L Financial Corporation Limited
An investment and insurance holding company primarily focus…
|
ELF | CA | Financial and insurance activit… |
AXA 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/1135/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1135 | 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=1135 | 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=1135 \ -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": 1135}, 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 AXA (id: 1135)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.