
RIVERFORT GLOBAL OPPORTUNITIES PLC — Investor Relations & Filings
RiverFort Global Opportunities PLC is an investment company that provides structured, medium-to-long-term capital and investment solutions. It specializes in equity-linked debt financing for small-cap growth companies to support acquisitions, working capital, capital expenditures, and refinancing. The company has announced a transformative reverse takeover to transition from an investment firm into an operating business focused on the health and alternative snack food sector. This strategic shift involves acquiring a company whose products are distributed through various retail and online channels, with a focus on driving growth through organic expansion and strategic acquisitions in its new operational capacity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Termination of proposed acquisition of Mylky | 2026-05-29 | English | |
| Trading Update | 2026-05-18 | English | |
| Director/PDMR Shareholding | 2026-05-06 | English | |
| Change of Registered Office | 2026-03-20 | English | |
| Business & Operational Updates | 2026-03-20 | English | |
| Director/PDMR Shareholding | 2026-03-06 | English |
Browse filings by year
32 years- 2026 10 filings
- 2025 20 filings
- 2024 11 filings
- 2023 12 filings
- 2022 20 filings
- 2021 21 filings
- 2020 28 filings
- 2019 26 filings
- 2018 9 filings
- 2017 1 filing
- 2016 1 filing
- 2015 1 filing
- 2014 8 filings
- 2013 23 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 2 filings
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 2 filings
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 47878601 | Termination of proposed acquisition of Mylky | 2026-05-29 | English | ||
| 46381160 | Trading Update | 2026-05-18 | English | ||
| 41900108 | Director/PDMR Shareholding | 2026-05-06 | English | ||
| 33001521 | Change of Registered Office | 2026-03-20 | English | ||
| 32997853 | Business & Operational Updates | 2026-03-20 | English | ||
| 32909885 | Director/PDMR Shareholding | 2026-03-06 | English | ||
| 14616123 | WRAP Retail Offer | 2026-02-05 | English | ||
| 14595433 | Fundraising, Issue of Equity, PDMR Dealings & TVR | 2026-02-05 | English | ||
| 13940232 | Juvela update: OAF new listing with major retailer | 2026-02-02 | English | ||
| 12247287 | Investor Webinar – Link to Register | 2026-01-08 | English | ||
|
2025
5 filings
| |||||
| 11390727 | Trading and financing update, Directorate change | 2025-12-29 | English | ||
| 8166153 | Corporate Update – Juvela and Pulsin | 2025-11-10 | English | ||
| 8067046 | focusIR Investor Interview | 2025-11-03 | English | ||
| 8037835 | Update re Juvela | 2025-10-23 | English | ||
| 11392107 | Unaudited Interims for six months to 30 June 2025 | 2025-09-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for RIVERFORT GLOBAL OPPORTUNITIES 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 · Other financial service activities n.e.c., except insurance and pension funding activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Amber International Holding Ltd
Provider of institutional crypto financial services and sol…
|
AMBR | US | Financial and insurance activit… |
|
Ambromobiliare
Financial advisory firm for SMEs focused on IPOs, M&A, and …
|
AMB | IT | Financial and insurance activit… |
|
Amego Capital Corp.
Capital pool company identifying and evaluating assets to c…
|
MEGO.P | CA | Financial and insurance activit… |
|
American Exceptionalism Acquisition Corp. A
A SPAC targeting businesses in the energy, AI, DeFi, and de…
|
AEXA | US | Financial and insurance activit… |
|
AMERIPRISE FINANCIAL INC
A diversified financial services firm offering personalized…
|
AMP | US | Financial and insurance activit… |
|
Amit Securities Ltd.
Provides investment management, share trading, and financia…
|
531557 | IN | Financial and insurance activit… |
|
Amundi
A leading European asset manager managing over €2 trillion …
|
AMUN | FR | Financial and insurance activit… |
|
AMV II Capital Corporation
Capital Pool Company (CPC) identifying and acquiring target…
|
AMV.P | CA | Financial and insurance activit… |
|
Andretti Acquisition Corp. II
A SPAC merging with a developer of extreme fast charging ba…
|
POLE | US | Financial and insurance activit… |
|
Aneesh Capital Corp.
A Capital Pool Company (CPC) identifying assets to complete…
|
EESH.P | CA | Financial and insurance activit… |
RIVERFORT GLOBAL OPPORTUNITIES 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/7882/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7882 | 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=7882 | 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=7882 \ -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": 7882}, 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 RIVERFORT GLOBAL OPPORTUNITIES PLC (id: 7882)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.