
Accelerant Holdings — Investor Relations & Filings
Accelerant Holdings operates a data-driven risk exchange platform for the specialty insurance market. The platform connects specialty insurance underwriters, which it refers to as Members, with risk capital partners. It provides its Members with technology and a suite of services, including real-time data analytics, underwriting tools, and expert support in areas such as actuarial science and claims management. The company aims to improve the efficiency, transparency, and fairness of the insurance value chain by streamlining the connection between underwriting expertise and capital.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| DEFA14A - Accelerant Holdings (0001997350) (Filer) | 2026-03-30 | English | |
| DEF 14A - Accelerant Holdings (0001997350) (Filer) | 2026-03-30 | English | |
| 4 - Accelerant Holdings (0001997350) (Issuer) | 2026-03-24 | English | |
| 144 - Accelerant Holdings (0001997350) (Subject) | 2026-03-23 | English | |
| 4 - Accelerant Holdings (0001997350) (Issuer) | 2026-03-21 | English | |
| 4 - Accelerant Holdings (0001997350) (Issuer) | 2026-03-21 | English |
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Yolo Group
Insurtech company with a platform for distributing digital …
|
YOLO | IT | Financial and insurance activit… |
|
Zhibao Technology Inc.
A 2B2C provider of digital insurance solutions via a propri…
|
ZBAO | US | Financial and insurance activit… |
Accelerant Holdings 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/31332/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31332 | 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=31332 | 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=31332 \ -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": 31332}, 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 Accelerant Holdings (id: 31332)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.