
AMERISAFE INC — Investor Relations & Filings
AMERISAFE, Inc. is a specialty provider of workers' compensation insurance focused on small to mid-sized employers in hazardous industries. With over 30 years of underwriting experience, the company specializes in managing complex exposures associated with high-risk work environments. Key services include comprehensive safety programs designed to prevent workplace injuries and intensive claims management to reduce overall claim costs while maintaining high-quality care for injured workers. AMERISAFE also provides premium audit services to ensure accurate premium payments. The company's singular focus on workers' compensation has resulted in a consistently high policyholder retention rate.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ARS - AMERISAFE INC (0001018979) (Filer) | 2026-04-24 | English | |
| 8-K - AMERISAFE INC (0001018979) (Filer) | 2026-04-22 | English | |
| 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | |
| 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | |
| 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | |
| 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English |
Browse filings by year
23 years- 2026 8 filings
- 2025 42 filings
- 2024 33 filings
- 2023 46 filings
- 2022 36 filings
- 2021 31 filings
- 2020 35 filings
- 2019 42 filings
- 2018 33 filings
- 2017 35 filings
- 2016 49 filings
- 2015 62 filings
- 2014 77 filings
- 2013 69 filings
- 2012 34 filings
- 2011 38 filings
- 2010 38 filings
- 2009 40 filings
- 2008 60 filings
- 2007 59 filings
- 2006 64 filings
- 2005 51 filings
- 1996 9 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
8 filings
| |||||
| 36146132 | ARS - AMERISAFE INC (0001018979) (Filer) | 2026-04-24 | English | ||
| 35246350 | 8-K - AMERISAFE INC (0001018979) (Filer) | 2026-04-22 | English | ||
| 32885373 | 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | ||
| 32885374 | 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | ||
| 32885375 | 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | ||
| 32885372 | 4 - AMERISAFE INC (0001018979) (Filer) | 2026-03-03 | English | ||
| 32885377 | 10-K - AMERISAFE INC (0001018979) (Filer) | 2026-02-27 | English | ||
| 32885376 | 8-K - AMERISAFE INC (0001018979) (Filer) | 2026-02-25 | English | ||
|
2025
7 filings
| |||||
| 10757487 | Regulatory Filings 2025 | 2025-12-05 | English | ||
| 10757488 | Regulatory Filings 2025 | 2025-12-01 | English | ||
| 10757489 | 4 | 2025-11-20 | English | ||
| 10757491 | Regulatory Filings 2025 | 2025-11-20 | English | ||
| 10757492 | 4 | 2025-11-10 | English | ||
| 10757494 | Regulatory Filings 2025 | 2025-11-07 | English | ||
| 10757503 | 8-K | 2025-11-03 | English | ||
Market data
Market data not available
Price history
Peer group · Non-life insurance
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HELIA GROUP LIMITED
Provides Lenders Mortgage Insurance and risk management for…
|
HLI | AU | Financial and insurance activit… |
|
Helvetia Holding AG
International insurance and financial services provider for…
|
HELN | CH | Financial and insurance activit… |
|
Heritage Insurance Holdings, Inc.
A super-regional P&C insurer for personal and commercial re…
|
HRTG | US | Financial and insurance activit… |
|
Heungkuk Fire & Marine Insurance Co., Ltd.
A non-life insurance provider offering personal, property, …
|
000540 | KR | Financial and insurance activit… |
|
Hiscox Limited
International specialist insurer underwriting personal and …
|
HSX | BM | Financial and insurance activit… |
|
Humana
A leading Nordic care company providing individual, family,…
|
HUM | SE | Financial and insurance activit… |
|
HUMANA INC
Offers health insurance products, primarily Medicare, and h…
|
HUM | US | Financial and insurance activit… |
|
HYUNDAIMARINE&FIREINSURANCECO.,LTD.
A non-life insurer offering property, casualty, and long-te…
|
001450 | KR | Financial and insurance activit… |
|
ICICI Lombard General Insurance Company Limited
Provides general insurance and risk management solutions fo…
|
ICICIGI | IN | Financial and insurance activit… |
|
IDI Insurance Company Ltd.
Direct provider of general and life insurance with a digita…
|
IDIN | IL | Financial and insurance activit… |
AMERISAFE INC 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/32379/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32379 | 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=32379 | 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=32379 \ -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": 32379}, 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 AMERISAFE INC (id: 32379)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.