
Sapiens International — Investor Relations & Filings
Sapiens International is a global provider of software solutions for the insurance industry. The company offers the Sapiens Insurance Platform, an open, integrated, and AI-driven suite of solutions designed to accelerate digital transformation for insurers. Its core offerings cater to the Property & Casualty (P&C), Life & Pensions, and Reinsurance sectors. Key products include Sapiens IDITSuite for P&C, CoreSuite for Life & Pensions, and ReinsuranceMaster, alongside the Sapiens Decision platform for AI-powered decisioning. The platform enables insurers to automate processes, reduce time-to-market for new products, and enhance business agility through cloud-based scalability. Sapiens also provides a range of professional services, including consulting, migration, and support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| SCHEDULE 13G/A Filing | 2026-02-05 | English | |
| Following the completion of the merger, the company's shares will be delisted from TASE on January 14, 2026 | 2026-01-12 | English | |
| FORM 15-12G | 2025-12-31 | English | |
| Other Report or Announcement | 2025-12-17 | English | |
| Other Report or Announcement | 2025-12-17 | English | |
| Reminder-Today, December 17, 2025, Trading in the company's shares was halted following an expected merger | 2025-12-17 | English |
Browse filings by year
31 years- 2026 2 filings
- 2025 163 filings
- 2024 135 filings
- 2023 130 filings
- 2022 134 filings
- 2021 192 filings
- 2020 222 filings
- 2019 142 filings
- 2018 122 filings
- 2017 159 filings
- 2016 159 filings
- 2015 154 filings
- 2014 114 filings
- 2013 158 filings
- 2012 103 filings
- 2011 86 filings
- 2010 37 filings
- 2009 46 filings
- 2008 60 filings
- 2007 54 filings
- 2006 47 filings
- 2005 98 filings
- 2004 42 filings
- 2003 14 filings
- 2002 14 filings
- 2001 13 filings
- 2000 15 filings
- 1999 4 filings
- 1998 1 filing
- 1997 5 filings
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
2 filings
| |||||
| 24796676 | SCHEDULE 13G/A Filing | 2026-02-05 | English | ||
| 12526095 | Following the completion of the merger, the company's shares will be delisted from TASE on January 14, 2026 | 2026-01-12 | English | ||
|
2025
13 filings
| |||||
| 46155404 | FORM 15-12G | 2025-12-31 | English | ||
| 10291638 | Other Report or Announcement | 2025-12-17 | English | ||
| 10291634 | Other Report or Announcement | 2025-12-17 | English | ||
| 10225376 | Reminder-Today, December 17, 2025, Trading in the company's shares was halted following an expected merger | 2025-12-17 | English | ||
| 24796684 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796681 | 6-K Filing | 2025-12-17 | English | ||
| 24796680 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796679 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796678 | 25-NSE Filing | 2025-12-17 | English | ||
| 24796677 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796670 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796668 | S-8 POS Filing | 2025-12-17 | English | ||
| 24796667 | S-8 POS Filing | 2025-12-17 | English | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
01 Quantum Inc.
Specializes in post-quantum cybersecurity and integrated co…
|
ONE | CA | Telecommunications, computer pr… |
|
17 Education & Technology Group Inc.
Provides a smart in-school classroom solution with data-dri…
|
YQ | US | Telecommunications, computer pr… |
|
1SPATIAL PLC
Provides software and solutions for automating Location Mas…
|
SPA | GB | Telecommunications, computer pr… |
|
20-20 Technologies Inc.
End-to-end CAD and automation software for interior design,…
|
TWT | CA | Telecommunications, computer pr… |
|
24SevenOffice Group AB
Provides a modular, cloud-based ERP system for accounting, …
|
247 | SE | Telecommunications, computer pr… |
|
360 Ludashi Holdings Limited
Software developer providing PC and mobile device performan…
|
3601 | HK | Telecommunications, computer pr… |
|
360 Security Technology Inc.
Provides AI-driven internet and mobile security solutions f…
|
601360 | CN | Telecommunications, computer pr… |
|
4by4 Inc.
Develops AI video solutions, visual enhancement hardware, a…
|
389140 | KR | Telecommunications, computer pr… |
|
4DMEDICAL LIMITED
Develops non-invasive respiratory imaging solutions using p…
|
4DX | AU | Telecommunications, computer pr… |
|
63 Moons Technologies Limited
Provides trading software, exchange technology, and solutio…
|
63MOONS | IN | Telecommunications, computer pr… |
Sapiens International 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/7031/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7031 | 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=7031 | 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=7031 \ -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": 7031}, 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 Sapiens International (id: 7031)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.