
CRAWFORD & CO — Investor Relations & Filings
Crawford & Company is an independent provider of claims management and outsourcing solutions. The company serves a diverse client base that includes insurance carriers, self-insured entities, brokers, and corporations. Its primary services encompass loss adjusting, third-party administration (TPA), and managed repair services. Crawford & Co. handles a broad spectrum of claims, from high-volume, low-complexity cases to large, intricate losses managed by its Global Technical Services (GTS) division. The company integrates technology-driven tools and digital platforms with the expertise of its global network of employees and field resources to deliver its services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 8-K | 2026-05-19 | English | |
| 10-Q - CRAWFORD & CO (0000025475) (Filer) | 2026-05-04 | English | |
| 8-K - CRAWFORD & CO (0000025475) (Filer) | 2026-05-04 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| DEF 14A - CRAWFORD & CO (0000025475) (Filer) | 2026-04-09 | English | |
| 8-K - CRAWFORD & CO (0000025475) (Filer) | 2026-03-31 | English |
Browse filings by year
27 years- 2026 26 filings
- 2025 48 filings
- 2024 42 filings
- 2023 67 filings
- 2022 61 filings
- 2021 80 filings
- 2020 121 filings
- 2019 78 filings
- 2018 88 filings
- 2017 107 filings
- 2016 58 filings
- 2015 56 filings
- 2014 63 filings
- 2013 93 filings
- 2012 65 filings
- 2011 95 filings
- 2010 86 filings
- 2009 82 filings
- 2008 77 filings
- 2007 88 filings
- 2006 59 filings
- 2005 61 filings
- 2004 49 filings
- 2003 16 filings
- 2002 14 filings
- 2001 7 filings
- 2000 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46553904 | FORM 8-K | 2026-05-19 | English | ||
| 41071528 | 10-Q - CRAWFORD & CO (0000025475) (Filer) | 2026-05-04 | English | ||
| 41071408 | 8-K - CRAWFORD & CO (0000025475) (Filer) | 2026-05-04 | English | ||
| 45913449 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 33937263 | DEF 14A - CRAWFORD & CO (0000025475) (Filer) | 2026-04-09 | English | ||
| 33122095 | 8-K - CRAWFORD & CO (0000025475) (Filer) | 2026-03-31 | English | ||
| 45913453 | Major Shareholding Notification 2026 | 2026-03-26 | English | ||
| 45913463 | FORM 8-K | 2026-03-23 | English | ||
| 33001071 | 4/A - CRAWFORD & CO (0000025475) (Issuer) | 2026-03-20 | English | ||
| 33001057 | 4/A - CRAWFORD & CO (0000025475) (Issuer) | 2026-03-20 | English | ||
| 32989321 | 10-K/A - CRAWFORD & CO (0000025475) (Filer) | 2026-03-19 | English | ||
| 32875663 | 10-K - CRAWFORD & CO (0000025475) (Filer) | 2026-03-02 | English | ||
| 32875662 | 8-K - CRAWFORD & CO (0000025475) (Filer) | 2026-03-02 | English | ||
| 19931546 | 4 Filing | 2026-02-10 | English | ||
| 19931512 | 4 Filing | 2026-02-10 | English | ||
Market data
Market data not available
Price history
Peer group · Other business support service activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
OPUS GLOBAL Nyilvánosan Működő Részvénytársaság
An asset management holding company with a diversified indu…
|
OPUS | HU | Administrative and support serv… |
|
OTI Greentech AG
Provides sustainable solutions for industrial cleaning, oil…
|
NSAK | DE | Administrative and support serv… |
|
PERA YATIRIM HOLDİNG A.Ş.
A diversified investment holding company in defense, tech, …
|
PEHOL | TR | Administrative and support serv… |
|
Plada Infotech Services Limited
Provides BPO and merchant support services for the payment …
|
PLADAINFO | IN | Administrative and support serv… |
|
Pluxee
A global partner for digital employee benefits and engageme…
|
PLX | NL | Administrative and support serv… |
|
PORTO SERVIÇO S.A
Offers tech-driven assistance, residential repairs, and aut…
|
— | BR | Administrative and support serv… |
|
PreMD Inc.
Specialized provider of medical billing and Revenue Cycle M…
|
PREMF | CA | Administrative and support serv… |
|
Prestige International Inc.
A BPO provider offering 24/7 contact centers, roadside, and…
|
4290 | JP | Administrative and support serv… |
|
Progyny, Inc.
Manages fertility, family building, and women's health bene…
|
PGNY | US | Administrative and support serv… |
|
PT Shield On Service Tbk.
Outsourcing company providing security, cleaning, HR, and p…
|
SOSS | ID | Administrative and support serv… |
CRAWFORD & CO 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/32797/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32797 | 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=32797 | 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=32797 \ -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": 32797}, 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 CRAWFORD & CO (id: 32797)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.