
PCI-PAL PLC — Investor Relations & Filings
PCI-PAL PLC is a global cloud provider of secure payment solutions for business communications, specializing in helping organizations achieve Payment Card Industry Data Security Standard (PCI DSS) compliance. The company's platform enables businesses, particularly contact centers, to securely process customer payments across a variety of communication channels, including voice, Interactive Voice Response (IVR), and digital platforms such as web chat, SMS, and social media. Its patented technology prevents sensitive cardholder data from entering the client's environment, significantly reducing the scope of their PCI DSS requirements. By integrating with a wide ecosystem of payment and contact center partners, PCI-PAL aims to deliver a secure, seamless, and frictionless payment experience for customers while safeguarding business reputation and trust.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| HIPAA, HITRUST & SOC 2 Type II certification | 2026-04-14 | English | |
| Major New Reseller Partnership with Global Telco | 2026-03-18 | English | |
| Holding(s) in Company | 2026-03-10 | English | |
| Interim Results, Analyst Briefing & Investor Pres | 2026-03-03 | English | |
| New Major Strategic Reseller Partnership | 2026-02-23 | English | |
| Notice of Results, Analyst Briefing, Investor Pres | 2026-02-17 | English |
Browse filings by year
28 years- 2026 11 filings
- 2025 26 filings
- 2024 35 filings
- 2023 23 filings
- 2022 30 filings
- 2021 36 filings
- 2020 32 filings
- 2019 30 filings
- 2018 24 filings
- 2017 22 filings
- 2016 9 filings
- 2015 1 filing
- 2014 1 filing
- 2013 1 filing
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 2 filings
- 1999 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 34655193 | HIPAA, HITRUST & SOC 2 Type II certification | 2026-04-14 | English | ||
| 32970897 | Major New Reseller Partnership with Global Telco | 2026-03-18 | English | ||
| 32923871 | Holding(s) in Company | 2026-03-10 | English | ||
| 32869237 | Interim Results, Analyst Briefing & Investor Pres | 2026-03-03 | English | ||
| 32825760 | New Major Strategic Reseller Partnership | 2026-02-23 | English | ||
| 28145780 | Notice of Results, Analyst Briefing, Investor Pres | 2026-02-17 | English | ||
| 34558044 | Holding(s) in Company | 2026-02-10 | English | ||
| 14781734 | Holding(s) in Company | 2026-02-06 | English | ||
| 14781700 | Holding(s) in Company | 2026-02-06 | English | ||
| 14561590 | Holding(s) in Company | 2026-02-05 | English | ||
| 14166860 | Trading Update | 2026-02-03 | English | ||
|
2025
4 filings
| |||||
| 46813893 | Group of companies' accounts made up to 2025-06-30 | 2025-12-31 | English | ||
| 10376002 | Grant of Options under Long-Term Incentive Plan | 2025-12-18 | English | ||
| 8975326 | Result of AGM | 2025-12-01 | English | ||
| 8461057 | Strategic US Healthcare Sector Integration | 2025-11-19 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for PCI-PAL PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMERICAN TOWER CORP /MA/
A global owner and operator of multitenant communications r…
|
AMT | US | Telecommunications, computer pr… |
|
AMPD Ventures Inc.
Provides low-latency, high-performance cloud and compute so…
|
AMPD | CA | Telecommunications, computer pr… |
|
Amplitude, Inc.
Develops an AI-powered digital analytics platform to analyz…
|
AMPL | US | Telecommunications, computer pr… |
|
Anoto Group
Develops digital writing solutions to digitize handwritten …
|
ANOT | SE | Telecommunications, computer pr… |
|
Antelope Enterprise Holdings Ltd
Provides energy for AI/crypto and livestreaming e-commerce/…
|
AEHL | US | Telecommunications, computer pr… |
|
Aplix Corporation
An IoT solution provider of integrated platforms for device…
|
3727 | JP | Telecommunications, computer pr… |
|
APPEN LIMITED
Provides data collection and annotation services for AI and…
|
APX | AU | Telecommunications, computer pr… |
|
APPFOLIO INC
Provides cloud-based business management solutions for the …
|
APPF | US | Telecommunications, computer pr… |
|
Applied Digital Corp.
Designs and operates digital infrastructure for high-perfor…
|
APLD | US | Telecommunications, computer pr… |
| ARCHION Corporation | 543A | JP | Telecommunications, computer pr… |
PCI-PAL PLC 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/7837/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7837 | 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=7837 | 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=7837 \ -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": 7837}, 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 PCI-PAL PLC (id: 7837)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.