
ROYAL GOLD INC — Investor Relations & Filings
Royal Gold Inc. is a precious metals company that specializes in acquiring and managing royalty and stream interests. The company's business model focuses on providing upfront financing to mining operators in exchange for the right to a percentage of a mine's future revenue (a royalty) or the right to purchase a portion of its future metal production at a predetermined price (a stream). This strategy allows the company to generate revenue from a large and diversified portfolio of interests in producing, development, and exploration-stage properties. By not operating mines directly, Royal Gold offers investors exposure to precious metals while mitigating many of the operational, capital, and environmental risks associated with traditional mining companies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-26 | English | |
| 10-Q | 2026-05-07 | English | |
| 8-K | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| ARS - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | |
| DEFA14A | 2026-04-03 | English |
Browse filings by year
27 years- 2026 27 filings
- 2025 87 filings
- 2024 94 filings
- 2023 78 filings
- 2022 52 filings
- 2021 52 filings
- 2020 60 filings
- 2019 66 filings
- 2018 67 filings
- 2017 76 filings
- 2016 70 filings
- 2015 55 filings
- 2014 61 filings
- 2013 67 filings
- 2012 93 filings
- 2011 92 filings
- 2010 134 filings
- 2009 105 filings
- 2008 105 filings
- 2007 133 filings
- 2006 101 filings
- 2005 62 filings
- 2004 58 filings
- 2003 63 filings
- 2002 29 filings
- 2001 5 filings
- 2000 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47073189 | 8-K | 2026-05-26 | English | ||
| 45992193 | 10-Q | 2026-05-07 | English | ||
| 45992212 | 8-K | 2026-05-06 | English | ||
| 45992239 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 33268138 | ARS - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | ||
| 45992247 | DEFA14A | 2026-04-03 | English | ||
| 33267800 | DEF 14A - ROYAL GOLD INC (0000085535) (Filer) | 2026-04-03 | English | ||
| 33116364 | 8-K - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-31 | English | ||
| 33063658 | SCHEDULE 13G/A - ROYAL GOLD INC (0000085535) (Subject) | 2026-03-27 | English | ||
| 32878244 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878245 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878246 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878247 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878248 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
| 32878249 | 4 - ROYAL GOLD INC (0000085535) (Filer) | 2026-03-03 | English | ||
Market data
Market data not available
Price history
Peer group · Other credit granting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Available Finance Ltd.
NBFC providing corporate and personal loans and strategic e…
|
AVAILFC | IN | Financial and insurance activit… |
|
Avon Mercantile Ltd.
Provides loans to businesses and individuals and manages a …
|
512265 | IN | Financial and insurance activit… |
|
Awwal Modaraba
A multi-purpose Modaraba fund offering Shari'ah-compliant f…
|
AWWAL | PK | Financial and insurance activit… |
|
Aye Finance Limited
Provides credit to underserved micro-enterprises using clus…
|
AYE | IN | Financial and insurance activit… |
|
BAID FINSERV LIMITED
Provides vehicle and MSME financing to underserved semi-urb…
|
BAIDFIN | IN | Financial and insurance activit… |
|
Bain Capital Specialty Finance, Inc.
An externally managed BDC focused on direct lending to midd…
|
BCSF | US | Financial and insurance activit… |
|
Bajaj Finance Limited
Provides diversified lending, investment products, and weal…
|
BAJFINANCE | IN | Financial and insurance activit… |
|
Bajaj Housing Finance Limited
Provides home loans, loans against property, and commercial…
|
BAJAJHFL | IN | Financial and insurance activit… |
|
Bancorp Financial Group Inc.
Non-bank lender providing real estate capital solutions and…
|
TBBK | CA | Financial and insurance activit… |
|
Bareket Capital Ltd.
Provides credit and financing solutions for the real estate…
|
BRKT | IL | Financial and insurance activit… |
ROYAL GOLD INC 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/30473/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30473 | 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=30473 | 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=30473 \ -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": 30473}, 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 ROYAL GOLD INC (id: 30473)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.