
The Reputation Exchange Plc — Investor Relations & Filings
The Reputation Exchange Plc is a fintech company that designs and develops financial, social media, and retail products. The company's business model enables celebrities, influencers, sports teams, and brands to monetize their fan bases by offering unique co-branded prepaid cards, debit cards, and patented digital products. By combining payment technology with fan passion, the company aims to create an innovative link between brand loyalty and financial transactions, fostering social engagement in the e-money market. Its approach focuses on leveraging the "reputation market" to enhance the user experience for followers and provide new revenue streams for its partners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| AGM Information 2026 | 2026-03-04 | English | |
| Management Reports 2025 | 2025-12-31 | English | |
| Regulatory Filings 2025 | 2025-10-20 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
1 filing
| |||||
| 32879598 | AGM Information 2026 | 2026-03-04 | English | ||
|
2025
2 filings
| |||||
| 11555586 | Management Reports 2025 | 2025-12-31 | English | ||
| 8031263 | Regulatory Filings 2025 | 2025-10-20 | English | ||
Market data
Market data not available
Price history
Peer group · Public relations activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SUNNY SIDE UP GROUP Inc.
A public relations and marketing communications group and c…
|
2180 | JP | Professional, scientific and te… |
|
Trenders, Inc.
A marketing firm specializing in digital media, PR, and tre…
|
6069 | JP | Professional, scientific and te… |
|
VECTOR INC.
A public relations firm offering marketing, HR, web, and ve…
|
6058 | JP | Professional, scientific and te… |
|
Wonderful Sky Financial Group Holdings Limited
Financial public relations and communication group providin…
|
1260 | KY | Professional, scientific and te… |
The Reputation Exchange 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/14952/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14952 | 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=14952 | 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=14952 \ -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": 14952}, 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 The Reputation Exchange Plc (id: 14952)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.