
ECORA RESOURCES PLC — Investor Relations & Filings
Ecora Resources PLC is a royalty and streaming company that provides capital to the mining sector. The company's business model involves acquiring royalty and metal stream interests in mining operations and projects. It focuses on building a diversified portfolio of assets that produce commodities essential for the global energy transition and a sustainable future, including critical minerals. The portfolio is geographically and commoditically diverse, encompassing assets at various stages of development. The company's strategy targets investments in low-cost operations and integrates sustainability considerations into its capital allocation and strategic decision-making processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notification of transactions by Directors | 2026-05-19 | English | |
| Q1 2026 Trading Update | 2026-04-29 | English | |
| 2026 Form of Proxy | 2026-04-23 | English | |
| 2026 Notice of AGM | 2026-04-23 | English | |
| Notice of Meeting | 2026-04-23 | English | |
| Director Transactions, Treasury & Voting Rights | 2026-03-30 | English |
Browse filings by year
38 years- 2026 13 filings
- 2025 36 filings
- 2024 85 filings
- 2023 71 filings
- 2022 85 filings
- 2021 65 filings
- 2020 92 filings
- 2019 42 filings
- 2018 45 filings
- 2017 30 filings
- 2016 28 filings
- 2015 73 filings
- 2014 49 filings
- 2013 17 filings
- 2012 9 filings
- 2011 4 filings
- 2010 4 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 2 filings
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 2 filings
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1989 1 filing
- 1988 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 46535004 | Notification of transactions by Directors | 2026-05-19 | English | ||
| 38404442 | Q1 2026 Trading Update | 2026-04-29 | English | ||
| 35648149 | 2026 Form of Proxy | 2026-04-23 | English | ||
| 35648146 | 2026 Notice of AGM | 2026-04-23 | English | ||
| 35607409 | Notice of Meeting | 2026-04-23 | English | ||
| 33087490 | Director Transactions, Treasury & Voting Rights | 2026-03-30 | English | ||
| 33045686 | Full Year Results | 2026-03-26 | English | ||
| 32920931 | Cañariaco Project Update | 2026-03-10 | English | ||
| 34563253 | Transfer of Treasury Shares & Total Voting Rights | 2026-02-24 | English | ||
| 18217944 | Phalaborwa Rare Earths Project Update | 2026-02-09 | English | ||
| 13512738 | Q4 2025 Trading Update | 2026-01-28 | English | ||
| 12672582 | Change of name to Ecora Royalties | 2026-01-14 | English | ||
| 12572845 | 2025 Interim Dividend: Amounts per ordinary share | 2026-01-13 | English | ||
|
2025
2 filings
| |||||
| 10157090 | Cañariaco Project Update | 2025-12-15 | English | ||
| 9019582 | Patterson Corridor East Update | 2025-12-02 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ECORA RESOURCES 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 |
|---|---|---|---|
|
DAM Capital Advisors Limited
Full-service investment bank offering capital markets, M&A,…
|
DAMCAPITAL | IN | Financial and insurance activit… |
|
Daol Investment & Securities Co., Ltd.
Financial services firm offering IB, brokerage, wealth mana…
|
030210 | KR | Financial and insurance activit… |
|
DARJEELING INDUSTRIIES LIMITED
Specializes in commodity trading, equity investments, and i…
|
539770 | IN | Financial and insurance activit… |
|
Da Yu Financial Holdings Limited
Provides diversified financial services: advisory, asset ma…
|
1073 | HK | Financial and insurance activit… |
|
DB Finance No.13 Special Purpose Acquisition Co., Ltd.
A special purpose acquisition company formed to merge with …
|
489730 | KR | Financial and insurance activit… |
|
DB Securities Co.,Ltd
A financial investment firm offering trading, brokerage, an…
|
016610 | KR | Financial and insurance activit… |
|
Decorous Investment and Trading Co. Ltd.
Invests in financial securities and trades wholesale commod…
|
539405 | IN | Financial and insurance activit… |
|
Decourcy Capital Corp.
Capital Pool Company (CPC) focused on raising capital and a…
|
DCR.P | CA | Financial and insurance activit… |
|
DELPHI WORLD MONEY LIMITED
Provides foreign exchange, cross-border remittances, and tr…
|
DELPHIFX | IN | Financial and insurance activit… |
|
DelphX Capital Markets Inc.
Structured finance innovator optimizing risk management, li…
|
DELX | CA | Financial and insurance activit… |
ECORA RESOURCES 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/4763/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4763 | 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=4763 | 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=4763 \ -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": 4763}, 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 ECORA RESOURCES PLC (id: 4763)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.